How this skill is triggered — by the user, by Claude, or both
Slash command
/lomo-kits:parallel-refactorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 需要同时改前端 + 后端 + 类型定义的大重构
/parallel-refactor 把 Worker 状态从字符串改成枚举
/parallel-refactor 重构认证模块,后端改 JWT,前端改登录流程
读取相关代码,确定需要修改的文件,按职责划分成 2-4 个独立的 Agent 范围。
典型划分:
列出:
等我说"开始"后再动手。
用 Agent 工具 spawn 子 Agent,每个 Agent:
tsc --noEmit 验证类型正确所有 Agent 完成后:
npx claudepluginhub 15195999826/lomomarketplace --plugin lomo-kitsPlans and executes large refactors across files or subsystems using parallel analysis, dependency-aware work packets, and sub-agents. For medium-to-large scope changes needing safe partitioning.
Decomposes large-scale changes into independent units and spawns parallel agents in isolated worktrees. Use for migrations, refactors, codemods, and changes touching 10+ files.
Extracts modules, renames across files, and untangles abstractions using multi-agent orchestration. For behavior-preserving restructuring outside current diff, including tech debt reduction.