What problem does it solve? Repositories drift out of compliance with shared dev-env standards over time, causing CI failures and inconsistent agent configuration files like AGENTS.md, CLAUDE.md, and .cursor/rules. This Skill turns "bring this repo up to standard" into a concrete, repeatable audit-and-fix procedure instead of ad hoc guesswork. ## Core Features & Use Cases - Contract Auditing: Reads every .agents/skills/*/SKILL.md with a ## Contract section and checks each bullet as a statement that must be true of the repo right now. - Guided Remediation: Fixes deviations using the guidance in each skill's own body, while protecting dev-env-generated files from hand edits that would be silently reverted. - Verified PR Workflow: Verifies fixes inside the devcontainer with lint, typecheck, and test commands, then opens a PR titled "Converge on dev-env standards" with one commit per unrelated item. - Use Case: When CI starts failing right after shared dev-env standards change, run this Skill to audit every contract bullet, fix drift in AGENTS.md or CLAUDE.md, verify in the devcontainer, and open a reviewable PR. ## Quick Start Converge this repo on the current dev-env standards and open a PR with the fixes.