Co scientist doctor
Skill panjose/Co-Scientist/skills/skills-codex-entry/co-scientist-doctor
Scientific agent skills for Claude Code and Codex that turn research goals into auditable hypothesis generation, review, ranking, evolution, and synthesis.
npx -y skills add panjose/Co-Scientist --skill co-scientist-doctorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Diagnose the local Co-Scientist host-agent environment from Codex.
SKILL.md
0.8 KB, as published. Nobody here has run it
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:
-
Run:
python -m tools.host.project_cli doctor -
If structured output is needed, run:
python -m tools.host.project_cli doctor --format json -
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.