Authoring Hermes-Agent Skills (in-repo) Overview There are two places a SKILL.md can live: 1. User-local: — personal, not shared. Created via . 2. In-repo (this skill is about this case): — committed, shipped with the package. Use + . does NOT target this tree. When to Use - User asks you to add a skill "in this branch / repo / commit" - You're committing a reusable workflow that should ship with hermes-agent - You're editing an existing skill under (use for small edits, for rewrites; still works for patch on in-repo skills, but not for ) Required Frontmatter Source of truth: . Hard requireme…