Prefer conda run -n <env> python ... over conda activate when the user is running commands through Claude Code shells.
Treat doctor warnings as actionable guidance, not as fatal runtime errors unless the check status is fail.
1---2name: co-scientist-doctor-23description: co-scientist-doctor4---5# co-scientist-doctor67Goal:89- Run the Co-Scientist environment diagnostics and explain any failing or warning checks to the user.1011Expected input:1213- no arguments for the default project-local doctor1415Execution steps:16171. Run:1819 ```bash20 python -m tools.host.claude_project_cli doctor21 ```2223 or, when machine-readable output is needed:2425 ```bash26 python -m tools.host.claude_project_cli doctor --format json27 ```28292. Read the emitted diagnostic output and summarize:30 - Python version health31 - Python dependency health32 - active environment / conda or virtualenv status33 - dashboard tooling (`node`, `pnpm`)34 - dashboard install/build readiness35 - project-local skill installation state36 - how `budget`, `iteration-policy`, `iteration-band`, `stop-policy`, and `human-checkpoint` divide responsibility37 - how dashboard ready URLs are resolved after a background bootstrap38 - what `inspect_state` or `validation blocked` means operationally39403. If the dashboard checks warn, recommend:4142 ```bash43 pnpm --dir apps/dashboard install44 pnpm --dir apps/dashboard build45 ```46474. If the dashboard checks pass, remind the user:48 - fresh `start`, `run`, and `resume` commands try a background dashboard bootstrap49 - `python -m tools.host.claude_project_cli dashboard <run-dir>` resolves the ready dashboard URL50 - `runs/<run_id>/dashboard/LINKS.md` is the human-readable dashboard receipt51 - `budget` controls per-round intensity, while `iteration-policy` controls semantic vs capped stopping52 - `human-checkpoint=auto` means completion-driven runs should not pause after every evolution round53 - `inspect_state` means review/ranking/evolution artifacts disagree and need repair before resume or overview54555. If the project-local skills are not installed, recommend:5657 ```powershell58 powershell -File tools/install/install_co_scientist.ps159 ```6061Rules:6263- Prefer `conda run -n <env> python ...` over `conda activate` when the user is running commands through Claude Code shells.64- Treat doctor warnings as actionable guidance, not as fatal runtime errors unless the check status is `fail`.
Run npx skillmds@latest add panjose/co-scientist-doctor-2 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
co-scientist-doctor It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
panjose (@panjose) published this skill. Their other Agent Skills are listed on their SkillMD profile.