# Libero Fix Loop

> Run the baseline-free LIBERO-Pro Fix Loop: inspect one initial observed scene, generate task-level code, debug failures on seeds 51–65 using traces and keyframes, validate on seeds 1–50, and promote reusable patterns.

- Skill: `nvlabs/libero-fix-loop` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add nvlabs/libero-fix-loop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nvlabs/libero-fix-loop/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: nvlabs (https://skillmd.com/u/nvlabs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nvlabs/libero-fix-loop

---


# LIBERO Fix Loop

Use this skill for Experiment 1. Start with [INSTRUCTIONS.md](INSTRUCTIONS.md).

## Run Order

1. Follow [main-agent-prompt.md](main-agent-prompt.md) as coordinator.
2. Fill [subagent-prompt.md](subagent-prompt.md) once per task.
3. Each worker follows [skills/task-exploration.md](skills/task-exploration.md), generates its own initial code, then uses the original failure-by-failure debug loop.
4. Use [clean-task-slate.md](clean-task-slate.md) before reruns.
5. Promote Stage 1-supported patterns into [../skills/](../skills/) and record each update with `scripts/libero/record_skill_promotion.py` before dispatching the next Stage 1 task. Held-out outcomes never drive skill edits.

No external baseline code or baseline output directory is used.

