What problem does it solve? Structural changes like moved directories, renamed surfaces, or new build steps can leave a repository's docs and skills stale, and shipping them as-is deploys inaccurate self-descriptions. This Skill runs the full drift audit, fixes the broken and stale findings, then ships the combined result so what deploys and what describes it move together. ## Core Features & Use Cases - Audit-then-ship composition: Runs the complete drift audit across every skill and doc, applies Broken and Stale fixes in-session, then executes the full ship flow including verify, merge, push, and CI monitoring. - Scoped pre-approval: Invoking it pre-approves fixing drift and deploying, while gaps, new validators, and judgement calls are reported as follow-ups rather than built mid-ship. - Atomic deployment: Commits drift fixes separately from session work and ships the combined result or nothing, so docs and code never deploy out of sync. - Use Case: After restructuring a design system's directory layout, invoke super ship to audit every affected doc and skill, repair stale references, re-validate the registry, and deploy the verified result with CI watched to green. ## Quick Start Ask the assistant to super ship the current structural changes so it audits for drift, fixes the findings, and deploys everything together.