# Co Scientist Params

> Show the supported Co-Scientist start parameters for Codex users.

- Skill: `panjose/co-scientist-params` (Agent Skill)
- Install (CLI): `npx skillmds@latest add panjose/co-scientist-params`
- Raw SKILL.md: https://api.skillmd.com/api/skills/panjose/co-scientist-params/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: panjose (https://skillmd.com/u/panjose)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/panjose/co-scientist-params

---


# co-scientist-params

Goal:

- Explain the high-level run controls that can be used with `$co-scientist-start`.

Execution steps:

1. Run:

   ```bash
   python -m tools.host.project_cli params
   ```

2. For machine-readable details, run:

   ```bash
   python -m tools.host.project_cli params --format json
   ```

3. Summarize only the user-relevant controls. Avoid exposing low-level mechanics knobs unless the user explicitly asks.

Rules:

- If the user wants to begin a run, route back to `$co-scientist-start`.
- Do not invent unsupported flags.

