Agent Skills
Claude Code Skill
Bulletproof Architecture
Enforces the Bulletproof React + Next.js App Router directory structure for scalable, maintainable codebases. Establishes a strict unidirectional code flow where app routes import from features, features import only from shared code, and shared code never depends on features.
Key Features
Unidirectional dependency flow: app → features → shared
Feature module template with api, components, hooks, stores, types, and utils
Anti-pattern detection for cross-feature imports and oversized files
Decision guide mapping every code type to its correct directory
Enforces @/ path alias for all imports
Code examples for TanStack Query hooks, Zustand stores, and page composition