IonWarp logoIonWarp
Get started
IonWarp Docs
Skills

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 trial against a ≤7-day committed baseline. A scan counts only when its projection COMMITTED. REPORT ONLY — it proposes pin changes with their evidence and never writes one; a paused project is never unblocked.

Download scorecard-model-lab

⬇ scorecard-model-lab-ad761a3595b3.zip — 1 file(s), 34.3 KB — or the raw SKILL.md. Content-addressed: the hash in the filename is the SKILL.md sha256, so an unchanged skill always downloads byte-identical bytes from the same URL.

  • Id: skill.scorecard-model-lab
  • Name: scorecard-model-lab
  • Category: model-lab
  • Version: 1.0.0
  • Content hash: ad761a3595b376158bd76627373e45a50a6680b9ed555b4c2ee90992037d8f6a (sha256 of SKILL.md — the SAME hash the platform records as this skill's executed_hash, so what you download is what the platform executes)

Install

mkdir -p .claude/skills
curl -sSL https://ionwarp.com/docs/skills/scorecard-model-lab-ad761a3595b3.zip -o /tmp/scorecard-model-lab.zip
unzip -o /tmp/scorecard-model-lab.zip -d .claude/skills

Project-local. Use ~/.claude/skills instead to install it for every project. Or add the whole plugin at once — see the Plugin tab.

mkdir -p .codex/skills
curl -sSL https://ionwarp.com/docs/skills/scorecard-model-lab-ad761a3595b3.zip -o /tmp/scorecard-model-lab.zip
unzip -o /tmp/scorecard-model-lab.zip -d .codex/skills

Codex reads its instructions from AGENTS.md, so point that file at the skill once: See .codex/skills/scorecard-model-lab/SKILL.md for the scorecard-model-lab procedure.

mkdir -p .cursor/skills
curl -sSL https://ionwarp.com/docs/skills/scorecard-model-lab-ad761a3595b3.zip -o /tmp/scorecard-model-lab.zip
unzip -o /tmp/scorecard-model-lab.zip -d .cursor/skills

Cursor reads AGENTS.md too, so the same one-line pointer wires it up: See .cursor/skills/scorecard-model-lab/SKILL.md for the scorecard-model-lab procedure.

Install IonWarp Plugin — every published IonWarp agent skill at once, and /plugin update to refresh them:

/plugin marketplace add https://ionwarp.com/docs/skills/marketplace.json
/plugin install ionwarp-plugin

Installing from the marketplace clones the source repository, so it needs repository access. The zip above and the raw URLs are the anonymous path — same bytes, same hash.

# one file
curl -sSL https://ionwarp.com/docs/raw/skills/ionwarp/scorecard-model-lab/SKILL.md -o SKILL.md

# every published skill, with the version hash to cache on
curl -sS https://ionwarp.com/docs/skills/index.json

version is the sha256 of SKILL.md and equals the hash the platform records as this skill's executed_hash — identical version, identical bytes, no refetch.

What's in the download

SKILL.md

Every file is individually fetchable — the raw URLs are in /docs/skills/index.json.

Triggers

  • Run the scorecards

Inputs

NameTypeRequiredDescription
project_idstringnoDash project id (pr_...) to scope to. Defaults to every configured target project.

On this page

IonWarp logoIonWarp

Ready to build? Connect an agent and go — no credit card needed to start.

Get startedSee our plans