Coral New Task

End-to-end recipe for adding a new task under `examples/` — the three pieces that have to line up (`task.yaml`, `seed/`, and `grader/`), what to put in each, the `TaskGrader` API surface, the `coral validate` → smoke-test loop, and the common mistakes (repo_path pointing at the wrong dir, score direction backwards, hidden answer keys leaking into seed/, grader writing to codebase_path which the daemon force-removes, private-vs-public confusion, missing `run()` signature). Use whenever the user wants to add a new CORAL task or port an existing benchmark into CORAL. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/human-agent-society--coral--coral commit 6398e5f13c

Frequently asked questions

npx skillmds@latest add tomevault-io/coral-new-task