cmd-clean-code
Installation
SKILL.md
Clean Code
Use these rules to improve code readability without altering functionality unless explicitly requested.
Core Principles
- Minimize cognitive load for human readers and agents.
- Apply idiomatic best practices where they fit.
- Preserve all business logic unless told otherwise.
- Clarify comments and structure with bullet points where possible.
Accepted Inputs
- Full source files (
.proto,.go,.py,.md, etc.). - Partial comments: package headers, method docs, inline notes.
- Whole or partial functions.
- Arbitrary code snippets (or any mix of the above).