skills/modelscope.cn/skill-creator

skill-creator

SKILL.md

skill-creator

This skill guides you through creating high-quality, reusable OpenCode agent skills.

Best Practices

  1. Naming: Use lowercase-alphanumeric-with-hyphens. The name MUST match the directory name.
  2. 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'."
  3. Frontmatter: Always include name and description. license and compatibility are recommended.

... (rest of best practices)

Steps to Create a Skill

Installs
1
First Seen
Apr 17, 2026