Hermes Agent

Hermes Skills

Every skill in the official Hermes Agent catalog, written up from the documentation, alongside the skills published as open-source repositories.

Explore guides

Skills that ship with Hermes Agent or install into it, each written up from the official documentation with its commands reproduced unchanged.

Showing theSoftware Developmentfolder from the Hermes docs
Dogfoodv1.0.0#qa#testing

Exploratory QA of web apps: find bugs, evidence, reports.

Software DevelopmentBundled
Hermes Agent Skill Authoringv1.1.0#skills#authoring

Author in-repo SKILL.md files: frontmatter and structure.

Software DevelopmentBundled
Node Inspect Debuggerv1.0.0#debugging#nodejs

Debug Node.js via --inspect + Chrome DevTools Protocol CLI.

Software DevelopmentBundled
Planv2.0.0#planning#plan-mode

Write a markdown plan to .hermes/plans/; no execution.

Software DevelopmentBundled
Python Debugpyv1.0.0#debugging#python

Debug Python: pdb REPL + debugpy remote (DAP).

Software DevelopmentBundled
Requesting Code Reviewv2.0.0#code-review#security

Pre-commit review: security scan, quality gates, auto-fix.

Software DevelopmentBundled
Simplify Codev1.1.0#code-review#cleanup

Parallel 4-agent cleanup of recent code changes.

Software DevelopmentBundled
Spikev1.0.0#spike#prototype

Throwaway experiments to validate an idea before build.

Software DevelopmentBundled
Systematic Debuggingv1.1.0#debugging#troubleshooting

4-phase root cause debugging: understand bugs before fixing.

Software DevelopmentBundled
Test Driven Developmentv1.1.0#testing#tdd

TDD: enforce RED-GREEN-REFACTOR, tests before code.

Software DevelopmentBundled
Rest Graphql Debugv1.2.0#api#rest

Debug REST/GraphQL APIs: status codes, auth, schemas, repro.

Software DevelopmentOptional
Subagent Driven Developmentv1.1.0#delegation#subagent

Execute plans via delegate_task subagents (2-stage review).

Software DevelopmentOptional