Sync the hosted neon skill and drop git SHA pins - #5648
Merged
Conversation
andrelandgraf
requested review from
danieltprice,
philip and
ruf-io
as code owners
August 26, 2026 23:28
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Problem
Agents that load
https://neon.com/docs/ai/skills/neon/SKILL.mdare told to runneon link --agent. That flag is gone from the CLI. Those steps fail.The claimable reference does the same after the human signs in with
neon auth:neon link --agent, thenneon env pull.Diagnosis
public/docs/ai/skills/is a committed copy of upstream skill trees. website#5646 set the neon skill'srefto5460c18205b8f7a5bb3bafa173b82e5f53d7f605so the hosted files could match agent-skills#99 before that work was onmain. agent-skills#100 then dropped--agentfromneon linkonmain. The pin left neon.com on the old commit.config/skills.jsonhad areffield.src/scripts/sync-skills.jsandscripts/check-skills-sync.mjsfetched it. That is how a hosted skill sits on a SHA whilemainmoves.The user-facing interface
Hosted
SKILL.mduseful CLI commands:Hosted
references/claimable-neon.md, after claim, once the human has signed in withneon auth:neon init --agentin that skill is unchanged:config/skills.json:{ "primary": "neon-postgres", "skills": [ { "name": "neon-postgres" }, { "name": "neon-postgres-egress-optimizer" }, { "name": "neon-postgres-branches" }, { "name": "neon" }, { "name": "neon-postgres-agent-platforms", "repo": "neondatabase/neon-for-agent-platforms" }, { "name": "neon-object-storage" }, { "name": "neon-ai-gateway" }, { "name": "neon-functions" } ] }neon-postgres-agent-platformsstill setsrepoand tracks that repo'smain.Sync and the drift check fetch
main. A presentreffield throws, including"main":Also in here
Neon skill digests in
public/.well-known/agent-skills/index.jsonandpublic/docs/.well-known/agent-skills/index.jsonmatch the updatedSKILL.mdbytes.The Skills Read-Only workflow comment no longer describes a pin in
config/skills.json.scripts/check-skills-sync.mjsuses the sameresolveSkillRefhelper assrc/scripts/sync-skills.js.Verification
11 passed. Cases added:
resolveSkillRefreturnsmainwhen the skill has norefrefis present, including"main", a SHA,nullandundefinedconfig/skills.jsonhas norefkey on any skillAll 8 configured skills match upstream
main.neonis 2 files fromneondatabase/agent-skills@main.neon-postgres-agent-platformsis 28 files fromneondatabase/neon-for-agent-platforms@main.Live neon.com URLs were not fetched. They update when this deploys.
For your attention
mainbefore sync. Puttingrefinconfig/skills.jsonfails sync and the drift check.