What problem does it solve?
This Skill provides a comprehensive framework and best practices for creating, validating, and organizing skills for the OpenCode agent, ensuring consistency and efficiency in skill development.
Core Features & Use Cases
- Skill Structure Guidance: Understand the anatomy of a skill, from minimal to complex setups.
- Frontmatter Specification: Learn the mandatory and optional fields for
SKILL.md and their validation rules.
- Resource Management: Utilize
scripts/, references/, and assets/ directories effectively.
- Best Practices: Follow guidelines on naming conventions, file size limits, and progressive disclosure for optimal performance.
- Use Case: When starting a new skill for your project, use this Skill to scaffold the directory structure, create a valid
SKILL.md with the correct frontmatter, and understand how to organize supporting documentation and scripts.
Quick Start
Use the build-skill to scaffold a new skill named 'my-new-skill' in the current directory.