What problem does it solve?
This Skill eliminates the frustration of writing broken, non-compliant SKILL.md files that fail to load in OpenCode agents, ensuring your custom skills work on the first try and follow best practices for maintainability, token efficiency, and cross-agent compatibility.
Core Features & Use Cases
- Frontmatter & Naming Compliance: Enforces exact YAML frontmatter rules, valid name patterns, and directory name matching to prevent loading failures and validation errors.
- Token-Efficient Design: Teaches progressive disclosure patterns to split large skills into manageable reference files, avoiding context bloat and degraded agent performance in long conversations.
- Built-in Automation Tools: Includes executable scripts to scaffold new skill directories, validate structure and frontmatter, and package distributable skill zip files for sharing.
- Use Case: When you need to create a custom skill for OpenCode to automate repetitive team workflows like code review, release management, or API integration, use this Skill first to avoid common mistakes that cause skills to be ignored or fail at runtime.
Quick Start
Use the build-skill skill to generate a new compliant SKILL.md file for your custom OpenCode workflow, following all required naming conventions, frontmatter rules, and directory structure guidelines.