session-tools
v1.6.0Tools for managing Claude Code session transcripts — read one out of a session, catch up on it, fork new work off it, generate recaps, or leave yourself a breadcrumb before pausing one of your parallel conversations. Shared transcript machinery lives at the plugin root so the skills cannot drift.
By JT Sternberg5 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install session-tools for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install session-tools@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/jtsternberg/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/session-tools/.
Plugin files
├── .claude-plugin/plugin.json├── skills/note-to-self/SKILL.md├── skills/self-recap/SKILL.md├── skills/sessions-catch-up/SKILL.md├── skills/sessions-fork/SKILL.md└── skills/sessions-weekly-recap/SKILL.md
Included Skills5
Leave a breadcrumb in this conversation about why you're pausing and where the work stands, so returning later — to any one of many parallel sessions — starts with orientation instead of archaeology. Records the user's own words verbatim alongside an agent-written state snapshot.
Recap where THIS session is right now — the arc, the decisions, and what's still open — summarized from the conversation already in context. For a long session whose thread has slipped.
Distill another session's transcript into a briefing — status, blockers, what's waiting — without touching it. 'catch me up on <session-id>', 'summarize session <id>', 'what's waiting on me in <id>'.
Prime this session with another session's transferable context (decisions, constraints, repo state), then check in.
Generate daily/weekly recap notes from session transcripts; supports incremental merge and launchd cron.
Plugin manifests1
{
"name": "session-tools",
"description": "Tools for managing Claude Code session transcripts — read one out of a session, catch up on it, fork new work off it, generate recaps, or leave yourself a breadcrumb before pausing one of your parallel conversations. Shared transcript machinery lives at the plugin root so the skills cannot drift.",
"version": "1.6.0",
"author": {
"name": "JT Sternberg",
"url": "https://github.com/jtsternberg"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[session-tools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/session-tools)