Show the supported Co-Scientist start parameters for Codex users.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add panjose/Co-Scientist --skill co-scientist-params --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Co Scientist Params?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/panjose-co-scientist-params-co-scientist)More formats (shields.io, HTML) on the badges page.
---
name: co-scientist-params
description: Show the supported Co-Scientist start parameters for Codex users.
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!