os-eval-lab-setup

Bootstrap isolated evaluation lab repositories with master plugin files.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill os-eval-lab-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: os-eval-lab-setup
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/agent-agentic-os/skills/os-eval-lab-setup
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill os-eval-lab-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill boots a standalone evaluation lab repository populated with the master plugin files, the eval engine, and a ready-to-run workflow for skill optimization. It automates scaffolding the lab, configuring git remotes, copying plugin code, and preparing the evaluation instructions so autonomous agents can iterate in a controlled environment.

Core Features & Use Cases

  • Isolated lab bootstrap: Creates a clean lab repo with a copied plugin and required engine components, ready for evaluation cycles.
  • Config-driven setup: Prompts for lab path, plugin path, skill, and round labels, then seeds the repo for repeatable experiments.
  • Instruction generation: Generates eval-instructions.md from templates to drive the eval loop.

Quick Start

Run this skill to bootstrap a new isolated eval lab for a specified plugin and skill.

Frequently Asked Questions about os-eval-lab-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an isolated evaluation lab for autonomous skill optimization?

Setting up an isolated evaluation lab involves bootstrapping a standalone repository populated with master plugin files, an eval engine, and ready-to-run workflows. The skill automates scaffolding the lab, configuring git remotes, and copying plugin code for controlled iterative experiments.

What is skill evaluation and why do I need an isolated lab repo for it?

Skill evaluation runs iterative test cycles to autonomously optimize plugin performance. An isolated lab repo prevents uncontrolled changes to production code by locking evaluation artifacts, copied plugins, and generated instructions to a controlled environment.

Do I need the os-eval-runner engine to bootstrap a testing environment?

Yes, the os-eval-runner engine is a required dependency to bootstrap the testing environment. The skill relies on this engine alongside copilot and gemini tooling to drive the autonomous evaluation loop within the prepared lab repository.

Can I configure git remotes and copy plugin code automatically for multiple skills?

Yes, the config-driven setup prompts for lab path, plugin path, skill, and round labels to automate scaffolding. It copies plugin code and configures git remotes to prepare repeatable experiments across multiple skills.

How are eval instructions generated for an autonomous agent testing loop?

Eval instructions are generated automatically from templates into an eval-instructions.md file. This generated file drives the autonomous evaluation loop by providing the iterative testing parameters needed for the agent within the lab environment.

What are the limitations of using a standalone lab repo for iterative skill evaluation?

The standalone lab repo confines evaluation artifacts to a controlled environment, meaning tests run in isolation without direct access to the master plugin's live production data. It requires the os-eval-runner engine to execute the eval cycles.