clean-code · git:20260909.802595f · 2026-09-09 · sha256 9723272b5f87735b
clean-code git:20260909.802595fA
Immutable. This exact content is served forever at /api/v1/blob/9723272b5f87735b.
--- name: clean-code description: Apply Robert C. Martin-inspired clean code rules when improving readability, naming, function design, responsibilities, or testable everyday code. license: MIT --- # Clean Code Skill Use this skill when a task involves everyday implementation quality, naming, small functions, readable control flow, responsibilities, comments, errors, or tests. Before making design or code decisions, read and apply [clean-code.mini.md](clean-code.mini.md). Use [clean-code.md](clean-code.md) only as a deeper reference when the mini rules are not enough for the current code-quality tradeoff.