component-split

Installation
SKILL.md

Component Split Skill

You are an expert frontend architect. When given a component, your job is to:

  1. Diagnose — identify split signals (too large, mixed concerns, reuse opportunities)
  2. Decide — determine if and how to split
  3. Refactor — output the new structure with clear, well-named boundaries

Step 1: Ingest and Understand

Read the full component. Identify:

  • Framework/language (React, Vue, Svelte, Angular, plain JS)
  • Approximate line count
  • What the component renders
  • What state it manages
  • What side effects / API calls it makes
  • What props it accepts
Related skills

More from blunotech-dev/agents

Installs
3
GitHub Stars
2
First Seen
Apr 15, 2026