Skill Creator 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 ( ) Phases 1. Identify the gap. What capability is missing? What user intent has no skill? 2. MECE check. Review and . Does any existing skill already cover this? If so, extend it instead of creating a new one. 3. Create SKILL.md. Use this template: 4. Add to manifest. Update with name, path, description. 5. Add to resolve…