agent-skills

A collection of skills for coding agents, facilitating seamless integration with Jira and GitHub workflows.

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.

SkillSource
code-review-excellencewshobson/agents
commit-worksoftaworks/agent-toolkit
executing-plansobra/superpowers
gh-cligithub/awesome-copilot
grill-memattpocock/skills
humanizerblader/humanizer
receiving-code-reviewobra/superpowers
subagent-driven-developmentobra/superpowers
test-driven-developmentobra/superpowers
writing-plansobra/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.