Verifies and maintains the integrity of a live Hermes editable-install deployment (the editable-install pattern: checked-out git branch IS the running code). Use PROACTIVELY before/after any restart, update, or dev work on the live tree, and for "is the deploy healthy", "did we drift off the integrated branch", "the…
Benchmarks and QAs a whole live Hermes Agent instance across capability categories (basic chat, tool use, weather, ops, plus whatever the instance is for) — fast and in parallel, with latency and regression tracking. Use PROACTIVELY for "run the QA pass", "is the live instance healthy", "smoke-test Hermes", "did that…
Engineers and extends the Hermes messaging gateway — platform adapters, lifecycle hooks, authorization, session routing, delivery, and provider routing. Use PROACTIVELY whenever the user wants to add or modify a gateway adapter or hook, change auth/pairing, fix session-key routing or message delivery, wire a new…
Tests and improves a Hermes gateway end-to-end — the serving path, authorization, session routing, slash-command dispatch, delivery, and agent-through-gateway behavior — then drives a failure-oriented improvement loop. Use PROACTIVELY after any gateway change, before a gateway rollout, or for "test the gateway", "is…
Authors and edits skills FOR a Hermes Agent install. Use PROACTIVELY whenever the user wants to create, write, draft, refactor, or fix a Hermes skill, wrap a CLI/API as a Hermes capability, or turn a repeated Hermes workflow into a reusable SKILL.md. MUST BE USED for any "make/build/improve a Hermes skill" task so the…
Builds and runs evaluation suites for an individual Hermes skill, scores the results, finds failure classes, and recommends concrete edits. Use PROACTIVELY after a Hermes skill is written or changed, or whenever the user asks "is this skill any good", "test this skill", "why isn't my skill triggering", or "make this…