elegant-architecture
Installation
SKILL.md
Elegant Architecture
Core Principles
- 200-line limit — No file exceeds 200 lines of code
- Split when exceeded — Convert to folder or multiple files
- Plan first, code later — Design architecture before implementation
- Single responsibility — Each module does one thing well
- Real tests only — No mocks, test actual behavior