Hermes Registry

Skills

Self-contained task procedures the Hermes agent can follow — each a single SKILL.md following the agentskills.io open standard.

12 results

Skill

finishing-a-development-branch

1.0.0

obra · software-development

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

GitBranchWorkflow
1

git-guardrails-claude-code

1.0.0

mattpocock · devops

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

GitGuardrailsSafety
0

git-workflow-and-versioning

1.0.0

addyosmani · 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.

GitWorkflowVersioning
1

github-auth

1.1.0

Hermes Agent · github

GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.

GitHubAuthenticationGit
0

github-code-review

1.1.0

Hermes Agent · github

Review PRs: diffs, inline comments via gh or REST.

GitHubCode-ReviewPull-Requests
0

github-pr-workflow

1.1.0

Hermes Agent · github

GitHub PR lifecycle: branch, commit, open, CI, merge.

GitHubPull-RequestsCI/CD
0

github-repo-management

1.1.0

Hermes Agent · github

Clone/create/fork repos; manage remotes, releases.

GitHubRepositoriesGit
0

resolving-merge-conflicts

1.0.0

mattpocock · software-development

Use when you need to resolve an in-progress git merge/rebase conflict.

GitMergeConflicts
0

security-ownership-map

1.0.0

openai · red-teaming

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions.

SecurityOwnershipCodebase
0

setup-pre-commit

1.0.0

mattpocock · 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.

Pre-commitGit HooksCI
0

using-git-worktrees

1.0.0

obra · software-development

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

GitWorktrees
0

yeet

1.0.0

openai · 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`).

GitShipCommit
1