Read the CLI JSON result and use it as the canonical ready-link resolution surface for this run.
Return:
links.dashboard as the primary dashboard URL
the deep links under links.*
runs/<run_id>/dashboard/LINKS.md as the human-readable dashboard receipt
If runtime.status is still starting, explain that the dashboard is still booting, point the user to runs/<run_id>/dashboard/LINKS.md, and include the retry command:
/co-scientist-dashboard <run-dir>
Rules:
Do not perform main pipeline reasoning in this entry skill.
This skill is the ready-link follow-up when start, run, or resume only returned background bootstrap status.
This skill only resolves dashboard runtime availability and exposes run-local links; it must not perform main pipeline reasoning.
1---2name: co-scientist-dashboard-23description: co-scientist-dashboard4---5# co-scientist-dashboard67Goal:89- Resolve the ready dashboard runtime for one Co-Scientist run and return the current run links to the user.1011Expected input:1213- one run directory such as `runs/test1`1415Execution steps:16171. Resolve the run directory and confirm that it contains the run-local dashboard/state artifacts.182. Run:1920 ```bash21 python -m tools.host.claude_project_cli dashboard <run-dir>22 ```23243. Read:25 - `runs/<run_id>/dashboard/LINKS.json`26 - `runs/<run_id>/dashboard/LINKS.md`274. Read the CLI JSON result and use it as the canonical ready-link resolution surface for this run.285. Return:29 - `links.dashboard` as the primary dashboard URL30 - the deep links under `links.*`31 - `runs/<run_id>/dashboard/LINKS.md` as the human-readable dashboard receipt326. If `runtime.status` is still `starting`, explain that the dashboard is still booting, point the user to `runs/<run_id>/dashboard/LINKS.md`, and include the retry command:3334 ```text35 /co-scientist-dashboard <run-dir>36 ```3738Rules:3940- Do not perform main pipeline reasoning in this entry skill.41- This skill is the ready-link follow-up when `start`, `run`, or `resume` only returned background bootstrap status.42- This skill only resolves dashboard runtime availability and exposes run-local links; it must not perform main pipeline reasoning.
Run npx skillmds@latest add panjose/co-scientist-dashboard-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-dashboard 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.