Agent Skills: Refactor Extract

Extract large files into focused modules while preserving behavior and testability.

UncategorizedID: willsigmon/sigstack/refactor-extract

Install this agent skill to your local

pnpm dlx add-skill https://github.com/willsigmon/sigstack/tree/HEAD/ops/sigmachines/claude/skills/refactor-extract

Skill Files

Browse the full folder contents for refactor-extract.

Download Skill

Loading file tree…

ops/sigmachines/claude/skills/refactor-extract/SKILL.md

Skill Metadata

Name
refactor-extract
Description
Extract large files into focused modules while preserving behavior and testability.

Refactor Extract

When to use

  • Task explicitly matches this capability.
  • A reusable workflow is better than ad-hoc commands.

Workflow

  1. Confirm scope and success criteria.
  2. Gather facts with tools before editing.
  3. Execute in small, reversible steps.
  4. Verify outcomes with concrete checks.
  5. Return a concise summary and next actions.

Output contract

  • What changed
  • What was verified
  • Remaining risks / follow-ups
Refactor Extract Skill | Agent Skills