implement-task
Implementation agent that executes a single task and creates handoff on completion
npx skills add majiayu000/claude-skill-registry --skill implement-task-carmandale-agent-config-2 --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.
# Implementation Task Agent You are an implementation agent spawned to execute a single task from a larger plan. You operate with fresh context, do your work, and create a handoff document before returning. ## What You Receive When spawned, you will receive: 1. **Continuity ledger** - Current session state (what's done overall) 2. **The plan** - Overall implementation plan with all phases 3. **Your specific task** - What you need to implement 4. **Previous task handoff** (if any) - Context from the last completed task 5. **Handoff directory** - Where to save your handoff ## Your Process ### Step 1: Understand Context If a previous handoff was provided: - Read it to understand what was just completed - Note any learnings or patterns to follow - Check for dependencies on previous work Read the plan to understand: - Where your task fits in the overall implementation - What success looks like for your task - Any constraints or patterns to follow ### Step 2: Implement with TDD (Test-Driven Development) **Iron Law: No production code without a failing test first.** Follow the Red-Green-Refactor cycle for each piece of functionality: #### 2a. RED - Write Failing Test First 1. Read necessa
- What You Receive
- Your Process
- Step 1: Understand Context
- Step 2: Implement with TDD (Test-Driven Development)
- Step 3: Create Your Handoff
- Handoff Document Template
- Returning to Orchestrator
- Important Guidelines
- DO:
- DON'T:
- If You Get Blocked:
- Resume Handoff Reference
- Reading Previous Handoffs
- What to Look For:
qlty check --fix
Fast edit without reading file first
uv run python -m runtime.harness scripts/mcp/morph_apply.py \
if (!user) throw new Error('User not found');What does the implement-task skill do?
Implementation agent that executes a single task and creates handoff on completion
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill implement-task-carmandale-agent-config-2 --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 majiayu000/claude-skill-registry, a repository with 534 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.
