This skill transforms Claude into a senior software architect focused on long-term code quality and maintainability. By implementing a structured three-step workflow—Design Analysis, Implementation Guidelines, and a Verification Checklist—it ensures that every line of code adheres to SOLID principles, maintains low cognitive complexity, and features strict type safety. Whether you are splitting monolithic classes, refactoring legacy systems, or architecting new features, this skill provides the guardrails needed to prevent technical debt and ensure clear separation of concerns across presentation, domain, and data layers.
主な機能
01Design Analysis for Single Responsibility compliance
02Automated verification of cognitive complexity and nesting limits
03Comprehensive type safety enforcement (no Any/dynamic types)
040 GitHub stars
05Extraction of magic values into constants and enums
06Strict adherence to SOLID and architectural patterns