doctor

Diagnose and repair MindrianOS installation issues with Bash and Python.

2|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jsagir/mindrian-os-plugin --skill doctor-jsagir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doctor
Source: https://github.com/jsagir/mindrian-os-plugin/tree/main/skills/doctor
Command: npx skills add https://github.com/jsagir/mindrian-os-plugin --skill doctor-jsagir

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, python, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the diagnostics and repair of MindrianOS installations, addressing common issues like install-cache drift, sentinel gaps, UI compliance, and more, ensuring the system runs smoothly.

Core Features & Use Cases

  • System Diagnostics: Identify and diagnose various issues in the MindrianOS installation.
  • Repair and Maintenance: Optionally repair issues such as outdated caches and missing files.
  • Use Case: Use this Skill to quickly identify and fix issues that might be affecting the performance or stability of your MindrianOS environment.

Quick Start

To diagnose and repair issues in your MindrianOS installation, use the command: /mos:doctor --fix

Frequently Asked Questions about doctor

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

FAQPage Schema
How do I diagnose and repair a MindrianOS installation?

To diagnose and repair a MindrianOS installation, run the /mos:doctor --fix command. This process identifies and automatically fixes issues like install-cache drift, sentinel gaps, and missing files.

What system maintenance issues cause MindrianOS instability?

MindrianOS instability is often caused by install-cache drift, sentinel gaps, UI compliance failures, and missing files. System maintenance diagnostics can identify these specific issues to ensure smooth operation.

Do I need Bash and Python to run MindrianOS diagnostics?

Yes, you need Bash and Python installed to execute MindrianOS diagnostics. These dependencies are required to run the scripts that identify and repair installation issues like missing files.

Can I check MindrianOS system health without automatically applying repairs?

Yes, you can run system diagnostics without applying repairs. Execute the doctor command without the --fix flag to perform a read-only health check and identify issues like UI compliance gaps.

What is the best way to fix install-cache drift in MindrianOS?

The best way to fix install-cache drift in MindrianOS is to use an automated repair Skill. Running the diagnostics command with the repair flag updates outdated caches and resolves the drift.

Why does my MindrianOS system maintenance script fail to find missing files?

System maintenance scripts may fail if they do not use both Bash and Python dependencies. Proper diagnostics require both environments to accurately identify missing files and sentinel gaps.