
Hermes Skills
Every skill in the official Hermes Agent catalog, written up from the documentation, alongside the skills published as open-source repositories.
Explore guidesSkills that ship with Hermes Agent or install into it, each written up from the official documentation with its commands reproduced unchanged.
Exploratory QA of web apps: find bugs, evidence, reports.
Author in-repo SKILL.md files: frontmatter and structure.
Debug Node.js via --inspect + Chrome DevTools Protocol CLI.
Write a markdown plan to .hermes/plans/; no execution.
Debug Python: pdb REPL + debugpy remote (DAP).
Pre-commit review: security scan, quality gates, auto-fix.
Parallel 4-agent cleanup of recent code changes.
Throwaway experiments to validate an idea before build.
4-phase root cause debugging: understand bugs before fixing.
TDD: enforce RED-GREEN-REFACTOR, tests before code.
Debug REST/GraphQL APIs: status codes, auth, schemas, repro.
Execute plans via delegate_task subagents (2-stage review).