inno-prepare-resources
Installation
SKILL.md
Inno Prepare Resources
Inputs
Read from instance.json. Path values are absolute when the project is created by Dr. Claw; use as-is. If relative (e.g. hand-edited), resolve with path.join(project_path, value).
| Parameter | Required | Description |
|---|---|---|
instance |
Yes | Path to the instance JSON file (absolute in Dr. Claw). Use as-is to read the file. File contains source_papers, task1/task2, etc. |
task_level |
Yes | Which task field to read from the instance — "task1" (Plan) or "task2" (Idea) |
Ideation.references |
Yes | Path to Ideation references dir (absolute in Dr. Claw) — for downloaded papers and prepare logs |
Experiment.code_references |
Yes | Path (absolute in Dr. Claw) — for cloned repos |
Experiment.datasets |
Yes | Path (absolute in Dr. Claw) — for dataset files |
category |
Yes | Research category tag (e.g. nlp_qa, gnn, recommendation). Used to locate the built-in dataset metaprompt |
references |
Yes | A pre-formatted string listing all source papers from the instance |
context_variables |
Yes | Shared context dictionary; this step will write date_limit into it |
ideas |
No | Full innovative-idea / plan text. Provide only in Plan mode — when present the Prepare Agent query includes the ideas for more targeted repo selection |
dataset_description |
No | Pre-built dataset description from the orchestrator (for custom / user-provided datasets). When provided, skip the metaprompt import in Step 3 |