What problem does it solve?
This Skill eliminates the risk of creating Hermes Agent skills that fail validation, are placed in incorrect directories, or break for other users when committed to the shared hermes-agent repository, ensuring all in-repo skills follow official conventions and work reliably across all supported platforms.
Core Features & Use Cases
- Validator Compliance: Provides exact frontmatter requirements, size limits, and structural rules to pass Hermes' built-in skill validator on the first attempt.
- Standardized Structure: Defines the peer-matched directory placement and content structure used by all existing in-repo skills, so new skills are consistent with the rest of the codebase.
- Complete Authoring Workflow: Covers end-to-end steps for creating new skills, editing existing ones, adding supporting files, cross-referencing other skills, and avoiding common pitfalls like using the wrong creation command or forgetting to commit changes.
- Use Case: For example, if you want to add a reusable automated testing workflow to the hermes-agent repo, this Skill guides you to create a valid, well-structured SKILL.md that is accessible to all contributors and users of the repository.
Quick Start
Use the hermes-agent-skill-authoring skill to create a new in-repo skill for automating code linting that passes all Hermes validation checks.