Mpuig Threads
mpuig-threads is a Claude Code plugin for the Build phase that saves, lists, and restores your coding sessions via GitHub Gists.
Persist Claude Code conversation threads to GitHub Gists so you can list, restore, and continue coding sessions from another machine or after a restart.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install mpuig-threads@mpuig/threadsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:mpuig/threads") and the paste-ready config with skillselion.get_install_config("plugin:mpuig/threads").
What it does
mpuig-threads is a Claude Code plugin that treats your agent sessions like restorable threads backed by GitHub Gists. Solo builders juggling multiple features, machines, or interruptions can snapshot where Claude left off, browse prior sessions, and reload context instead of rebuilding prompts from scratch. It fits anyone who lives in Claude Code for implementation and wants lightweight, developer-familiar persistence without a proprietary cloud notebook. Install when your sessions grow too long to copy manually or when you switch laptops mid-sprint. The plugin bundles one focused capability—gist-backed session save, list, and restore—so setup stays minimal: authenticate to GitHub, save a thread, restore it on the next session. It is complementary to git commits (code state) by preserving dialogue and decisions (agent state).
Highlights
- Save active Claude Code sessions as private or public GitHub Gists
- List saved threads and pick one to restore full session context
- Resume long-running implementation work without re-pasting history
- GitHub-backed storage—no custom server required
- Keywords surfaced: claude, gists, github, manage, sessions, threads
Why builders use it
Long Claude Code sessions vanish when you close the app or change machines, forcing you to reconstruct context by hand.
After install, you can name and restore gist-backed threads so the agent continues with prior decisions and file context intact.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 2 stars, 0 votes.
FAQ
Who is mpuig-threads for?
Claude Code users who want gist-backed save/list/restore for coding threads across sessions and devices.
When should I use mpuig-threads?
Use it before ending a long agent session, when switching machines, or when you need to resume an in-progress refactor without re-explaining the repo.
How do I add mpuig-threads to my agent?
Install the plugin from the mpuig/threads Claude Code marketplace entry, connect GitHub for Gist access, then use the plugin commands to save and restore threads.
Comments
Share how you use mpuig-threads, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.