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

Critical Rule: Refactor As You Go

Installs
11
GitHub Stars
12
First Seen
Feb 28, 2026
code-refactoring-small — aspiers/ai-config