What problem does it solve? Governed skill frameworks accumulate structural drift over time: broken contract frontmatter, ownership collisions between skills, dependency cycles, and stale configuration references. This Skill systematically verifies the installed orchestrator framework itself so integrity problems are caught before they corrupt downstream automation. ## Core Features & Use Cases - Contract Integrity Validation: Checks every skill contract for frontmatter integrity, required sections, and naming consistency. - Ownership and Dependency Analysis: Detects output ownership collisions, unowned artifacts, dependency cycles, and missing skill nodes. - Dual-Format Reporting: Emits machine-readable JSON and human-readable Markdown health and conformance reports from the same findings set. - Use Case: Before accepting a batch of skill metadata changes, run a full contract integrity check to pinpoint dependency cycles and ownership conflicts with precise file paths and rule identifiers. ## Quick Start Run a framework health check on this repository and report any contract, ownership, or dependency violations.