Packs
Curated AI-agent instruction packs from the official registry. Install any pack with one command.
Agent Workflow
Core behavior packs. Installed on every project by default.
verification-before-completionalways-activePrevents agents from claiming success without fresh, observable evidence. The single most important pack.
systematic-debuggingalways-activeForces methodical root-cause debugging instead of applying random patches.
code-reviewalways-activeMakes agents review significant changes for correctness, security, performance, and maintainability.
git-workflowalways-activeGuides Git operations safely. Permission-gates commits, pushes, merges, rebases, resets, and history rewrites.
dependency-managementalways-activePrevents careless package additions. Enforces checking existing dependencies before adding new ones.
diataxis-docsalways-activeGuides documentation updates using the Diátaxis framework: tutorial, how-to, reference, and explanation.
Architecture
System design and architecture guidance.
system-designtask-triggeredSystem design principles and architectural decision guidance for backend and full-stack work.
frontend-system-designtask-triggeredFrontend-specific architecture patterns: component hierarchy, state management, and data flow.
Frontend / React / Next.js
Framework and UI library best practices.
nextjs-best-practicestask-triggeredApp Router patterns, server components, data fetching, and performance guidance for Next.js.
react-performancetask-triggeredReact performance patterns: memoization, code splitting, virtualization, and avoiding unnecessary re-renders.
react-compositiontask-triggeredComponent composition patterns: compound components, render props, custom hooks, and clean API design.
shadcn-uitask-triggeredCorrect usage of shadcn/ui components, customization patterns, and avoiding common mistakes.
tailwind-v4task-triggeredTailwind CSS v4 patterns, utility-first best practices, and avoiding anti-patterns.
ui-ux-designtask-triggeredUI/UX principles for developer tools and web apps: accessibility, hierarchy, and interaction design.
frontend-aestheticstask-triggeredVisual quality guidance: typography, spacing, color, and polish for production-quality UI.
typescript-advanced-typestask-triggeredAdvanced TypeScript patterns: discriminated unions, template literals, conditional types, and inference.
Backend / Security
Server-side patterns, database, and security.
supabasetask-triggeredSupabase patterns: RLS policies, auth, edge functions, and avoiding common Supabase pitfalls.
security-baselinetask-triggeredSecurity fundamentals: input validation, auth patterns, secret management, and OWASP top-10 awareness.
api-designtask-triggeredREST and API design principles: naming, versioning, error responses, and consistency.
Testing
Testing strategy and patterns.
test-driven-developmenttask-triggeredTDD workflow guidance: test-first thinking, writing testable code, and meaningful test coverage.
Install all core packs at once
Running init installs all always-active packs plus detected stack packs automatically.