clean-code-developer
Installation
SKILL.md
Clean Code Development
Systematic approach to writing clean, maintainable code through software engineering best practices.
Purpose
Apply SOLID principles, eliminate code duplication, maintain simplicity, and write code that reads like well-written prose.
When to Use
Use this skill when:
- Code Reviews: Reviewing code for adherence to clean code principles
- Refactoring: Improving existing code structure and maintainability
- Coding Standards: Enforcing consistent coding practices and conventions
- Clean Code Guidance: Seeking advice on clean code principles and patterns
- Quality Checks: Integrating automated quality checks into workflows