clean-code
Installation
SKILL.md
Clean Code
How to Use This Skill
Find your development context below and apply the listed principles. Multiple sections may apply to a single task.
Five categories with explicit load order:
- OOP Languages → SOLID → SoC → DRY
- Functional / General-Purpose → SoC → DRY → KISS
- UI / Component Development → Atomic Design → SoC → DRY → KISS
- Backend / API → SOLID → SoC → DRY → KISS
- Code Review → all applicable sub-skills + a checklist