What problem does it solve? Building a new skill by hand risks inconsistent structure, missing frontmatter fields, and overlap with existing skills. This Skill standardizes skill authoring so every new skill follows the GBrain conformance standard and passes the conformance test suite. ## Core Features & Use Cases - Standardized Skill Generation: Produces SKILL.md files with required frontmatter (name, version, description, triggers, tools, mutating) plus Contract, Phases, Output Format, and Anti-Patterns sections. - MECE Overlap Check: Reviews skills/manifest.json and skills/RESOLVER.md to confirm no existing skill already covers the intended triggers before creating a new one. - Registry Updates: Automatically updates manifest.json and RESOLVER.md routing entries, then verifies the result with the skills-conformance test suite. - Use Case: When you notice a user intent with no matching skill, invoke this Skill to scaffold a conformant new skill, register it in the manifest and resolver, and validate it with bun test test/skills-conformance.test.ts. ## Quick Start Ask the agent to create a new skill for a missing capability, and it will check for overlap, generate the SKILL.md, and update the manifest and resolver.