Guides project structure decisions for Next.js and React applications using standardized architectural patterns.
This skill provides a comprehensive reference guide for implementing various architectural patterns in Next.js and React environments, ranging from simple flat structures to complex Feature-Sliced Design (FSD) and monorepos. It enables Claude Code to assist in initial project setup, define import boundaries, and generate consistent architecture specifications based on team size and project complexity, ensuring long-term maintainability and scalability through a spec-driven workflow.
主な機能
01Automated generation of spec/ARCHITECTURE.md via the /init agent
02Defined migration paths for scaling projects incrementally
03Standardized patterns for Flat, Feature-Based, FSD, and Monorepo structures
041 GitHub stars
05Decision logic for selecting architectures based on team size and complexity
06Clear guidance on file placement and unidirectional layer hierarchies
ユースケース
01Standardizing import boundaries and module encapsulation in a growing codebase
02Bootstrapping a new Next.js project with a scalable folder structure
03Documenting project architecture for onboarding and team alignment