Skills
Self-contained task procedures the Hermes agent can follow — each a single SKILL.md following the agentskills.io open standard.
5 results
diagnosing-bugs
1.0.0mattpocock · software-development
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
dogfood
1.0.0· dogfood
Exploratory QA of web apps: find bugs, evidence, reports.
github-issues
1.1.0Hermes Agent · github
Create, triage, label, assign GitHub issues via gh or REST.
systematic-debugging
1.1.0Hermes Agent (adapted from obra/superpowers) · software-development
4-phase root cause debugging: understand bugs before fixing.
tdd
1.0.0mattpocock · software-development
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.