From compound-engineering-feat-python
PostgreSQL optimization patterns for schema design, indexing, query tuning, and monitoring. Use when working on projects with psycopg2, asyncpg, or psycopg in their dependencies.
npx claudepluginhub weorbitant/compound-engineering-feat-python-plugin --plugin compound-engineering-feat-pythonThis skill uses the workspace's default tool permissions.
Patterns and techniques for designing, optimizing, and operating PostgreSQL databases in
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Patterns and techniques for designing, optimizing, and operating PostgreSQL databases in Python applications. Focus on correct schema design first, measure with EXPLAIN ANALYZE, and tune based on evidence rather than assumptions.
Apply these patterns when working on any project that lists psycopg2, psycopg2-binary,
asyncpg, or psycopg in its dependencies. Detect this by checking pyproject.toml,
requirements.txt, or Pipfile. These patterns also apply when using Django ORM or
SQLAlchemy against a PostgreSQL backend.