What problem does it solve? It detects structural decay in a large skill library by verifying that each core cognitive atom has a version, signature, and IO_CONTRACT, and by benchmarking every SKILL.md file for valid YAML frontmatter and git tracking. ## Core Features & Use Cases - 7-Atom Structural Check: Verifies has_version, has_signature, and has_io_contract for each core atom, computing a structural score as fully-passing atoms divided by 7. - Full Benchmark: Counts all SKILL.md files via os.walk (including ARCHIVED-SKILL.md variants), confirms git tracking with relative paths, and validates evolution-state.json parses. - Drift Self-Check: Runs a three-step green/yellow/red drift assessment before probing. - Use Case: Run a periodic maintenance audit to catch systemic gaps, such as 5 of 7 atoms missing signature and IO_CONTRACT, and output a line like SYNTHOS PROBE: structural=0.71, benchmark=1.00, drift=green. ## Quick Start Run a full structural probe of the Synthos repository's seven core atoms and benchmark all SKILL.md files, then report the structural score, benchmark score, and drift status.