What problem does it solve? Teams building AI agent workspaces often create duplicate, inconsistent, or poorly scoped skills that conflict with existing contracts. This Skill enforces a governed authoring workflow so every new skill has valid metadata, clear ownership, acyclic dependencies, and matching documentation. ## Core Features & Use Cases - Duplicate Detection: Runs an inventory check against existing skill names, outputs, and triggers before authoring anything new. - Contract Authoring: Defines purpose, inputs, deterministic procedure, validation, failure behavior, and approval gates for each new skill. - Dependency Wiring: Analyzes both incoming and outgoing integration with existing skills, keeping dependencies acyclic and single-owner. - Use Case: When a user asks to add a reporting capability to their Copilot workspace, this Skill checks the inventory, obtains approval, authors the contract, generates the help prompt, and refreshes the skill catalog and project documentation. ## Quick Start Ask the agent to create a new skill for a bounded capability, describing its inputs, outputs, and ownership intent.