agent-skills
Serverless Postgres setup, branching, storage, and cost optimization
All Skills in This Repository (3)
Pure Emerald Level Indicatorsscore-eval
Score text-based evaluation diffs against a predefined rubric.
neon-postgres-egress-optimizer
Diagnose and fix excessive Postgres egress using pg_stat_statements.
claimable-postgres
Create and manage temporary PostgreSQL databases via API calls.
Frequently Asked Questions
FAQPage SchemaHow to install Neon Agent Skills?โผ
Run `npx skills add neondatabase/agent-skills --all -g -y` in your terminal to install all Neon skills globally for your coding agent.
How to reduce a high Neon database bill?โผ
The egress optimizer skill finds queries that transfer too much data, then fixes issues like SELECT *, missing pagination, and duplicated JOIN data.
How to test database migrations safely?โผ
The branching skill creates instant copy-on-write clones of your database, so you can test migrations on real data without touching production.
Do these skills work with Claude Code and Cursor?โผ
Yes. The skills follow the universal SKILL.md standard and ship as plugins for Claude Code, Cursor, Kimi, and Pi.
Can I use Neon without creating an account?โผ
Yes. The Claimable Neon flow lets your agent provision a temporary Postgres database that you can claim into an account later.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core