What problem does it solve? Projects accumulate Codex skills, plugins, apps/connectors, and MCP servers over time, and it is hard to know which capabilities are actually used, which are failing, and which can be safely disabled without touching global configuration. ## Core Features & Use Cases - Stack Inventory: Runs a bundled Python script that enumerates installed skills, plugins, apps, and MCP servers using the Codex CLI, plugin manifests, and config files. - Usage Analysis: Scans local Codex session logs from the previous 14 days to attribute real project-scoped usage, counting failed attempts as use while redacting prompts, arguments, and credentials. - Evidence-Based Recommendations: Classifies each capability as Keep, Disable, or Needs attention using repository evidence and a documented selection policy. - Safe Configuration: Previews an exact .codex/config.toml delta and applies it only after explicit approval, validating the TOML afterward. - Use Case: Audit a repository's Codex setup, discover that an enabled MCP server has been failing for two weeks, and disable three unused plugins project-locally without changing global state. ## Quick Start Ask the assistant to inventory this project's Codex stack, analyze the last 14 days of usage, and recommend which skills, plugins, apps, and MCP servers to keep or disable.