·implement
</>

implement

Implement tasks from docs/task/*.md. Reads the task document, follows implementation steps, and updates status in TASKS.md. Use "/implement auto {task}" to auto-chain through test → document → ship. Use "/implement -m 1 2 3" for multi-task parallel execution.

16Installs·1Trend·@eljun

Installation

$npx skills add https://github.com/eljun/claude-skills --skill implement

How to Install implement

Quickly install implement AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/eljun/claude-skills --skill implement
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: eljun/claude-skills.

SKILL.md

View raw

| --help | -h | Show available commands and options | | --version | -v | Show workflow skills version | | --multi | -m | Multi-task mode: spawn parallel agents | | auto | | Enable auto-chain (test → document → ship) |

| /implement {ID} | Manual | Implement single task, then notify user to run /test | | /implement auto {ID} | Automated | Implement, then auto-chain through test → document → ship | | /implement -m {ID1} {ID2} ... | Multi-task | Spawn parallel agents for each task | | /implement --multi {ID1} {ID2} | Multi-task | Same as -m |

| /implement auto -m {ID1} {ID2} | Multi + Auto | Parallel tasks with auto-chain |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/eljun/claude-skills --skill implement
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-11

Browse more skills from eljun/claude-skills

Quick answers

What is implement?

Implement tasks from docs/task/*.md. Reads the task document, follows implementation steps, and updates status in TASKS.md. Use "/implement auto {task}" to auto-chain through test → document → ship. Use "/implement -m 1 2 3" for multi-task parallel execution. Source: eljun/claude-skills.

How do I install implement?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/eljun/claude-skills --skill implement Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/eljun/claude-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-26