What problem does it solve?
It helps you create new GBrain-conformant skills without missing required sections, and prevents trigger overlap by enforcing a MECE check against existing skills.
Core Features & Use Cases
- Conformance-first SKILL.md generation: Produces a SKILL.md with frontmatter plus the required Contract, Phases, Output Format, and Anti-Patterns sections.
- MECE trigger gap validation: Checks
skills/manifest.json and skills/RESOLVER.md to avoid overlapping triggers and prompts you to extend an existing skill instead when appropriate.
- Repo wiring updates: Updates
skills/manifest.json and skills/RESOLVER.md so the new skill is discoverable and routable.
- Test-driven verification: Ensures the new skill passes
bun test test/skills-conformance.test.ts after creation.
Quick Start
Run the skill to create a new capability-based skill, validate MECE against existing triggers, and update manifest and resolver entries for immediate discovery.