#275 · Primary category: AI Coding Assistants
pg-aiguide
MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.
Project last updated:08/27/26
GitHub Stars
1.8K
Forks
106
Contributors
12
License
Apache-2.0
Why we included this project
AI coding assistants routinely produce Postgres code that is a few versions out of date, skipping constraints and indexes that a careful developer would add. pg-aiguide fixes that by handing agents curated, version-aware Postgres knowledge, so tools like Claude Code, Cursor, and Codex draw on real best practices rather than stale training data. You can use it as agent skills, a public MCP server, or a Claude Code plugin, whichever fits the workflow your team already has. The semantic search across the official PostgreSQL manual keeps generated code current as PG releases change, and the opinionated skills give agents concrete, consistent patterns for schema design, constraints, and indexing. Teams doing serious Postgres work with AI-assisted coding will find it a simple way to get better SQL out of their tools.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.