This repo is designed to be pointed at by a coding agent. The agent should use the skills, docs, schemas, and validators to turn open-ended cryo-EM requests into concrete map/model reviews, figure workflows, state-comparison plans, provider plans, run reviews, and tracker-ready issue waves.
This is the canonical CryoCore agent prompt. The README's Agent Prompt section uses the same text.
Use the CryoCore skill pack in this repo. Stay local. Read AGENTS.md,
README.md, docs/goal-orchestration.md, docs/workflows.md, docs/use-cases.md,
and the relevant skill under skills/. Build a useful cryo-EM map/model review,
figure workflow, state comparison, provider plan, or artifact package. Keep
private data, secrets, raw or heavy artifacts, provider logs, model weights,
and license files out of git and public outputs. Run the smallest relevant
checks first, then `make release-check` when the task is release-readiness.
Report exact artifacts, claim levels, check results, and remaining issues.
| Task | Skill |
|---|---|
| General CryoCore work | skills/cryocore/SKILL.md |
| Public release, privacy, or secrets | skills/cryocore-public-safety/SKILL.md |
| Map/model review | skills/cryocore-map-model-dossier/SKILL.md |
| Provider run review | skills/cryocore-run-closeout/SKILL.md |
| Tool/license audit | skills/cryocore-toolwatch/SKILL.md |
| Heterogeneity/state review | skills/cryocore-heterogeneity-jury/SKILL.md |
| Figure workflow | skills/cryocore-figure-dossier/SKILL.md |
- A declared input boundary.
- A goal brief when the request is broad enough to need orchestration.
- A claim ceiling using
docs/claim-levels.md. - Artifacts or templates under the right repo directory.
- Check commands and results.
- Data, license, and provider notes.
- A final outcome block shaped like
templates/final-outcome-block.md.
For a public release or release-readiness review, an agent should at least:
-
Read
AGENTS.md,README.md, this guide, and the relevant skill. -
State whether the task is local-only, networked public metadata, or operator-gated provider work.
-
Run:
make docs-link-check make skill-check make goal-brief-check make public-snapshot-check
-
For release readiness, also run:
make release-check
-
Report blockers first, then changed files, check results, claim ceiling, and remaining issues.
An answer that only says a provider is running, a command exited, or a demo looks good is incomplete.
Use fixtures under examples/agent-tasks/:
public-safety-review.prompt.mdmap-model-dossier.prompt.mdcloud-provider-prep.prompt.mdlinear-wave-planning.prompt.mdgoal-to-campaign.prompt.md
make doctor
make goal-brief-check
make skill-check
make runpod-scope-check
make provider-closeout-check
make release-checkSee docs/validation-command-matrix.md for side effects and network behavior.