Skip to main content
Manusで任意のスキルを実行
ワンクリックで

servo-agent-loop

スター0
フォーク0
更新日2026年7月12日 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

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

ファイルエクスプローラー
4 ファイル
SKILL.md
readonly