AI AGENT ADDONS

Writing good code is not just about making it work. It is about making it easy for others to read and improve. Clean Code principles from Robert C. Martin give you a clear path to that goal.

Use this skill when you write new code, review pull requests, or fix old code. It helps you name things clearly, keep functions short, and avoid messy comments.

Teams that follow Clean Code spend less time fixing bugs and more time building features. Your code becomes a joy to work with.

Add Clean Code skill to your workflow

Global

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

Project

mkdir -p .claude/skills/clean-code

Source Repository

Stars
41,937
Forks
6,705
Watchers
41,937
License
MIT
Last Push
1 month ago
Created
7 months ago