| name | deep-research |
| description | Toolkit-side handoff for Calixto deep research. Use when starting from the toolkit root and the user needs a structured, cited research workflow. This skill creates a standalone workspace snapshot, switches into it, and then continues with the bundled workspace-local deep-research skill. |
| license | MIT |
| compatibility | Requires Python 3.11+, the Calixto toolkit root, and `scripts/init_workspace.py` in this repository. |
| metadata | {"category":"research","mode":"research","version":"0.1.0"} |
Deep Research
Use this skill when you are at the toolkit root and need to start a new
research session.
Goal
Create a standalone workspace snapshot, move into it, and continue the research
there using the bundled runtime assets.
Workflow
Step 1: Create a workspace
Pick a lowercase slug and initialize a standalone workspace:
uv run python scripts/init_workspace.py <slug>
Step 2: Enter the workspace
cd workspaces/<slug>
Step 3: Prepare the workspace runtime
Run the workspace-local setup helper:
./setup.sh
Or on Windows:
.\setup.ps1
Step 4: Switch to the bundled workspace-local skill
Open these files from inside the workspace you just created:
AGENTS.md
skills/deep-research/SKILL.md
Then continue the actual research from there. The workspace-local copy of this
skill contains the search, extraction, synthesis, and audit steps for the
standalone runtime.