What problem does it solve? Creating a new skill inside the Hermes Agent repository requires matching strict frontmatter validation rules and peer conventions, and mistakes like wrong placement or malformed YAML cause silent validation failures. ## Core Features & Use Cases - Frontmatter Validation Rules: Documents the exact validator requirements from tools/skill_manager_tool.py, including the 1024-character description limit and 100,000-character file cap. - Peer-Matched Structure: Provides the standard section layout (Overview, When to Use, Common Pitfalls, Verification Checklist) used by every skill under skills/software-development/. - Workflow Guidance: Covers directory placement, category selection, local YAML validation, git commit, and directory index regeneration. - Use Case: When asked to add a reusable workflow skill to a Hermes Agent branch, follow this guide to draft the SKILL.md, validate it with a Python snippet, and commit it correctly. ## Quick Start Ask the agent to create a new in-repo skill under skills/<category>/<name>/ following the hermes-agent-skill-authoring conventions and validate the frontmatter before committing.