What problem does it solve? Hand-written code that duplicates what typed metadata already describes becomes a second source of truth that silently drifts. This Skill systematically hunts those duplicates across a codebase — validators, mappers, routes, prompts, SQL views — and produces a scored, prioritized adoption-audit report without ever modifying the project. ## Core Features & Use Cases - Read-only adoption audit: Classifies a project as greenfield, partial, or deep adoption, then works an 8-axis surface review (codegen candidates, drift hotspots, prompt pillar, drift gates, runtime contracts, vocabulary hygiene) and emits .metaobjects/adoption-audit.json plus a rendered Markdown report. - Registry-grounded capability checklist: Ships a per-port reference set (TypeScript, Java, Kotlin, C#, Python) with drift signatures to grep for, calibration guards that prevent false findings, and cross-language version-skew detection via metamodelVersion. - Use Case: Point it at a monorepo with a TypeScript web client and a Java backend; it flags hand-written Zod schemas shadowing generated ones, an un-wired meta verify CI gate, and a stale npm client whose metamodel version disagrees with the Maven backend. ## Quick Start Audit this repository's MetaObjects adoption and produce the scored findings report.