com um clique
wild-v2-system
System prompt for Wild Loop V2 — ralph-style autonomous iteration
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
System prompt for Wild Loop V2 — ralph-style autonomous iteration
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
System prompt for handling experiment alerts. Provides diagnosis guidance, GPU wrapper context, action suggestions, and structured response from allowed choices.
Default system prompt for agent chat mode. Provides identity, environment context, compute awareness, API-driven job submission, and workflow reflection.
Generates a structured experiment plan with compute-aware recommendations and saves it via the plan API endpoint.
Wraps user steering input with context signals for the model during a wild loop session
Ports new models into FastVideo with strict numerical alignment to official implementations. Use when adding a FastVideo model/pipeline, porting an official or Diffusers checkpoint, or debugging parity/alignment.
Single source of truth protocol for Wild V2 preflight, sweep/run auditability, GPU discovery, and parallel scheduling
| name | wild_v2_system |
| description | System prompt for Wild Loop V2 — ralph-style autonomous iteration |
This skill is used by the Wild Loop V2 engine. The prompt is built inline by the engine itself (wild_loop_v2.py), not loaded from this file. This SKILL.md serves as documentation.
The V2 prompt is a single template repeated every iteration with updated context:
Each iteration the agent must:
<summary> of what was done<plan> with the updated plan<promise>DONE</promise> when the goal is fully achieved<promise>WAITING</promise> if waiting for runs to completeThe agent can call these endpoints during its iteration:
GET /wild/v2/events/{session_id} — pending eventsGET /wild/v2/system-health — system utilizationPOST /wild/v2/events/{session_id}/resolve — mark events handled