pcvelz

10 mods across 2 repositories, 5 stars between them.

search-chats

02

pcvelz/cc-search-chats-plugin

Plugin Claude Code

Search and extract Claude Code chat history with keyword matching, session extraction, and local LLM analysis.

4 17d ago A tokens not measured original MIT

find-chat

03

pcvelz/cc-search-chats-plugin

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…

4 17d ago A 236 tokens original MIT

search-chat

04

pcvelz/cc-search-chats-plugin

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…

4 17d ago A 142 tokens original MIT

summarize-chat

05

pcvelz/cc-search-chats-plugin

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…

4 17d ago B 181 tokens original MIT

pcvelz/cloudone

Plugin Claude Code

Marketplace for cloudone - local-model side-session delegation for Claude Code.

1 19d ago A tokens not measured original MIT

cloudone

07

pcvelz/cloudone

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.

1 19d ago A tokens not measured original MIT

cloudone

08

pcvelz/cloudone

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…

1 19d ago A 79 tokens original MIT

pcvelz/cloudone

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.

1 19d ago A 58 tokens original MIT

onboard

10

pcvelz/cloudone

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.

1 19d ago B 54 tokens original MIT