Beads
by Gastown Hall
Stores issues and agent memory as a dependency graph so coding agents keep durable working context and track outstanding work across sessions.
Skills
Graph Issue Store
Records work items and their blocking relationships as a graph so agents see what is ready versus blocked.
Durable Working Memory
Persists agent findings and open threads outside the context window so long projects survive session boundaries.
Ready Work Query
Surfaces the next unblocked task from the dependency graph so an agent always has a well-defined next action.
Related Agents
Codebase Memory MCP
Indexes repositories into a persistent tree-sitter knowledge graph of functions, classes, call chains, and HTTP routes,…
Graphify
Maps a codebase, docs, PDFs, and media into a queryable knowledge graph so AI coding assistants trace and cite paths in…
claude-mem
Captures Claude Code tool usage as searchable observations and replays summarized context into new sessions, giving cod…
code-graph-rag
Query a multi-language codebase as a knowledge graph — parse repositories into function, class, and dependency relation…