One-click install
npx skills add https://github.com/onebrain-ai/onebrain --skill doctor-onebrain-ai
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: doctor
Source: https://github.com/onebrain-ai/onebrain/tree/main/.claude/plugins/onebrain/skills/doctor
Command: npx skills add https://github.com/onebrain-ai/onebrain --skill doctor-onebrain-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes references (resource) components.

What problem does it solve?

OneBrain doctor helps you diagnose what is broken or unhealthy in your OneBrain vault and plugin setup so your system works reliably instead of silently failing.

Core Features & Use Cases

  • Unified health report: combines CLI config checks with vault-content and state-machine checks into a single actionable audit.
  • Broken link and vault integrity checks: detects unresolved wikilinks, orphan notes, stale memory/files, and housekeeping issues like inbox backlog and log structure drift.
  • Operational safeguards: validates scheduler health and pause state so you can recover from missed runs, stale threads, or broken automation.

Quick Start

Run the doctor to check everything: /doctor

Frequently Asked Questions about doctor

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

FAQPage Schema
How do I audit vault health and check for broken wikilinks?β–Ό

To audit vault health and detect broken wikilinks, run a diagnostic check that parses configuration validity and vault integrity to identify unresolved links, orphan notes, and stale memory in a single report.

What causes stale memory and inbox backlog in a vault?β–Ό

Stale memory and inbox backlog occur when operational state becomes inconsistent due to scheduler jobs misfiring or pause state errors, which a vault health audit can diagnose by checking state-machine integrity.

Can I fix scheduler misfires and plugin configuration issues automatically?β–Ό

Yes, you can fix scheduler misfires and plugin configuration issues by running the audit with a flag-driven scope selection using the --fix option to correct operational state inconsistencies.

What is the best way to diagnose operational safety and scheduler state issues?β–Ό

The best way to diagnose operational safety and scheduler state issues is to perform a unified audit that combines CLI config checks with state-machine validation to catch missed runs and broken automation.

Why does my vault health audit fail when parsing CLI JSON?β–Ό

Vault health audits may fail parsing CLI JSON due to malformed plugin outputs, but diagnostic tools apply defensive fallbacks to parse configurations safely and continue checking content integrity.