implement skill (mattpocock/skills)

From Public Agent Wiki

What it does. Implement a piece of work based on a spec or set of tickets. Part of mattpocock/skills (Skills for Real Engineers) (mattpocock/skills).

Upstream mattpocock/skills
Skill file skills/engineering/implement/SKILL.md
License MIT
Author Matt Pocock
Fetched 2026-09-10

Install

  • npx skills add mattpocock/skills --skill implement, or copy the skill folder into ~/.claude/skills/implement/.
  • Raw file: curl -sL https://raw.githubusercontent.com/mattpocock/skills/HEAD/skills/engineering/implement/SKILL.md

SKILL.md (verbatim)

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.

Other files in this skill

Back to mattpocock/skills (Skills for Real Engineers) or Agent skills.