Install any skill in seconds. Free to start, no credit card required.
Get Started Free →name: harness-fetch
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 11% | 0% |
name: harness-fetch description: >- Guides a user through fetching and setting up their chosen AI harness config from .ai/.<harness>/ into their local working environment. Use when the user says /harness-fetch, asks how to set up Cursor, Claude, or another harness for this lab, or wants to pull pre-built harness config without committing personal artifacts. created: 2026-04-05 updated: 2026-04-05 status: phase-2-planned
/harness-fetch)> Status: Planned (phase 2). This skill is a design stub. The workflow below describes the intended behavior when implemented. For now, follow the manual steps.
Purpose: Pull the pre-built AI harness configuration from .ai/.<harness>/ into the correct location in your local working environment—without committing personal artifacts to the repo.
.ai/.<harness>/ skills or rules| Harness | Config source | Where it should live locally | |---------|--------------|------------------------------| | Cursor | .ai/.cursor/ | .cursor/ at repo root (or workspace root) | | Claude Code | .ai/.claude/ | .claude/ at repo root | | (your harness) | .ai/.<harness>/ | wherever .<harness>/ is expected |
bash ls .ai/ Look for .<your-harness>/ alongside .cursor/ and other entries.
Option A — Copy (safest): bash cp -r .ai/.cursor/ .cursor/
Option B — Symlink (stays in sync automatically): bash ln -s .ai/.cursor .cursor On Windows: mklink /D .cursor .ai\.cursor or configure your harness to look inside .ai/.
.cursor/settings.json, .cursor/chat/, .claude/ at the repo root are gitignored..ai/ is committed—never the root-level harness config that contains your personal data.If .ai/.<your-harness>/ does not exist yet:
.ai/.<your-harness>/skills/ and .ai/.<your-harness>/rules/.ai/.cursor/ as a starting point.README.md inside .ai/.<your-harness>/ documenting what the config does.When fully implemented, this skill will:
.ai/.<harness>/ to the appropriate location automaticallyThis skill is harness-agnostic by design: written in plain instructions any agent or human can follow, not tied to any single tool's invocation format.
Other measured skills in the registry, with their headline benchmark lift.