Plugin Claude Code
Plugin marketplace listing 1 plugin: graph-engineering.
Plugin Claude Code
Plugin marketplace listing 1 plugin: graph-engineering.
Plugin Claude Code
Runs coding work as an explicit execution graph (DAG) instead of a natural-language conversation. Deterministic work is executed by the server with zero LLM calls, the points where a human steps in are declared in the graph, and run state is owned by the server rather than the conversation.
MCP server Claude CodeCodexCursor
MCP server "graph-engineering" as configured in sciencemj/graph-engineering. Launched with bun ${CLAUDE_PLUGIN_ROOT}/server/mcp/index.ts. Needs 1 environment variable to run.
Command
Guide the user through locking/unlocking a graph (only a human can do it).
Command
Decompose a natural-language requirement into an execution graph and register it (does not run it).
Command
The web UI requires the human-only full-authority token (uitoken). It is stored in no file, so you cannot know it and must not try to find it.
Command
Start a run and pump the cursor to the end.
Command
Summarize graph and run state.
Hook
Runs before the agent uses a tool for Write, Edit, NotebookEdit and Bash tool calls, executing protect-graph-files.ts via bun. From sciencemj/graph-engineering.
Skill Claude CodeCodex
Runs coding work as an explicit execution graph (DAG) instead of a natural-language conversation. Use it for the /graph commands, or whenever graphs, runs, nodes, the cursor, or runadvance are involved. Required reading when building a new graph (decomposing work), when pushing a run forward (the pump loop), and when…