code-refactoring-small
Installation
SKILL.md
Code Refactoring: Keep Code Small
Refactor overly large code you just added or extended into smaller, more focused components.
When to Use This Skill
Use this skill when:
- Functions or methods are too long (typically >50 lines)
- Classes have too many responsibilities
- Files have grown too large or handle multiple concerns
- Code has deeply nested blocks
- After implementing a feature and noticing bloat