Use when designing database schemas, reviewing data models, planning migrations, optimizing slow queries, or establishing database patterns. Covers relational (PostgreSQL, MySQL, SQLite), document (MongoDB), and ORM-integrated (Prisma, Drizzle, TypeORM) projects.
Designs efficient database schemas, optimizes queries, and plans safe migrations for SQL and NoSQL databases.
/plugin marketplace add srstomp/pokayokay/plugin install pokayokay@pokayokayThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/index-design.mdreferences/migration-strategies.mdreferences/postgresql.mdreferences/prisma-patterns.mdreferences/query-optimization.mdreferences/review-checklist.mdreferences/schema-patterns.mdreferences/tdd-patterns.mdDesign efficient, maintainable database schemas with safe migration strategies.
| Reference | Description |
|---|---|
| schema-patterns.md | Normalization, relationships, naming conventions |
| index-design.md | Index types, composite indexes, partial indexes |
| migration-strategies.md | Safe migrations, zero-downtime, rollback |
| query-optimization.md | EXPLAIN, N+1 queries, join strategies |
| postgresql.md | PostgreSQL-specific features and patterns |
| prisma-patterns.md | Prisma schema, relations, transactions |
| tdd-patterns.md | Test-first patterns for migrations, constraints, factories |
| review-checklist.md | Database design review checklist (schema, indexes, integrity) |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.