prompt-pack
01Plugin Claude Code
Curated AI agent skills for coding work. Format-linted, profile-installed. Pick ONE profile plugin — they overlap by design, mirroring the installer profiles.
Plugin Claude Code
Curated AI agent skills for coding work. Format-linted, profile-installed. Pick ONE profile plugin — they overlap by design, mirroring the installer profiles.
Skill Claude CodeCodex
Build server-side endpoints, APIs, and data access. Security-aware, contract-first, framework-agnostic.
Skill Claude CodeCodex
Write safe, reversible, backward-compatible database migrations. Avoid downtime, locks, and "oops we lost data".
Skill Claude CodeCodex
Design a database schema. Naming, types, indexes, soft-delete, multi-tenant. Relational core + document-store notes.
Skill Claude CodeCodex
Build a frontend feature end-to-end. Routing, data, state, forms, types, all UI states, tests. Reuse first.
Skill Claude CodeCodex
Postgres + Supabase specifics — RLS, migration workflow, schema cache, auth integration, common pitfalls.
Skill Claude CodeCodex
Plan a safe step-by-step refactor. Expand-then-contract; every step ships green; rollback per step.
Skill Claude CodeCodex
Write AI-agent-facing docs: AGENTS.md, CLAUDE.md, .cursor/rules, .claude/agents, copilot-instructions.
Skill Claude CodeCodex
Write grounded, codebase-sourced docs — READMEs, ADRs, doc comments, API descriptions, release notes, AGENTS.md.
Skill Claude CodeCodex
Wrap up a coding task with a clear summary of what changed, how to verify, what's risky, and what was left out.
Skill Claude CodeCodex
Write tests for existing code. Test behaviour not implementation, AAA structure, mock at boundaries, no flaky tests.
Skill Claude CodeCodex
Write or modify Dockerfile and docker-compose. Multi-stage, pinned base, secret-safe, cache-aware, non-root.
Skill Claude CodeCodex
Design and build UI. Calibrates creativity, restrains over-design, reuses the existing design system.
Skill Claude CodeCodex
Cross-cutting engineering standards every coding skill inherits. DRY, modular, type-safe, maintainable, modern.
Skill Claude CodeCodex
DRY discipline core. Before creating anything new, find what already exists. Every coding skill inherits this.
Skill Claude CodeCodex
Orchestrator skill. Maps user requests to the right specialist prompt and decides when to spawn subagents.
Skill Claude CodeCodex
Manage the agent's attention budget. Read what improves correctness; skip what adds noise.
Skill Claude CodeCodex
Review a diff or pull request. Severity-classified, actionable, focused on correctness, security, and maintainability.
Skill Claude CodeCodex
Review schema, queries, indexes, migrations. Find N+1, missing indexes, lock and race risks.
Skill Claude CodeCodex
Find the root cause of a bug. Hypothesis-first, evidence-driven. Don't patch the symptom; fix the cause and prove it.
Skill Claude CodeCodex
Find code duplication clusters and propose consolidations. Report-only; refactor-planner executes.
Skill Claude CodeCodex
Critical audit of an existing frontend. Architecture, DRY, UI behaviour, performance, state, types, a11y.
Skill Claude CodeCodex
Whole-project audit. Architecture, security, data, deps, maintainability. Sample-based; no diff required.
Skill Claude CodeCodex
Security-focused audit of code, config, and auth flows for web applications — a dedicated pass after code-review.