paniolo-source-refactoring

Installation
SKILL.md

Requires: file-read, terminal (linting/testing). No network access needed.

Source Refactoring Skill

Use When

Use this skill when:

  • Splitting large files into focused modules/components.
  • Moving logic into new files while preserving behavior and tests.

Execution workflow:

  1. Extract one coherent symbol/group at a time with minimal behavior change.
  2. Keep exports/imports aligned with repo conventions and avoid barrel files.
  3. Update colocated tests or add targeted tests for extracted logic.
  4. Validate with targeted tests first, then npm run lint.

Output requirements:

Installs
2
First Seen
Jul 21, 2026
paniolo-source-refactoring — paniolo-ai/skills