Skills
Self-contained task procedures the Hermes agent can follow — each a single SKILL.md following the agentskills.io open standard.
8 results
git-workflow-and-versioning
1.0.0addyosmani · software-development
Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.
github-pr-workflow
1.1.0Hermes Agent · github
GitHub PR lifecycle: branch, commit, open, CI, merge.
idea-refine
1.0.0addyosmani · productivity
Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or "stress-test my plan".
requesting-code-review
2.0.0Hermes Agent (adapted from obra/superpowers + MorAlekss) · software-development
Pre-commit review: security scan, quality gates, auto-fix.
review
1.0.0mattpocock · software-development
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
setup-pre-commit
1.0.0mattpocock · devops
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
verification-before-completion
1.0.0obra · software-development
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
yeet
1.0.0openai · software-development
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).