What problem does it solve? Writing new agent skills often leads to bloated, duplicated, or poorly structured SKILL.md files that waste context tokens on every turn. This Skill provides a rule book for creating concise, well-structured Hermes skills that follow best practices. ## Core Features & Use Cases - Standardized Structure: Enforces frontmatter with name, description, and trigger phrases, plus tight instruction bodies with heavy content offloaded to references, templates, and scripts. - Deduplication & Pruning: Checks whether an existing skill covers 80%+ of the need and expands, merges, or trims instead of creating duplicates. - Reusable Workflow Skeleton: Structures workflow skills as launch, gather evidence, decide, and handoff stages for consistent chaining. - Use Case: After a long debugging session, ask the agent to turn the conversation into a skill, and it produces a self-contained SKILL.md that a fresh session can execute without extra context. ## Quick Start Ask the agent to create a skill based on our conversation about the current workflow.