#381 · Primary category: AI Coding Assistants
storybloq
Cross-session context for Claude Code. CLI + MCP server + /story skill that tracks tickets, issues, handovers, and roadmap in a .story/ directory.
Project last updated:08/29/26
GitHub Stars
698
Forks
35
Contributors
4
License
Other
Why we included this project
Anyone who spends their day inside Claude Code or Codex knows the reset problem: every new session starts with the model having no memory of what was built yesterday, so you re-explain the project state before you can get back to work. Storybloq fixes that by keeping tickets, issues, handovers, and roadmap decisions in a git-tracked .story/ directory that the assistant loads at the start of each session. The project gives you three ways to work with that directory, a CLI for inspecting and editing it, an MCP server that exposes structured tools to the coding agent without spawning subprocesses, and a /story skill for in-session use, so you can pick the layer that fits your workflow. Because everything is plain JSON and markdown inside the repo, the context is versioned with your code and stays readable by any tool instead of being locked into a proprietary store. That makes it a practical fit for solo developers and small teams who want context that compounds across sessions without running a separate service.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.