What problem does it solve?
Agentic-development setups decay over time: unused skills pile up, memory files bloat past their token budget, redundant tools overlap, plaintext secrets leak into git, and safety rules exist only as unenforced sentences. This Skill performs a structured, setup-wide health check that finds the two or three changes that would most improve how you work with AI agents, then applies them with your consent.
Core Features & Use Cases
- Deterministic setup scan: A stdlib-only Python script gathers facts about installed skills, memory token budgets, settings, hooks, MCP servers, git state, transcripts, other agentic clients (Claude Desktop, Cursor, VS Code, Zed), network exposure, and candidate secrets, without ever writing secret values to disk.
- Four audit modes: shallow, deep (default), ultra, and yolo modes control scan breadth, interview cadence, and tone, from a quick glance to a machine-wide demolition-and-rebuild review that mines session transcripts.
- Rubric-driven scoring and fixes: Twenty-plus themes (skills ownership, memory, permission posture, isolation, supply-chain defense, secrets hygiene, and more) are judged against a documented rubric, reported to a dated scratchpad file, and paired with a fix catalog of concrete commands.
- Use Case: Run a weekly deep audit to catch drift early, such as memory creeping past 15k tokens, a
.env file that slipped into git, or a redundant MCP server duplicating a CLI, then apply the ranked fixes one at a time.
Quick Start
Ask the agent to run a deep audit of your agent setup, for example by saying: audit my agentic development setup in deep mode and show me the top fixes.