refactor-worker

Installation
SKILL.md

Refactor Worker

NOTE: Startup and cleanup are handled by worker-base. This skill defines the WORK PROCEDURE.

When to Use This Skill

Use this worker for refactoring features that involve:

  • Consolidating duplicate code
  • Splitting large files into smaller modules
  • Extracting shared types and utilities
  • Simplifying complex logic
  • Unifying patterns across the codebase

Work Procedure

1. Understand the Feature Scope

Installs
1
Repository
0xsero/parchi
GitHub Stars
477
First Seen
Mar 31, 2026
refactor-worker — 0xsero/parchi