Agent skill · Workflow & Productivity

implement_task

Implementation agent that executes a single task and creates handoff on completion

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill implement-task --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/agent/implement-task/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# 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's inside
Steps it walks through
  1. What You Receive
  2. Your Process
  3. Step 1: Understand Context
  4. Step 2: Implement with TDD (Test-Driven Development)
  5. Step 3: Create Your Handoff
  6. Handoff Document Template
  7. Returning to Orchestrator
  8. Important Guidelines
  9. DO:
  10. DON'T:
  11. If You Get Blocked:
  12. Resume Handoff Reference
  13. Reading Previous Handoffs
  14. What to Look For:
Ships with 1 file
  • metadata.json
Commands it runs
qlty check --fix
Fast edit without reading file first
uv run python -m runtime.harness scripts/morph_apply.py \
if (!user) throw new Error('User not found');
More from claude-skill-registry
All skills →
About this skill
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 --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.

Keep going