implement
Implement a piece of work based on a PRD or set of issues.
Install
npx skills add https://github.com/sickn33/agentic-awesome-skills/tree/main/skills/implement
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install sickn33-agentic-awesome-skills@llmmart
git clone https://github.com/sickn33/agentic-awesome-skills.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole sickn33/agentic-awesome-skills collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
When to Use
Use this skill when you need implement a piece of work based on a PRD or set of issues.
Implement the work described by the user in the PRD or issues.
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 /review to review the work.
Commit your work to the current branch.
Limitations
- Use this skill only when the task clearly matches its upstream source and local project context.
- Verify commands, generated code, dependencies, credentials, and external service behavior before applying changes.
- Do not treat examples as a substitute for environment-specific tests, security review, or user approval for destructive or costly actions.
Files (agentic-awesome-skills)
-
SKILL.md 1.1 KB
--- name: implement description: Implement a piece of work based on a PRD or set of issues. risk: critical source: https://github.com/mattpocock/skills/tree/main/skills/engineering/implement source_repo: mattpocock/skills source_type: community date_added: 2026-07-01 license: MIT license_source: https://github.com/mattpocock/skills/blob/main/LICENSE --- ## When to Use Use this skill when you need implement a piece of work based on a PRD or set of issues. Implement the work described by the user in the PRD or issues. 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 /review to review the work. Commit your work to the current branch. ## Limitations - Use this skill only when the task clearly matches its upstream source and local project context. - Verify commands, generated code, dependencies, credentials, and external service behavior before applying changes. - Do not treat examples as a substitute for environment-specific tests, security review, or user approval for destructive or costly actions.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.