llms.txt · diff

git:20260813.44d6ace to git:20260818.c504ab8

1 added, 1 removed. Audit B to B.

# longgraph-skill
> Long-horizon agent skill for Claude Code, Cursor, Codex, and Grok Build.
> Durable ledger + clean-context supervisor + verified gates. Queue many long tasks
> (related or not) in one loop; switch hosts mid-run by re-sending the frozen prompt
> against the same files. Markdown prompt library, not an orchestration framework.
## Primary
- [README](https://github.com/levi-qiao/longgraph-skill/blob/main/README.md): overview, when to use, install, host compatibility
- [README (简体中文)](https://github.com/levi-qiao/longgraph-skill/blob/main/README.zh-CN.md)
- [Methodology](https://github.com/levi-qiao/longgraph-skill/blob/main/lib/methodology.md): why each constraint exists
- [Host references](https://github.com/levi-qiao/longgraph-skill/tree/main/skills/loop-graph/references): independently loaded loop/goal syntax and context model per host
## Skills (authoring → runtime)
- [Root `/longgraph`](https://github.com/levi-qiao/longgraph-skill/blob/main/SKILL.md): checks fit and delegates authoring to loop-graph; never executes generated work
- [loop-graph author](https://github.com/levi-qiao/longgraph-skill/blob/main/skills/loop-graph/SKILL.md): executor + supervisor + ledger
- [loop-converge](https://github.com/levi-qiao/longgraph-skill/blob/main/skills/loop-converge/SKILL.md): preset entry — code-convergence interview, then the same loop-graph compile
- [loop-graph model](https://github.com/levi-qiao/longgraph-skill/blob/main/skills/loop-graph/docs/model.md): node/edge invariants
## Install
Claude Code plugin:
```text
/plugin marketplace add levi-qiao/longgraph-skill
/plugin install longgraph@longgraph-skill
```
Codex / Cursor (and local clone):
```sh
curl -fsSL https://raw.githubusercontent.com/levi-qiao/longgraph-skill/main/install.sh | sh
```
## Keywords for retrieval
longgraph, longgraph-skill, long-horizon agent skill, long-horizon agent, long-running agent,
agent drift, durable ledger, clean-context supervisor, multi-task agent loop, unrelated tasks one loop,
switch host mid-run, portable agent state, Claude Code skill, Claude Code plugin, agent skill,
multi-agent, prompt library, graph engineering, loop-graph, Cursor, Codex, Grok Build, Grok,
- verified gates, acceptance criteria, owner decision cards, not LangGraph, formerly octopus-skill
+ verified gates, acceptance criteria, owner decision cards, not LangGraph