Skill Creator
SkillAI & modelsCreate or update OpenCode skills under .agents/skills with concise, reusable instructions and minimal structure.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Skill Creator skill
What this skill tells your AI
The instructions your AI receives, as published by cefboud/monclaw in .agents/skills/skill-creator/SKILL.md and read by ahel’s review.
Use this when asked to create or update a skill.
Goal
Create minimal, useful skills in .agents/skills/<skill-name>/.
Required structure
SKILL.md(required)- Optional helper files only when necessary (
scripts/,references/,assets/)
Rules
- Keep instructions concise and practical.
- Prefer defaults over complex options.
- Avoid extra docs like README/CHANGELOG in skill folders.
- Write only information the assistant actually needs at runtime.
Basic template
---
name: <skill-name>
description: <when to use this skill>
---
# <Title>
## When to use
<clear trigger conditions>
## Workflow
1. <step>
2. <step>
## Output
<expected result>
Update behavior
When updating existing skills:
- Preserve current intent.
- Prefer small edits over rewrites.
- Keep backwards compatibility for expected file paths.
Signals
- GitHub stars
- 82
- Forks
- 10
- Last commit
- Feb 2026
- Hacker News mentions
- 1
Advanced
- Catalog kind
- skill
- Gateway key
skill-creator-cefboud- Source
- github.com/cefboud/monclaw