Use ../../shared-references/start-parameters.md as the canonical contract for names, defaults, and meanings.
Rules:
Lead with the core axes and defaults rather than dumping every possible flag immediately.
Do not expose low-level mechanics settings such as num_debaters, elo_k_factor, or ucb_exploration_constant as user-facing start parameters.
If the user only wants to begin a run, route back to /co-scientist-start after answering the parameter question.
1---2name: co-scientist-params-23description: co-scientist-params4---5# co-scientist-params67Goal:89- Show the user the available high-level start parameters for Co-Scientist.1011When to use:1213- The user asks what knobs or parameters are available.14- The user asks how `/co-scientist-start` can be configured.15- The user wants the expert-facing parameter table instead of the short guided intake.1617Execution steps:18191. Run:2021 ```bash22 python -m tools.host.claude_project_cli params23 ```24252. If the user explicitly wants machine-readable output, run:2627 ```bash28 python -m tools.host.claude_project_cli params --format json29 ```30313. Present the parameter surface in this order:32 - core axes33 - advanced axes34 - utility flags only when relevant354. Use `../../shared-references/start-parameters.md` as the canonical contract for names, defaults, and meanings.3637Rules:3839- Lead with the core axes and defaults rather than dumping every possible flag immediately.40- Do not expose low-level mechanics settings such as `num_debaters`, `elo_k_factor`, or `ucb_exploration_constant` as user-facing start parameters.41- If the user only wants to begin a run, route back to `/co-scientist-start` after answering the parameter question.
Run npx skillmds@latest add panjose/co-scientist-params-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-params 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.