Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

servo-agent-loop

Estrellas0
Forks0
Actualizado12 de julio de 2026 a las 23:07

Run a headless agent loop against a scaffolded target. Subprocesses `claude -p --agent <runner|judge>` against the target N iterations under hard guardrails (iteration cap, cumulative cost ceiling, context-fill refusal, oracle-score plateau detection, SIGINT/SIGTERM cleanup), uses `gate.py` as the truth-source after each iteration, and checkpoints state to `<target>/.servo/runs/<run-id>/state.json` so an interrupted or capped run can be resumed. Fire this skill when the user wants to: - "run an agent loop" / "iterate on this codebase" / "headless loop" - "let claude iterate against my target" / "fire-and-forget claude on this" - "resume the loop" / "continue the prior loop" / "pick up where it left off" - "loop with cost ceiling X" / "loop until the oracle passes" - "use /goal to keep going" / "goal-driven loop" / "--driver goal" — the ADR-0008 mode that delegates continuation to Claude Code's `/goal` while servo keeps the oracle + guardrail layer (caps on the outer call, final `gate.p

Instalación

Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.

Explorador de archivos
2 archivos
SKILL.md
readonly