mastering-postgresql
PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB and array indexing, and production deployment. Use when creating search features, storing AI embeddings, querying vector similarity, optimizing PostgreSQL indexes, or deploying to AWS RDS/Aurora, GCP Cloud SQL/AlloyDB, or Azure. Covers psycopg2, psycopg3, asyncpg, SQLAlchemy integration, Docker development setup, and index selection strategies....
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install SpillwaveSolutions/mastering-postgresql-agent-skill/mastering-postgresqlskilz install SpillwaveSolutions/mastering-postgresql-agent-skill/mastering-postgresql --agent opencodeskilz install SpillwaveSolutions/mastering-postgresql-agent-skill/mastering-postgresql --agent codexskilz install SpillwaveSolutions/mastering-postgresql-agent-skill/mastering-postgresql --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/SpillwaveSolutions/mastering-postgresql-agent-skillcp -r mastering-postgresql-agent-skill/mastering-postgresql ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutions
Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automatio...
automating-reminders
by SpillwaveSolutions
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", ...
automating-contacts
by SpillwaveSolutions
Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS ad...
automating-pages
by SpillwaveSolutions
Automates Apple Pages using JXA with AppleScript dictionary discovery. Use when asked to "automate Pages documents", "create documents programmatic...
Agentic Skill Details
- Owner
- SpillwaveSolutions (GitHub)
- Repository
- mastering-postgresql-agent-skill
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 100
Agent Skill Grade
A Score: 100/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Second-person in verification comments
- Scripts directory referenced but not included
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-19
Developer Feedback
I took a look at your mastering-postgresql skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 100/100, solid A grade. This is based on Anthropic's best practices for skill architecture. Your strongest area is Ease of Use (24/25)—the metadata, triggers, and workflow clarity are excellent. The weakest area is still quite good: Writing Style (9/10), mostly around voice consistency in comments.
What's Working Well
Progressive Disclosure Architecture is tight. You've got SKILL.md as a concise hub (~320 lines) with 10 reference files exactly one level deep. This is the pattern that maximizes token efficiency without forcing users to dig through nested content.
Decision trees and trigger phrases are chef's kiss. Your explicit "When NOT to Use" section prevents misactivation, and the triggers (pgvector, BM25 postgres, JSONB index, asyncpg, etc.) are specific enough that agents will actually activate this when needed.
Verification steps everywhere. You've built in concrete feedback loops—
SELECT extversion,EXPLAIN ANALYZE,docker-compose ps. This turns theory into "did it actually work?"—which developers love.Problem-solving power is real. You're covering actual gaps: pgvector setup, hybrid search patterns, cloud deployment across AWS/GCP/Azure, BM25 full-text search. This isn't theoretical—it solves problems people hit.
The Big One
Scripts directory is referenced but not included. Your SKILL.md mentions pip install -r scripts/requirements.txt and implies there are template scripts available, but these files aren't in the skill package. This hurts utility—you're telling users to copy-paste from files ...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Reporting issue with:
mastering-postgresql
https://github.com/SpillwaveSolutions/mastering-postgresql-agent-skillThank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.