skills/skill-doctor/SKILL.md
Use to audit Agent Skills catalogs or installed skill roots for metadata and doc-link issues; optionally apply conservative --fix-safe repairs.
npx skillsauth add paulrberg/agent-skills skill-doctorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Audit local Agent Skills catalogs and installed skill roots, then apply only narrow metadata repairs when requested.
--root PATH: Scan this catalog or installed skill root. Repeatable. Default: current working directory.--format text|json: Select report format. Default: text.--fix-safe: Create missing agents/openai.yaml files or update mismatched policy.allow_implicit_invocation.Resolve the skill directory, then run the helper from that directory:
uv run scripts/skill-doctor.py "$ARGUMENTS"
Use JSON when another command or agent will consume the result:
uv run scripts/skill-doctor.py --root . --format json
Run safe fixes only after reading the findings:
uv run scripts/skill-doctor.py --root . --fix-safe
Re-run without --fix-safe after any manual edits.
error findings as catalog defects that should block publishing or syncing.warning findings as review-required catalog hygiene issues.path and line from JSON output for precise follow-up edits.--fix-safe may only:
agents/openai.yaml with policy.allow_implicit_invocation derived from SKILL.md.allow_implicit_invocation boolean when it disagrees with disable-model-invocation.Do not use the helper to rewrite frontmatter order, descriptions, README rows, references/version.txt, or relative
links. Make those edits manually and verify with a fresh audit.
skill-doctor only audits the roots you pass; it does not search for them. To locate skill installs, duplicates, and
cross-references across the machine, use the skill-map skill when it is installed.0: Clean, or all requested safe fixes succeeded and no findings remain.1: Findings remain.2: Invalid arguments or unreadable environment.3: A requested safe fix failed.development
Use when creating or substantially redesigning web interfaces, landing pages, dashboards, components, or other frontend UI where visual direction and implementation quality matter. Produces subject-specific art direction, accessible responsive code, and rendered visual verification.
development
Orchestrate one to five Sonnet subagents to implement an approved Claude Code plan.
tools
Open the CoinGecko historical-data page for a coin/date in Chromium via Chrome DevTools MCP.
tools
Orchestrate one to five Codex CLI agents to implement an approved Claude Code plan.