AI AGENT ADDONS

This set of rules helps AI agents write code that is clean and easy to understand. The focus is on keeping things simple and direct. No one wants confusing code that is hard to fix.

Every function should do just one thing. Names should reveal what the code does without needing a comment. Code should be small and flat instead of long and deeply nested.

These standards stop over-engineering and useless comments. The goal is always working code that is easy to change later. Any developer who reads this code will thank you.

Add Clean Code skill to your workflow

Global

mkdir -p ~/.claude/skills/clean-code

Project

mkdir -p .claude/skills/clean-code

Source Repository

Stars
28,343
Forks
2,956
Watchers
28,343
License
MIT
Last Push
23 days ago
Created
1 year ago