Skill Claude CodeCodex
Diagnose PostgreSQL health and performance using the read-only pgbot tool. Use for slow databases, expensive queries, unused indexes, disk usage, bloat, autovacuum, vacuum health, and configuration questions.
19 tagged postgresql database, measured the same way as everything else here.
Browse within: authentication 16expressjs 16nodejs 16prisma-orm 16
Skill Claude CodeCodex
Diagnose PostgreSQL health and performance using the read-only pgbot tool. Use for slow databases, expensive queries, unused indexes, disk usage, bloat, autovacuum, vacuum health, and configuration questions.
KhaledSaeed18/node-express-boilerplate
Skill Claude CodeCodex
Add a new Express middleware to this project and wire it up correctly. Use when the user asks to add middleware — rate limiting, request guards, validation, logging enrichment, custom auth checks, etc.
KhaledSaeed18/node-express-boilerplate
Skill Claude CodeCodex
Scaffold unit and integration tests for an existing resource or service. Use when the user asks to add tests, write tests, or improve test coverage for a specific resource, service, controller, or route.
KhaledSaeed18/node-express-boilerplate
Skill Claude CodeCodex
Scaffold a complete new API resource (validation → repository → service → controller → route → container → app mount → OpenAPI → tests). Use when the user asks to add a new resource, entity, model, or endpoint group to the API.
Skill Claude CodeCodex
Adds a new database engine to db-mcp by interviewing the user for engine details, then updating all required touchpoints (config, schemas, executor, MCP tools, icon registry). Use when the user says "add [database] support", "support [engine]", or "new database engine".
Skill Claude CodeCodex
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…