feat(skills): add 3 Neon skill entries (OCI distribution)#1111
Merged
Conversation
Adds the Neon pack from neondatabase/agent-skills to the ToolHive catalog. Content is Apache-2.0, pinned upstream to commit 38c7da85db656c8c9efd1e6433c200212926fd2d and packaged by Dockyard (Dockyard PR #506) to ghcr.io/stacklok/dockyard/skills/<name>:0.1.0. Follows the OCI-distribution pattern established by PR #1093 (claude-api), PR #1094 (toolhive-cli-user), PR #1095 (trailofbits), and PR #1109 (gemini pack). Skills added: - claimable-postgres — instant temporary Postgres via neon.new (no signup, REST/CLI/SDK, 72-hour claim window) - neon-postgres — Neon Serverless Postgres guides (connections, CLI, MCP, branching, autoscaling, scale-to-zero, Platform API) - neon-postgres-egress-optimizer — diagnose and fix excessive Postgres egress (pg_stat_statements, SELECT *, overfetching) Notes: - License: Apache-2.0 (confirmed at neondatabase/agent-skills root; upstream does not embed SPDX in per-skill SKILL.md frontmatter — tracked as an allowed Dockyard manifest issue). - No allowedTools declared by any of the 3 skills. - No skill/SKILL.md subfolder — OCI is authoritative, with a commit-pinned git package as fallback. - Icons: all 3 share a monochrome database/stack SVG (Neon is serverless Postgres). Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
Contributor
Registry Build PreviewAll registries built successfully! Registry:
|
rdimitrov
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the 3-skill Neon pack from
neondatabase/agent-skillsto the ToolHive catalog. Content is Apache-2.0, pinned upstream to commit38c7da8and packaged by Dockyard (Dockyard PR #506) toghcr.io/stacklok/dockyard/skills/<name>:0.1.0.Follows the OCI-distribution pattern established by PR #1093 (claude-api), PR #1094 (toolhive-cli-user), PR #1095 (trailofbits security skills), and PR #1109 (gemini pack).
Skills added
claimable-postgres— instant temporary Postgres databases via Claimable Postgres by Neon (neon.new); no login/signup/credit card, REST API/CLI/SDK, 72-hour claim window, ideal for prototyping and testsneon-postgres— guides and best practices for Neon Serverless Postgres (connection methods, Neon CLI, MCP server setup, branching, autoscaling, scale-to-zero, instant restore, read replicas, Platform API/SDKs)neon-postgres-egress-optimizer— diagnose and fix excessive Postgres egress (identify top offenders withpg_stat_statements, spotSELECT *, missing pagination, overfetching; concrete SQL refactors)Notes for review
Apache-2.0. Confirmed at theneondatabase/agent-skillsrepo root; upstream does not embed an SPDX identifier in per-skill SKILL.md frontmatter, which is tracked as an allowed Dockyard manifest issue.allowedTools. None of the 3 skills declaremcp__*tools — they only use Claude Code built-ins.skill/SKILL.mdsubfolder. Following theclaude-api/toolhive-cli-user/geminiprecedent — OCI is authoritative, and a commit-pinned git package is included as a fallback.Test plan
task catalog:validate— 23 skills total (20 existing + 3 new), all valid (both upstream and toolhive formats)task catalog:build— all 3 new skills present underdata.skillsinbuild/toolhive/registry-upstream.jsontask catalog:validatein CIregistry-upstream.jsonfeedSigned-off-by: Juan Antonio Osorio ozz@stacklok.com