mastering-postgresql

100
A

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....

Marketplace
#references#search#vector#agentic-skill#Cloud SQL#vector-search#AWS RDS#full-text search

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-postgresql
skilz install SpillwaveSolutions/mastering-postgresql-agent-skill/mastering-postgresql --agent opencode
skilz install SpillwaveSolutions/mastering-postgresql-agent-skill/mastering-postgresql --agent codex
skilz install SpillwaveSolutions/mastering-postgresql-agent-skill/mastering-postgresql --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/SpillwaveSolutions/mastering-postgresql-agent-skill
2. Copy the agent skill directory:
cp -r mastering-postgresql-agent-skill/mastering-postgresql ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Type
Other
Meta-Domain
Primary Domain
Market Score
100

Agent Skill Grade

A
Score: 100/100 Click to see breakdown

Score Breakdown

Spec Compliance
14/15
PDA Architecture
28/30
Ease of Use
24/25
Writing Style
9/10
Utility
19/20
Modifiers: +8

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

references search vector agentic-skill Cloud SQL vector-search AWS RDS full-text search vector similarity bm25

Report Security Issue

Found a security vulnerability in this agent skill?