Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Turn a research paper's finding into a concrete change to our skills/agents — distill the claim, map it to where it applies, design the change, and prove it helps. Use when the user says "apply this paper", "what would <paper> change for us", "turn this finding into a skill change", or when triaging a paper in docs/papers.md from "interesting" to "shipped". NOT for summarizing a paper (just read it) or general literature review. Pairs with linting-and-scoring (score the result), adversarial-revi
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 34% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 7% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 22% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 130% | 0% |
Closes the loop on docs/papers.md: that file captures papers; this skill applies them. A paper only earns its keep when its mechanism changes how a skill or agent behaves. The output is a change (or a tight change plan), not a summary.
In 3-4 sentences: what does the paper actually show, and by what mechanism? Separate the finding (often robust) from the framing (often oversold). If you can't name a mechanism, you can't apply it — stop and say so.
Name the concrete target: which skill / agent / instruction-layer / flow does the mechanism touch? Cite the file. If nothing in our setup is affected, say "no application" and log that in docs/papers.md — that's a valid, honest outcome.
The smallest edit that captures the mechanism: a new check, a new mode/step, a tightened contract, a deleted footgun. Prefer scoped edits over broad rewrites (HarnessFix's own lesson). Write it as a diff plan: file → what changes → why it captures the mechanism.
State the change's done-condition as a check, then show before/after:
If you can't show a before/after, you've written a summary, not an application.
Red-team with adversarial-review: does the change actually capture the paper's mechanism, or just cite it? Could it be satisfied without the intended effect (cargo-culting the paper)?
Update the paper's entry in docs/papers.md with → applied: <what changed> (<file>), so the list shows captured-vs-shipped at a glance. File/refresh a Linear JAS issue if it's multi-step.
PAPER: <title + url>
CLAIM: <mechanism in one sentence>
TARGET: <skill/agent/layer + file>
CHANGE: <the diff plan or the landed edit>
PROOF: <before/after evidence, or the check that now passes>Offscript (auto-auditing instruction adherence) → added the Adherence audit to meta/linting-and-scoring (behavioral pass: generate adversarial test queries per stated instruction, flag the ones an agent could violate). See that skill's "Adherence audit" section.
| Issue | Fix | |---|---| | Can't name a mechanism, only a vibe | The paper isn't applicable yet — record "no application" in papers.md; don't force a change. | | Change just cites the paper without its effect | Cargo-culting. Redo Step 4 — if there's no before/after, it didn't apply the mechanism. | | Paper conflicts with an existing skill's approach | Surface both; use adversarial-review to decide, and record the decision (don't silently overwrite). | | Mechanism needs a real model call to test (e.g. behavioral) and no key/tool | Use openrouter for a cheap model, or mark the proof step blocked and don't claim it works. |
Other measured skills in the registry, with their headline benchmark lift.