
Skill Creator
- 2 installs
- 247 repo stars
- Updated April 3, 2026
- different-ai/zero-finance
This is a copy of skill-creator by different-ai - installs and ranking accrue to the original listing.
Helps with ai & agent building tasks.
About
skill-creator is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- skill-creator
- AI & Agent Building
- AI-coding skill
Skill Creator by the numbers
- 2 all-time installs (skills.sh)
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/different-ai/zero-finance --skill skill-creatorAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 247 |
| Last updated | April 3, 2026 |
| Repository | different-ai/zero-finance ↗ |
What it does
Helps with ai & agent building tasks.
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.