Plugin Claude Code
Marketplace for CC Search Chats plugin.
Plugin Claude Code
Marketplace for CC Search Chats plugin.
Plugin Claude Code
Search and extract Claude Code chat history with keyword matching, session extraction, and local LLM analysis.
Command
Step 1 of the chat-recall chain: identify WHICH past Claude Code session the user means, then continue STRAIGHT INTO /summarize-chat (recap/questions) or /search-chat (content/quotes) — one autonomous flow, the user never needs a session ID or a second command. Trigger this proactively whenever the user gestures at an…
Command
Extraction step of the chat-recall chain: search the CONTENT of previous Claude Code sessions and extract conversation text — full-text/keyword search across transcripts, find where we talked about a topic, what we discussed, what was the fix, the exact error, which session touched this file or made these changes…
Command
Recap step of the chat-recall chain: summarize OR answer a question about a past Claude Code session by ID. Use when the user wants a recap of a prior session, a quick readout of what happened before, a digest of an earlier chat, OR asks a specific question about a past session — 'what was that session doing', 'what…
Plugin Claude Code
Marketplace for cloudone - local-model side-session delegation for Claude Code.
Plugin Claude Code
Spawn separate zero-token Claude Code sessions against a local model (llama-swap / llama.cpp) for long-running or simple side tasks — keep your main session in its prime context.
Command
Delegate a task to a separate zero-token Claude Code session running on your local model (llama-swap/llama.cpp). Use for long-running work (pipelines, test suites, bulk edits) or simple side tasks (e.g. writing a hook) that would otherwise burn main-session context. The spawned session opens in a new terminal window…
Command
Convert an existing slash command into a cloudone-delegated sibling: the expensive, stateless part of its body runs in a spawned local-model side session while the steps that need your session's identity stay home. Emits a NEW command next to the original; the original is never modified.
Command
Guided setup for cloudone: choose how side sessions launch (new terminal / tmux / custom), point at your local model backend (llama-swap recommended), pick a model, and optionally install the example harness. Writes /.claude/cloudone/config.json.