Agent Plugins Marketplace
All plugins

cc-session-tools

v0.1.0

Commands and skill for finding and distilling past Claude Code sessions with the cc-session-tools CLI

Claude Code1 Skill

By Filip ProcházkaLicense: MIT0 GitHub starsUpdated 48 minutes ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 3, 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 cc-session-tools for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cc-session-tools@agent-plugin-marketplace

Paste 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/fprochazka/claude-code-session-tools

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is coding-agent-plugins/claude-code/.

Plugin files

coding-agent-plugins/claude-code/
├── .claude-plugin/plugin.json
└── skills/cc-session-tools/SKILL.md

Included Skills1

cc-session-toolsskills/cc-session-tools/SKILL.md

CLI for finding and distilling past Claude Code sessions — list and grep the sessions of the current repo and its git worktrees, then condense one transcript into markdown. Use when the user refers to an earlier conversation, asks what was decided or tried before, wants a past session summarized, or needs the session id of something that already happened. Triggered by requests involving past sessions, an earlier conversation, a session transcript, "what did we decide before", or "find the session where".

Plugin manifests1

coding-agent-plugins/claude-code/.claude-plugin/plugin.json
{
  "name": "cc-session-tools",
  "version": "0.1.0",
  "description": "Commands and skill for finding and distilling past Claude Code sessions with the cc-session-tools CLI",
  "author": {
    "name": "Filip Procházka"
  },
  "repository": "https://github.com/fprochazka/claude-code-session-tools",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "sessions",
    "transcript",
    "search",
    "distill"
  ],
  "commands": "./commands/",
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cc-session-tools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cc-session-tools)