Co scientist dashboard
Skill panjose/Co-Scientist/skills/skills-codex-entry/co-scientist-dashboard
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-dashboardAssembled 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
Resolve dashboard links for one Co-Scientist run from Codex.
SKILL.md
1.4 KB, as published. Nobody here has run it
co-scientist-dashboard
Goal:
- Resolve the ready dashboard runtime for one run directory and return the current run links to the user.
Expected input:
- one run directory such as
runs/test1
Execution steps:
-
Run:
python -m tools.host.project_cli dashboard <run-dir> -
Read the CLI JSON result.
-
Read
runs/<run_id>/dashboard/LINKS.mdandruns/<run_id>/dashboard/LINKS.jsonwhen present. -
Use the CLI JSON result as the canonical ready-link resolution surface for this run.
-
Return
links.dashboardas the primary dashboard URL, include the deep links underlinks.*, and point toruns/<run_id>/dashboard/LINKS.mdas the human-readable dashboard receipt. -
If
runtime.statusis stillstarting, tell the user that the dashboard is still booting, point them toruns/<run_id>/dashboard/LINKS.md, and include the retry command:$co-scientist-dashboard <run-dir>
Rules:
- Treat
LINKS.mdas the human-readable receipt andLINKS.jsonas the machine-readable receipt. - Do not fabricate dashboard URLs when the dashboard runtime is not available.
- This skill is the ready-link follow-up when
start,run, orresumeonly returned background bootstrap status. - This skill only resolves dashboard runtime availability and exposes run-local links; it must not perform main pipeline reasoning.