# Co Scientist Doctor

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

- Skill: `panjose/co-scientist-doctor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add panjose/co-scientist-doctor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/panjose/co-scientist-doctor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: panjose (https://skillmd.com/u/panjose)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/panjose/co-scientist-doctor

---


# 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:

   ```bash
   python -m tools.host.project_cli doctor
   ```

2. If structured output is needed, run:

   ```bash
   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.

