Skills
The ionwarp skill catalog.
A skill is a versioned workflow IonWarp executes end to end — SKILL.md is
the procedure, and its sha256 is the executed_hash the platform records for every
run of it. There are two ways to run one:
In your IonWarp project — create a task with the skill's id; the platform executes it against your data (full contract: Tasks):
{ "name": "tasks_create", "arguments": { "project_id": "pr_acme",
"skill_id": "skill.review-study", "title": "Run skill.review-study", "run": true } }In your own agent — Claude Code, Hermes, or any MCP-capable agent: download a
published skill from the table below (zip, or the raw SKILL.md), or install every
published skill at once as a plugin:
/plugin marketplace add https://ionwarp.com/docs/skills/marketplace.json
/plugin install ionwarp-pluginskills_list { "project_id": … } over MCP returns your project's full live catalog,
including skills that are not published for download; skills_get { skill_id }
returns any skill's full body.
IonWarp Agent Skills
Every download is content-addressed: the hash in its filename is the SKILL.md sha256 — the same hash the platform records as that skill's executed_hash.
| Skill | Description | Download |
|---|---|---|
skill.review-study | Daily quality grading for IonWarp's PR reviews. | ⬇ zip · raw |
skill.reviewer-model-lab | The IonWarp reviewer model lab. | ⬇ zip · raw |
skill.scorecard-model-lab | The IonWarp scorecard lab — one run across the configured projects: ≤2 refresh slots (never-run > restore > stale > top-up) on the resolved pin, then ≤1 model… | ⬇ zip · raw |
Machine index (with the version hash to cache on): /docs/skills/index.json.
Everything that is NOT a skill — the IonWarp MCP tools themselves — is listed once, at MCP Tools.