#474 · Primary category: AI Coding Assistants
spool
Store, share, and resume AI coding sessions.
Project last updated:07/27/26
GitHub Stars
590
Forks
39
Contributors
15
License
MIT
Why we included this project
If you've been working with coding agents for a while, you know the session history piles up fast and gets hard to search and share. Spool indexes those sessions locally, so you can search and pin across Claude Code, Codex CLI, Gemini CLI, and OpenCode without leaving your machine. When you want to share, the CLI publishes the actual session, including the conversation, tool activity, files, and diff, to a durable URL that anyone can open in a browser, and supported providers can even resume that work in their own agent, keeping the lineage intact. A built-in scanner checks for leaked API keys and other sensitive values before anything goes public, which is a real relief for teams that want to publish agent work without exposing credentials. Spool turns scattered agent output into something a team can actually use as shared knowledge.
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.