ir:onboard-agent

Generate the canonical scenario×adapter fixture matrix for irrlicht with replay verification.

93|10|Updated Sep 5, 2025
One-click install
npx skills add https://github.com/ingo-eichhorst/Irrlicht --skill ir-onboard-agent
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ir:onboard-agent
Source: https://github.com/ingo-eichhorst/Irrlicht/tree/main/.claude/skills/ir%3Aonboard-agent
Command: npx skills add https://github.com/ingo-eichhorst/Irrlicht --skill ir-onboard-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, go, tmux, git, uuidgen, and includes scripts (resource) components.

What problem does it solve?

Automates generation and refresh of the canonical scenario × adapter fixture matrix for irrlicht, enabling reproducible replay fixtures and streamlined comparison against committed data.

Core Features & Use Cases

  • Builds the full adapter-scoped and orchestrator scenarios matrix from scenarios.json and replaydata data.
  • Supports refresh, bootstrap, and onboard-new-agent workflows (--new) with live-discovery guidance.
  • Orchestrates isolated daemon runs, records transcripts, and curates fixtures under .build/refresh for review and merging.

Quick Start

Invoke /ir:onboard-agent to compute the matrix status, or /ir:onboard-agent <adapter> to run a specific cell.

Frequently Asked Questions about ir:onboard-agent

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

FAQPage Schema
How do I generate the scenario × adapter fixture matrix for irrlicht?▼

Use the irrlicht onboarding automation to compute the canonical scenario × adapter matrix from scenarios.json and replay data, staging fixtures under .build/refresh for review and merging.

What is the best way to bootstrap a new adapter in irrlicht?▼

The irrlicht onboarding process supports bootstrapping new adapters by orchestrating isolated daemon runs and recording transcripts to validate staged fixtures against committed replay data.

How do I discover and onboard new agents in irrlicht?▼

You can run the onboarding automation with the --new flag to execute live discovery guidance, orchestrate daemon runs, and validate new agents against the replay matrix.

Do I need jq and tmux to manage irrlicht replay fixtures?▼

Yes, managing irrlicht replay fixtures requires jq, go, tmux, git, and uuidgen to orchestrate daemon runs, record run-manifest metadata, and coordinate with discovery and driver scripts.

How does irrlicht validate refreshed fixtures against committed replays?▼

The irrlicht onboarding automation validates changes by running isolated daemon sessions, recording transcripts, and comparing staged fixtures in .build/refresh against committed replay data.

Can I run a specific adapter cell instead of the full irrlicht matrix?▼

Yes, you can invoke the onboarding automation with a specific adapter parameter to run a single cell of the scenario × adapter matrix instead of computing the full status.