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.
S
Description
Audits an implementation plan for requirements traceability, avoidable complexity, risky assumptions, and evidence gaps. Use when reviewing an AI-generated or…
Readme 8.1 MiB
Languages
TypeScript 82.6%
Shell 12.7%
Python 2.6%
JavaScript 2.1%