validate-implementation-plan

A collection of reusable skills for AI-assisted development workflows

Installation
CLI
npx skills add https://github.com/b-mendoza/agent-skills --skill validate-implementation-plan

Installez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.

Dernière mise à jour le 5/4/2026

agent-skills

agent-skills is a repository of skills for coding agents. This repository is
the product. It holds the skills we write here, a small set of third party
skills we keep in the repository, and the docs we use to keep OpenCode and
Claude Code aligned.

What is in this repository

First party skills

Most of the first party skills fall into two workflow groups, one for Jira and
one for GitHub. The rest are utility skills you can use on their own.

Jira workflow

GitHub workflow

Utility skills

Third party skills kept in the repo

The repository currently includes 10 third party skills. They live in
.agents/skills/, are mirrored in
.claude/skills/, and are pinned in
skills-lock.json.

Skill Source
code-review-excellence wshobson/agents
commit-work softaworks/agent-toolkit
executing-plans obra/superpowers
gh-cli github/awesome-copilot
grill-me mattpocock/skills
humanizer blader/humanizer
receiving-code-review obra/superpowers
subagent-driven-development obra/superpowers
test-driven-development obra/superpowers
writing-plans obra/superpowers

Notes for editing

  • Skills in this repo need to work in both OpenCode and Claude Code, so keep the
    format simple and portable.
  • Before editing a skill, subagent, or reference file, read the relevant guide in
    docs/best-practices/README.md.
  • There is no formal validator or CI pipeline for skill authoring at the moment,
    so checks are manual.
  • Progress files under docs/ are local working files. Do not commit them.