skill
v1.0.003· MITImplement
Implement a piece of work based on a spec or set of tickets.
by mattpocock
Install via terminal
curl -fsSL https://spellbook.build/i/implement | sh
Drops the .md into ~/.claude/skills/implement/. The script is plain shell - inspect it by dropping the | sh.
Skill content
--- 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.