By thoeltig
Remove duplicate file reads and script outputs from Claude Code transcripts to reduce token waste and lower hallucination risk when resuming sessions.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub thoeltig/claude-code-toolkit --plugin smart-compactBenchmarking framework to analyse tokenization per file format.
Download and cache full page content from URLs for complete information retrieval without summarization loss. Removes only simple hidden content but has NO prompt injection detection or guard. Should only be used on official and trusted sources like documentations.
Lightweight reconnaissance system that provides direction before exploration. Query for relevant files before reading them - avoid expensive blind exploration and context pollution.
Batch file I/O for Claude Code — read N files and run M edits per call, cutting tool calls and context overhead by ~50–60%.
Comprehensive management of Claude Code features including skills, slash commands, hooks, MCPs, subagents, and prompts. Create, analyze, and improve Claude Code capabilities with official documentation guidance.
Rolling context compression — old messages get summarized, recent messages stay verbatim. Never hit the context wall.
Session transcript timeline viewer for Claude Code and Codex agent sessions
Persistent local memory for Claude Code. Every tool call, every file edit, every thinking block from every session — stored verbatim on your machine. Semantic recall in ~126ms with zero API calls.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Opus 4.8-aware context optimization: cache-aware real costs & cache-break detection, session baseline audit (/cco-overhead), auto .contextignore, self-calibrating estimates, delegation advisor, ru/en prompt coach
Token optimization for Claude Code. Automatic tool output compression (40-60% reduction), token meter in statusline, auto-compact at 70% context, structured output formats, self-building project wiki, URL ingestion, Karpathy compile pass, and semantic lint.