decompose

Installation
SKILL.md

Decompose Component

Decompose the provided component into smaller, focused units.

Input

  • File or component path provided by the user.

Goals

  • Identify mixed responsibilities and logic.
  • Extract reusable utilities, hooks, and sub-components when useful.
  • Maintain existing behavior and tests.

Constraints

  • Preserve behavior unless the user explicitly approves a behavior change.
  • Prefer the smallest correct decomposition.
  • Avoid new abstractions unless reuse, locality, or readability improves.
Related skills
Installs
3
GitHub Stars
2
First Seen
5 days ago