tdd-migrate
TDD workflow for migrations - orchestrate agents, zero main context growth
npx skills add parcadei/Continuous-Claude-v3 --skill tdd-migrate --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# TDD Migrate Orchestrate TDD migrations with agents doing all work. Main context stays clean. ## When to Use - "Port X from Python to TypeScript" - "Create N adapters following existing pattern" - "Migrate module to new architecture" - "TDD implementation of multiple similar items" ## Parameters ``` /tdd-migrate <source_path> <target_path> --pattern <reference> --items "item1,item2,item3" ``` - `source_path`: Path to analyze (existing code) - `target_path`: Where to create new code - `pattern`: Reference file/pattern to follow - `items`: Comma-separated list of things to create ## Workflow ``` Phase 0: YAML TODO List │ ▼ Phase 1: TLDR Analysis ─────────────────┐ │ │ ▼ │ Parallel scouts Phase 2: Write Failing Tests ───────────┤ per item │ │ ▼ │ Phase 3: Implement (minimal) ───────────┤ │ │ ▼ │ Phase 4: Build + Pass Tests ────────────┘ │ ▼ Phase 5: QLTY Check ────────────────────┐ │ │ Parallel Phase 6: Review Agent Validates ────────┘ │ ▼ Phase 7: TLDR Diff (new vs reference) │ ▼ Phase 8: Fix Issues (if any) │ ▼ Complete ``` ## Key Principles 1. **Main context = orchestration only** - Never read files directly (use scout) - Never implement directly (use kraken/spark) - Never run tes
- When to Use
- Parameters
- Workflow
- Key Principles
- Instructions
- Step 0: Create YAML TODO
- Step 1: Launch Scout Agents (parallel)
- Step 2: Launch Kraken Agents (parallel per item)
- Step 3: Review + Validate (parallel)
- Step 4: Fix Issues
- Step 5: TLDR Diff
- Step 6: Update Continuity
- Example: Rigg Adapters
- Anti-Patterns (AVOID)
What does the tdd-migrate skill do?
TDD workflow for migrations - orchestrate agents, zero main context growth
How do I install it?
Run `npx skills add parcadei/Continuous-Claude-v3 --skill tdd-migrate --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From parcadei/Continuous-Claude-v3, a repository with 3,879 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
