What problem does it solve? Agent infrastructure — reusable commands, autonomous CI workflows, vendored documentation, MCP configuration, and orientation files like CLAUDE.md or AGENTS.md — accumulates without ownership, drifts out of sync with the code, and fails silently. This Skill audits that scaffolding and identifies what to add, consolidate, or retire. ## Core Features & Use Cases - Inventory and staleness detection: Locates .claude/commands/, AGENTS.md, vendored docs, agent CI workflows, and tool configuration, then checks whether each still describes the actual repository. - Gap analysis from repeated work: Finds multi-step sequences repeated in shell history, READMEs, and PR descriptions that should become committed commands (three occurrences make a pattern). - Silent failure detection: Flags autonomous workflows that swallow errors with || true, exit zero after failure branches, or produce no artifacts, making breakage invisible for months. - Use Case: A team notices their nightly agent review workflow has reported success for months but produced nothing. This Skill traces the silent failure, identifies stale orientation files contradicting the code, and proposes which repeated prompts should become committed slash commands. ## Quick Start Ask the agent to audit the repository's agent assets — review the .claude directory, AGENTS.md, and agent CI workflows — and report what is stale, missing, or silently failing.