What problem does it solve? Agents lack durable procedural memory across sessions, so recurring tasks get re-solved from scratch each time. This Skill defines the conventions, frontmatter format, and quality checklist needed to write reusable SKILL.md files that agents can load on demand. ## Core Features & Use Cases - Canonical Skill Format: Defines the required YAML frontmatter fields (name, description, version, author, license, platforms, metadata.hermes) and the standard body sections (Overview, When to Use, Pitfalls, Verification Checklist). - Creation Workflow: Provides a six-step process from identifying a trigger through drafting, validating frontmatter with a Python snippet, and committing to version control. - Decision Guidance: Clarifies when content belongs in a skill versus agent memory versus a standalone script. - Use Case: You keep repeating the same deployment procedure across sessions. Use this Skill to author a deploy-app/SKILL.md with exact commands, pitfalls, and verification steps so future sessions execute it consistently. ## Quick Start Ask the agent to create a new skill for a recurring task, following the skill-builder conventions for frontmatter and body structure.