What problem does it solve? Creating a new Resonance skill requires following a strict authoring, validation, and evaluation procedure, and this Skill ensures the /skill-author command always routes to the canonical procedure definition instead of relying on ad-hoc instructions. ## Core Features & Use Cases - Command Routing: Maps the /skill-author command directly to the authoritative Resonance skill-author procedure file. - Procedure Enforcement: Instructs the agent to read the target SKILL.md in full and execute it exactly, including its Definition of Done. - Use Case: A developer wants to scaffold a new Resonance skill. They invoke /skill-author, and the agent loads the full authoring procedure from .agents/skills/ops/skill-author/resonance-skill-author/SKILL.md and follows it step by step. ## Quick Start Invoke the /skill-author command and ask the agent to author, validate, and eval a new Resonance skill following the Forge procedure.