Agent skill · Workflow & Productivity

tdd-migrate

TDD workflow for migrations - orchestrate agents, zero main context growth

parcadeigithub.com/parcadeiGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add parcadei/Continuous-Claude-v3 --skill tdd-migrate --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: TaskTodoWriteWriteReadBash
Path: .claude/skills/tdd-migrate/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,879
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Parameters
  3. Workflow
  4. Key Principles
  5. Instructions
  6. Step 0: Create YAML TODO
  7. Step 1: Launch Scout Agents (parallel)
  8. Step 2: Launch Kraken Agents (parallel per item)
  9. Step 3: Review + Validate (parallel)
  10. Step 4: Fix Issues
  11. Step 5: TLDR Diff
  12. Step 6: Update Continuity
  13. Example: Rigg Adapters
  14. Anti-Patterns (AVOID)
More from Continuous-Claude-v3
All skills →
About this skill
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.

Keep going