Co Scientist Doctor

Diagnose the local Co-Scientist host-agent environment from Codex.

panjose Updated

File contents

co-scientist-doctor

Goal:

  • Inspect whether the local project has the required runtime dependencies, skill installation surface, dashboard tooling, and optional bridge configuration.

Execution steps:

  1. Run:

    python -m tools.host.project_cli doctor
    
  2. If structured output is needed, run:

    python -m tools.host.project_cli doctor --format json
    
  3. Report failing and warning checks with the exact recommended command from the doctor payload.

Rules:

  • Do not guess installed state from memory. Always call the doctor command.
  • Warnings for optional bridges are not pipeline failures unless a requested feature depends on that bridge.

panjose/Co-Scientist/tree/main/skills/skills-codex-entry/co-scientist-doctor commit bc6beaaccf

Frequently asked questions

npx skillmds@latest add panjose/co-scientist-doctor