doctor-plus

Audits workspace context files against Anthropic's six context-engineering shifts after running claude doctor.

3|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/bravros/bravros --skill doctor-plus-bravros
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: doctor-plus
Source: https://github.com/bravros/bravros/tree/main/plugins/tools/skills/doctor-plus
Command: npx skills add https://github.com/bravros/bravros --skill doctor-plus-bravros

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Workspace guidance files, skills, and memory indexes often accumulate outdated context-engineering patterns like redundant rules, duplicated instructions, and bloated always-loaded files, degrading how effectively Claude Code operates. ## Core Features & Use Cases - Standard Health Check: Runs the built-in claude doctor diagnostic with a 60-second timeout and summarizes findings without blocking on interactive screens. - Six-Shift Context Audit: Evaluates guidance files, skills, rules, and memory indexes against Anthropic's six context-engineering shifts: judgement over rules, interfaces over examples, progressive disclosure, one home per instruction, auto-memory, and rich references. - Approval-Gated Fixes: Reports a findings table with verdicts, worst offenders, and suggested fixes first, applying changes only after explicit user approval. - Use Case: After months of accumulating CLAUDE.md instructions and custom skills, run a context checkup to find duplicated guidance, over-constraining rules, and facts that belong in auto-memory instead of guidance files. ## Quick Start Ask the agent to run a context checkup on this workspace and audit my guidance files against the six context-engineering shifts.

Frequently Asked Questions about doctor-plus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my Claude Code workspace context setup?▼

Run the doctor-plus skill or ask for a context checkup. It runs claude doctor first, then audits your guidance files, skills, rules, and memory indexes against Anthropic's six context-engineering shifts, reporting findings in a table before making any changes.

What are Anthropic's six context-engineering shifts?▼

The six shifts are judgement over rules, interfaces over examples, progressive disclosure over upfront loading, one home per instruction, auto-memory over guidance-file memory, and rich references over simple specs. They come from Anthropic's context-engineering guidance for newer Claude models.

Does the context audit change my files automatically?▼

No. The audit reports everything first in a findings table with verdicts, worst offenders, and suggested fixes. It changes nothing until you approve, then applies fixes one shift at a time and re-verifies.

Will the audit flag my hard safety rules as problems?▼

No. The audit explicitly respects intentional hard rules around approvals, backups, destructive actions, and money. It never recommends softening safety or financial constraints, only flagging rules where judgement would serve better.

What happens if claude doctor hangs or needs interaction?▼

The skill runs claude doctor with a 60-second timeout. If it hangs or requires an interactive screen, it notes that you should run /doctor manually in your session and proceeds with the context audit without blocking.