Thanks for contributing to the Neon Agent Skills!
The top-level skills/ directory is the source of truth. Plugin folders under plugins/ symlink only the skill directories they expose.
The Neon skills are also published as plugins in external marketplaces that vendor their own copies of the skill files. Changes here do not propagate automatically. Whenever you add or change a skill, open a PR in each downstream marketplace to mirror the change:
| Marketplace | Repo | Neon plugin path | Our fork |
|---|---|---|---|
| OpenAI | openai/plugins |
plugins/neon-postgres/ |
andrelandgraf/plugins |
| Grok (xAI) | xai-org/plugin-marketplace |
external_plugins/neon/ |
andrelandgraf/plugin-marketplace |
Each marketplace has its own packaging and validation steps — follow that repo's contributing guide when opening the mirror PR.
Before opening a PR here, run:
npm run validate:skills
npm run validate:plugins