What problem does it solve?
This Skill solves the problem of drift, inconsistency, and contract violations across the SUE scale-up experiment skill family, which can break experiment workflows, waste inode resources, cause compatibility issues with AI coding tools, and prevent the framework from running on different user machines without source code edits.
Core Features & Use Cases
- Full Family Structural Audit: Scans all canonical .codex/skills/sue-* skill definitions, project memory files, and cross-skill references to catch duplicate sections, stale links, and structural drift.
- Cross-Tool Compatibility Checks: Verifies that SUE skills are discoverable and invokable from Codex, Kimi, Claude Code, and GLM via correct symlink pointers, flagging global or local real copies that cause stale drift.
- Contract Compliance Validation: Enforces critical rules including inode-safe output defaults, DeepResearch route independence, config minimization, privacy split boundaries, and pre-submission environment list requirements.
- Use Case: A team maintaining the SUE framework runs this audit after adding new skills, modifying existing contracts, or pulling repository updates to catch issues before they break user experiment workflows or violate portability requirements.
Quick Start
Use the sue-overall-audit skill to run a full consistency and compliance check on all SUE scale-up experiment skills in your DeepResearch repository.