what files should appear (.claude/skills/, .co-scientist/installed-skills.json)
how to validate the environment with doctor
Rules:
Treat skills/ as canonical and .claude/skills/ as the project-local Claude Code mirror.
Do not ask the user to edit CLAUDE.md; the installer manages its own project-local surface.
Prefer doctor after installation instead of assuming the environment is ready.
1---2name: co-scientist-install3description: co-scientist-install4---5# co-scientist-install67Goal:89- Explain or execute the project-local Co-Scientist skill installation flow for Claude Code users.1011Expected input:1213- no arguments for the standard install path14- or a user request to reconcile or uninstall the project-local install1516Execution steps:17181. If the user wants a fresh install, tell them to run one of:1920 `uv` quick install:2122 ```powershell23 uv sync --extra dev --extra mcp24 pnpm --dir apps/dashboard install25 pnpm --dir apps/dashboard build26 powershell -File tools/install/install_co_scientist.ps127 ```2829 `conda` / `pip` path:3031 ```powershell32 conda create -n co-scientist python=3.12 -y33 conda activate co-scientist34 python -m pip install -e ".[dev,mcp]"35 pnpm --dir apps/dashboard install36 pnpm --dir apps/dashboard build37 powershell -File tools/install/install_co_scientist.ps138 ```3940 ```bash41 bash tools/install/install_co_scientist.sh42 ```43442. If the user wants to refresh an existing project-local install, use:4546 ```powershell47 powershell -File tools/install/install_co_scientist.ps1 -Reconcile48 ```49503. If the user wants to remove the managed project-local install, use:5152 ```powershell53 powershell -File tools/install/install_co_scientist.ps1 -Uninstall54 ```55564. After install or reconcile, recommend:5758 ```bash59 uv run python -m tools.host.project_cli doctor60 ```61625. Return a short summary of:63 - what command to run64 - what files should appear (`.claude/skills/`, `.co-scientist/installed-skills.json`)65 - how to validate the environment with `doctor`6667Rules:6869- Treat `skills/` as canonical and `.claude/skills/` as the project-local Claude Code mirror.70- Do not ask the user to edit `CLAUDE.md`; the installer manages its own project-local surface.71- Prefer `doctor` after installation instead of assuming the environment is ready.
Run npx skillmds@latest add panjose/co-scientist-install 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-install 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.