
Skill Creator
- 16 installs
- 247 repo stars
- Updated April 3, 2026
- different-ai/agent-bank
Creates well-formed OpenCode skills with valid SKILL.md frontmatter that load correctly and follow naming rules.
About
Provides a minimal workflow for adding a new .opencode/skill SKILL.md with valid name and description frontmatter. A developer uses it to scaffold or fix a skill definition.
- Name matches directory and the lowercase-hyphen regex
- Description kept within 1-1024 characters
Skill Creator by the numbers
- 16 all-time installs (skills.sh)
- Ranked #477 of 782 Skill Development skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/different-ai/agent-bank --skill skill-creatorAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 16 |
|---|---|
| repo stars | ★ 247 |
| Last updated | April 3, 2026 |
| Repository | different-ai/agent-bank ↗ |
What it does
Creates well-formed OpenCode skills with valid SKILL.md frontmatter that load correctly and follow naming rules.
Files
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.
Related skills
Forks & variants (1)
Skill Creator has 1 known copy in the catalog totaling 2 installs. They canonicalize to this original listing.
- different-ai - 2 installs