Clean Code skills for AI agents
8 practitioner-grade clean code skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Code Smells
Identify and fix common code smells that indicate deeper design problems
200 lines - Dependency Management
Manage dependencies and reduce coupling to build modular, flexible systems
187 lines - Error Handling
Implement clean error handling strategies that keep code readable and robust
197 lines - Function Design
Design small, focused functions that do one thing well and are easy to test
198 lines - Naming Conventions
Choose clear, intention-revealing names for variables, functions, classes, and modules
169 lines - Refactoring Patterns
Apply common refactoring patterns to improve code structure without changing behavior
204 lines - Solid Principles
Apply SOLID principles to design flexible, maintainable object-oriented code
177 lines - Testing Principles
Design effective tests using the testing pyramid, clean test structure, and test-driven thinking
216 lines