Diagnose the local Co-Scientist host-agent environment from Codex.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add panjose/Co-Scientist --skill co-scientist-doctor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Co Scientist Doctor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/panjose-co-scientist-doctor-co-scientist)More formats (shields.io, HTML) on the badges page.
---
name: co-scientist-doctor
description: Diagnose the local Co-Scientist host-agent environment from Codex.
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!