Share, read, and continue agent sessions. Spool turns work done with coding agents into durable web pages that other people can understand and resume.
$ npx -y skills add paperboytm/spool --agent claude-code
Repo: paperboytm/spool
What's inside
Share, read, and continue agent sessions.
Spool turns work done with coding agents into durable web pages that other people can understand and resume. An author shares a real Session—not a screenshot or reconstructed recap—and readers can move from Summary to conversation, tool activity, files, and diff before continuing the work in their own agent.
Early stage. Claude Code and Codex CLI shares are Public by default and can appear in Explore and search. Gemini CLI, OpenCode, and Pi shares remain Link-only until Discovery supports them. Signed-in authors can move a Session into a Team, making it Team-only for current members, or let Team Owners and Admins publish the Team-owned asset more broadly. Native Resume currently works for Claude Code and Codex CLI. Feedback is welcome through Issues or Discord.
curl -fsSL https://spool.new/install.sh | sh
Install once, open a new terminal, then use spool from any project.
cd /path/to/project
spool
Bare spool refreshes the local index, signs in through the browser if needed, and selects the latest Session in the current project. It then shows what will be shared, scans for sensitive values, confirms the resulting visibility, publishes the records to the Hub, and returns a durable URL.
Use the explicit form when you want to choose a Session or pass sharing options:
spool share <session-uuid>
A reader can open that URL without installing Spool. Claude Code and Codex CLI shares can also be continued locally:
spool resume <session-url>
Resume creates a new provider-native Session and preserves its relationship to the source. The shared source is never modified.
Team · name limits reading to current members, while Team Owners and Admins can change disclosure.410 Gone. A personal author can later explicitly Share the same Session again; a Team-owned withdrawal by an Owner/Admin is permanent and cannot be revived by another member.Nothing leaves the machine until the author confirms the Share flow started by spool or spool share. The confirmation states both the Project owner and initial visibility before upload: supported Claude Code and Codex CLI Sessions are Public by default; other providers remain Link-only. spool share --project paperboy/spool --public publishes under a Team-owned Project while keeping the Session Public; omitting --public from a Team Project fails closed to Team-only.
The current Share-focused surfaces are:
apps/
cli/ CLI for indexing, sharing, reading, resuming, and automation
web/ spool.new: homepage, docs, Profiles, account/Team pages, and Session reader
backend/ Hub, identity, Teams, publication, and media API on Cloudflare
packages/
core/ Local Session ingestion, organization, SQLite, and full-text search
redact/ Sensitive-data detection shared by publishing surfaces
session-kit/ Browser-safe Session model, canonical records, views, and diffs
session-view/ Shared conversation renderer for Session pages
share-kit/ Curated `.spool` documents, templates, and export primitives
The original provider Session remains authoritative. Git remains authoritative for code. Spool publishes agent work and its context; it does not replace the project’s source-control system.
pnpm install
pnpm run rebuild:native:node
Run the checks for the Share surfaces with:
pnpm --filter @spool-lab/cli typecheck
pnpm --filter @spool-lab/cli test
pnpm --filter @spool/backend typecheck
pnpm --filter @spool/backend test
pnpm --filter @spool/web typecheck
pnpm --filter @spool/web test
pnpm --filter @spool/web build
Start the backend and Web documentation site in separate terminals:
pnpm --filter @spool/backend dev
pnpm --filter @spool/web dev
MIT
“Spool” and the Spool logo are trademarks of TypeSafe Limited. The MIT License covers the source code only and does not grant permission to use the Spool name or logo. See LICENSE.
FAQ
spool is a Claude Code plugin with 1 hand-picked skill for documentation work, indexed on Flowy. Install it with the command on its page. It includes spool. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it