skill-creator
SKILL.md
skill-creator
This skill guides you through creating high-quality, reusable OpenCode agent skills.
Best Practices
- Naming: Use
lowercase-alphanumeric-with-hyphens. The name MUST match the directory name. - Description & Triggers:
- Be precise. The agent uses this description to decide when to load the skill.
- CRITICAL: Always include common "catchphrases" or triggers in the description to help the agent identify when to use the skill.
- Example description: "Skill for analyzing logs. Triggers: 'check the logs', 'what happened in the logs', 'analyze errors'."
- Frontmatter: Always include
nameanddescription.licenseandcompatibilityare recommended.
... (rest of best practices)