What problem does it solve? After installing a set of agent skills, some silently fail because required binaries, plugins, or third-party skills are missing. This Skill audits the machine and reports per skill which dependency is dead or degraded, with the exact install command for each gap. ## Core Features & Use Cases - Per-skill dependency report: Probes binaries (curl, docker, officecli, jq, python3), plugins (superpowers, context7), and routed third-party skills (archify, ppt-master), classifying each as dead, degraded, or OK. - Safe fix mode: --fix offers to run only user-prefix package manager installs (brew, npm -g, scoop, uv tool) one y/N prompt at a time; anything needing sudo, a curl-pipe, or a slash command is printed for the user to run. - Hook mode: --skills runs silently on session start when all routed third-party skills are present, and exits 2 naming each missing one with its install line. - Use Case: After a fresh install, run the doctor to learn that mfec-pptx-diagram is dead because officecli is missing, and get the exact npm install -g @officecli/officecli command. ## Quick Start Ask the agent to run the skills doctor and tell you which skills are broken on this machine and what to install.