Clean Code

Use when writing new code, naming modules/files/functions/classes/variables, reviewing or refactoring code for readability, or assessing/reducing function complexity. Trigger on requests like "name this function", "is this a good variable name", "review this for clean code", "reduce complexity", "should I add a comment here", or any PR/code review pass. Covers naming conventions, cyclomatic complexity budgets (human vs agent-authored code), and comment discipline. Not a full style guide — pairs with language-specific skills (typescript, go, clojurescript) for syntax/idiom concerns.

bsene 1e7965a 5.8 KB Updated

File contents

bsene/skills-old/tree/main/clean-code commit 1e7965ab7f

Frequently asked questions

npx skillmds@latest add bsene/clean-code