vue3-component-decomposition

Originally fromnoartem/skills
Installation
SKILL.md

Vue 3 Component Decomposition

Break large Vue 3 components into smaller, testable units without losing readability.

When to Use

  • Component is handling multiple concerns (UI rendering, fetching, form logic, filtering, side effects)
  • setup() or <script setup> grows hard to scan
  • Template contains complex expressions or repeated blocks
  • Changes in one feature frequently break unrelated behavior

Decomposition Workflow

Related skills
Installs
13
GitHub Stars
9
First Seen
Mar 13, 2026