Agent Skills: skill-creator

Create new OpenCode skills with valid SKILL.md frontmatter.

UncategorizedID: different-ai/agent-bank/skill-creator

Install this agent skill to your local

pnpm dlx add-skill https://github.com/different-ai/agent-bank/tree/HEAD/.opencode/skill/skill-creator

Skill Files

Browse the full folder contents for skill-creator.

Download Skill

Loading file tree…

.opencode/skill/skill-creator/SKILL.md

Skill Metadata

Name
skill-creator
Description
Create new OpenCode skills with valid SKILL.md frontmatter.

Purpose

Create well-formed OpenCode skills that load correctly and follow naming rules.

When to Use

Use this skill when you need to add a new .opencode/skill/<name>/SKILL.md file or fix an existing skill definition.

Workflow

  1. Choose a skill name that matches the directory name and the regex ^[a-z0-9]+(-[a-z0-9]+)*$.
  2. Add YAML frontmatter with name and description.
  3. Keep description between 1–1024 characters.
  4. Add clear sections for purpose, usage, and workflow.
  5. Verify the skill is discoverable via the skill tool.

Completion Criteria

  • The skill loads without errors.
  • Frontmatter fields are valid and minimal.
  • Content explains when and how to use the skill.