What problem does it solve? Writing a well-structured SKILL.md that actually triggers reliably is hard: descriptions must contain both the action and trigger words, folder names must match the skill name, and bodies must stay concise. This Skill codifies those rules so new OpenCode Skills are created correctly the first time. ## Core Features & Use Cases - SKILL.md Authoring Guidance: Enforces the required frontmatter (name, description), naming rules (1-64 chars, lowercase with hyphens), and a body under 500 lines with overflow moved to references/. - Trigger Optimization: Explains how to write descriptions that combine what the skill does with concrete trigger phrases to maximize activation rate. - Creation Workflow: Walks through confirming scope with the user, writing the SKILL.md, creating the folder under ~/.config/opencode/skills/{name}/, and verifying via the skill tool after restart. - Use Case: You have a repeatable code review workflow and want it as a reusable skill. This Skill guides you to produce a compliant SKILL.md with a high-trigger description and proper directory placement. ## Quick Start Ask the assistant to turn your current workflow into a new OpenCode skill with a proper SKILL.md file.