code-style
SKILL.md
Code Style Skill
Overview
This skill guides you in writing code that follows SOLID principles and clean code best practices. Whether you're building new features, refactoring existing code, or reviewing code quality, this skill provides language-agnostic principles and guidelines to create maintainable, readable, and robust software.
When to Use This Skill
- Writing new functions, classes, or modules
- Refactoring existing code to improve quality
- Conducting code reviews
- Addressing technical debt
- Establishing team coding standards