Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 727 Bytes

File metadata and controls

26 lines (19 loc) · 727 Bytes

Installed. One more step.

The plugin is installed. To make the four skills available in your Hermes sessions, run the bundled installer:

bash ~/.hermes/plugins/fable-method/install.sh

This copies the skills into ~/.hermes/skills/software-development/. After that, start a new Hermes session and the skills are live.

Verify with:

hermes skills list | grep fable

What you get:

  • fable-method: the 7-step problem-solving loop
  • fable-loop: orchestrated version with parallel subagents
  • fable-judge: adversarial verification of finished work
  • fable-domain: domain adapter generator

Try it: start a Hermes session and invoke fable-judge after any agent claims work is done.