A collection of reusable skills for AI-assisted development workflows
npx skills add https://github.com/b-mendoza/agent-skills --skill validate-implementation-planInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.
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.
skills/ has 19 first party skills.docs/ has workflow notes, design specs, and writing guidance.docs/best-practices/ is the best place to start if.agents/skills/ has 10 third party skills for OpenCode..claude/skills/ mirrors the same 10 skills for Claudeskills-lock.json records the third party skill set.opencode.jsonc stores OpenCode config.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.
orchestrating-jira-workflowfetching-jira-ticket saves a ticketdocs/<TICKET_KEY>.md.planning-jira-tasks turns that ticketdocs/<TICKET_KEY>-tasks.md.clarifying-assumptions handles thecreating-jira-subtasks creates orplanning-jira-task writes the planningexecuting-jira-task carries oneorchestrating-github-workflowfetching-github-issue saves an issuedocs/<ISSUE_SLUG>.md.planning-github-issue-tasksdocs/<ISSUE_SLUG>-tasks.md.clarifying-assumptions is reusedcreating-github-child-issuesplanning-github-task writes theexecuting-github-task carries onegenerate-handoff-documentvalidate-implementation-planrecency-guard checks answers that depend onpr-creator prepares and opens a pull requestprompt-structurer turns prose promptsworkflow-skill-architect helpsThe 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 |
docs/best-practices/README.md.docs/ are local working files. Do not commit them.