What problem does it solve? Teams maintaining XDRS decision-record repositories need new agent skills that follow strict structural standards, but manually determining type, scope, subject, numbering, and frontmatter format is error-prone and leads to duplicated or misplaced skills. ## Core Features & Use Cases - Guided Skill Authoring: Walks through phased instructions covering scope placement, prerequisites gating, type/scope/subject/number selection, and SKILL.md drafting. - Standards Enforcement: Consults the canonical XDRS standards documents to validate naming, numbering, folder placement, and frontmatter format before writing files. - Duplication Prevention: Scans existing skills in the target scope and directs the user to extend or reference an existing skill instead of creating a duplicate. - Use Case: A user asks to create a skill for debugging CI pipelines; the skill determines it is an EDR skill in the _local scope under the platform subject, assigns the next available number, and writes a complete SKILL.md with a VS Code symlink. ## Quick Start Ask the agent to create a new skill for your task, for example: create a skill to review API designs following XDRS standards.