- • Create
~/.hermes/skills/<name>/ directory
- • Write
SKILL.md with YAML frontmatter (name, description, triggers)
- • Add Markdown body with agent instructions
- • Directory name becomes the skill identifier
- • Restart the agent or trigger a skills reload
- • Check the Skills page — skill should appear in Installed
- • Type a trigger phrase in chat to invoke the skill
- • Edit SKILL.md and reload until behaviour is correct
- • Skill not appearing — check directory name and SKILL.md presence
- • Trigger not firing — confirm agent reloaded after edit
- • Scripts not running — elevated trust must be enabled in agent config
- • Wrong behaviour — refine the Markdown body instructions