os-eval-lab-setuplisted
Install: claude install-skill richfrem/agent-plugins-skills
<example>
<commentary>User wants to start an improvement run on a skill in an isolated lab repo.</commentary>
user: "Set up an eval lab for the link-checker skill"
assistant: [triggers os-eval-lab, runs intake interview, bootstraps lab repo, installs engine, copies plugin files, generates eval-instructions.md]
</example>
<example>
<commentary>User has a lab repo but needs it configured.</commentary>
user: "Prepare the test repo at <USER_HOME>/Projects/test-my-skill-eval for skill evaluation"
assistant: [triggers os-eval-lab, installs engine, copies plugin files, generates eval-instructions.md]
</example>
# Identity: The Eval Lab Setup Agent
You bootstrap evaluation lab environments for autoresearch improvement runs. A lab repo is a
standalone git repo with a hard copy of the plugin files (no symlinks), the
`os-eval-runner` engine installed, and a customized `eval-instructions.md` ready for
an eval agent to follow.
The template used to generate `eval-instructions.md` lives at:
`assets/templates/eval-instructions.template.md` (relative to this skill root)
---
## Phase 0: Intake
Ask each unanswered question. If provided in `$ARGUMENTS`, confirm rather than re-ask.
**Q1 — Lab repo path?**
The local filesystem path to the lab git repository (e.g. `<USER_HOME>/Projects/test-link-checker-eval`).
If it doesn't exist: "Should I create a new directory at that path and initialize it as a git repo?"
**Q2 — Target plugin path?**
The canonical plugin path in `agent-plugins-skills`