Captures and formalizes high-quality code examples into reusable architectural patterns for spec-driven development.
This skill enables developers to institutionalize best practices by extracting exemplary code into a structured patterns directory. It automates the creation of pattern documentation, including context on when to use the pattern, key architectural elements, and links to relevant Architecture Decision Records (ADRs), ensuring that successful implementations become the blueprint for future development. By standardizing how 'good' code is saved, it helps teams maintain consistency and accelerate AI-assisted coding workflows.
주요 기능
01Automatic directory management within the project's patterns/good/ folder
02Automated extraction of production-grade code into reusable templates
03Integrated support for linking patterns to Architecture Decision Records (ADRs)
041 GitHub stars
05Intelligent file discovery via file paths or natural language descriptions
06Standardized pattern metadata including usage context and key elements
사용 사례
01Capturing standardized API endpoint structures to guide future development
02Formalizing a robust error-handling implementation for team-wide adoption
03Creating a reference blueprint for a newly refactored repository pattern