What problem does it solve? Writing a skill that actually triggers when it should is hard: the frontmatter description is the only signal the agent sees at session start, and a vague one means the skill silently never fires. This Skill walks you through a structured authoring loop so new omp skills are well-scoped, correctly placed, and verifiable. ## Core Features & Use Cases - Guided authoring loop: Captures intent, scope (user vs project), naming, and co-located files before writing anything to disk. - Trigger description coaching: Enforces concrete, symptom-based description writing so the skill fires when it should and stays silent otherwise. - Verification workflow: Checks the file on disk, confirms omp discovers it, and tests whether the trigger fires in a fresh session. - Use Case: You keep repeating the same deployment checklist in chat. Use this Skill to formalize it into a reusable SKILL.md under ~/.omp/agent/skills/ with a description that reliably triggers on deploy-related requests. ## Quick Start Ask the agent to turn your recurring workflow into a new omp skill and follow the guided authoring steps.