Skill
/implement
Implement a piece of work based on a spec or set of tickets.
One skill from mattpocock-skills. Installed with the plugin, it fires itself as you prompt.
shell
$ npx -y skills add mattpocock/skills --skill implement --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
SKILL.md
implement.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.
Ships with mattpocock-skills
Stars169,411Forks14,585LanguageShellLicenseMIT
Get the whole plugin, auto-invoked