Validate one Co-Scientist run directory from Codex.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add panjose/Co-Scientist --skill co-scientist-validate --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Co Scientist Validate?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/panjose-co-scientist-validate-co-scientist)More formats (shields.io, HTML) on the badges page.
---
name: co-scientist-validate
description: Validate one Co-Scientist run directory from Codex.
---
# co-scientist-validate
Goal:
- Validate one Co-Scientist run directory against the canonical artifact contracts.
Expected input:
- one run directory such as `runs/test1`
Execution steps:
1. Run:
```bash
python -m tools.validation.contract_validation <run-dir> --skill co-scientist-pipeline
```
2. For resumed runs, include:
```bash
--resume
```
3. Report validation errors with artifact paths and issue messages.
Rules:
- This entry skill is a thin validation surface over `tools.validation.contract_validation`.
- Do not declare a run valid without calling the validator.
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!