Skill Creator
Create new skills following the GBrain conformance standard. Generates SKILL.md
with frontmatter, Contract, Phases, Output Format, and Anti-Patterns. Checks
MECE against existing skills. Updates manifest and resolver.
garrytan9,134 Sterne15.04.2026 - Beruf
- Kategorien
- Machine Learning
Contract
This skill guarantees:
- New skill follows conformance standard (frontmatter + required sections)
- MECE check: no overlap with existing skills' triggers
- Manifest.json updated
- RESOLVER.md updated with routing entry
- Skill passes conformance tests (
bun test test/skills-conformance.test.ts)
Phases
- Identify the gap. What capability is missing? What user intent has no skill?
- MECE check. Review
skills/manifest.json and skills/RESOLVER.md. Does any existing skill already cover this? If so, extend it instead of creating a new one.
- Create SKILL.md. Use this template:
---