Skip to main content
在 Manus 中运行任何 Skill
一键导入

loop-graph

星标28
分支3
更新时间2026年7月22日 14:42

Run a long-horizon coding task as a small graph of agent nodes driven by two scheduled loops, instead of one drifting loop. Generates an executor node (works against a single-source-of-truth ledger) and a clean-context supervisor node that audits from outside the executor's context — re-verifying claimed-done work, checkpoint-committing what passes, and correcting drift through a one-way directives file. Use for multi-round tasks where an agent tends to scope-creep, fake "done", or quietly lower the bar, and where you'll drive it with the `/loop` primitive (Claude Code, grok, Cursor, shell). Nodes share no context, so the executor runs on a cheap/fast model while a strong model supervises. (The methodology this arm implements is still called "graphkit" internally; runs generate into `.graphkit/<date-slug>/`.)

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

文件资源管理器
15 个文件
SKILL.md
readonly