Claude Code Plugins

Community-maintained marketplace

Feedback
244.3k
2

Implement a piece of work based on a spec or set of tickets.

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @mattpocock/skills/implement --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @mattpocock/skills/implement -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name implement
description Implement a piece of work based on a spec or set of tickets.
disable-model-invocation true

Implement the work described by the user in the spec or tickets.

Use /tdd where possible, at pre-agreed seams.

Run typechecking regularly, single test files regularly, and the full test suite once at the end.

Once done, use /code-review to review the work.

Commit your work to the current branch.