A Claude Code marketplace that cuts token costs, preserves context across sessions, and extends Claude with intelligent project exploration, workflow automation, and development standards.
npx claudepluginhub thoeltig/claude-code-toolkitRemove duplicate file reads and script outputs from Claude Code transcripts to reduce token waste and lower hallucination risk when resuming sessions.
Lightweight reconnaissance system that provides direction before exploration. Query for relevant files before reading them - avoid expensive blind exploration and context pollution.
Convert files to compact JSON for token efficient file reading.
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.
Save your active tasks between sessions for seamless continuity and never loss context again.
Create, update, and maintain CHANGELOG.md files following Keep a Changelog and Common Changelog standards
Professional documentation management following industry best practices for clarity, accessibility, and inclusivity.
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.
A Claude Code notification hook with cross-platform support on Windows, macOS, and Linux.
A Claude Code marketplace that cuts token costs, preserves context across sessions, and extends Claude with intelligent project exploration, workflow automation, and development standards.
Add this marketplace to your Claude Code configuration:
# Add the marketplace (replace with actual installation command)
/marketplace add https://github.com/thoeltig/claude-code-toolkit
Then install any plugin:
/plugin install <plugin-name>@claude-code-toolkit
| Plugin | Description | Version |
|---|---|---|
| smart-compact | Remove duplicate file reads and script outputs from transcripts to reduce token waste, lower hallucination risk, and preserve context priority when resuming sessions | 2.2.3.0 |
| project-intel | Lightweight reconnaissance system that provides semantic direction before code exploration with persistent knowledge across sessions | 1.6.0.0 |
| read-efficient | Machine-efficient file reading tool that converts files to compact JSON and removes redundant whitespace, saving 30-70% tokens across 10+ formats | 1.1.1.0 |
| fetch-full-content | Download full page content from URLs to markdown for complete information retrieval without summarization (⚠️ trusted sources only) | 1.2.1.0 |
| session-protocol | Save your active tasks between sessions and never loss context again | 1.2.0.0 |
| changelog | Create, update, and maintain CHANGELOG.md files following Keep a Changelog and Common Changelog standards | 1.1.0.0 |
| documentation | Create and maintain high-quality project documentation with quality validation, style guides, and inclusive language standards | 1.0.0.0 |
| claude-code-capabilities | Comprehensive management of Claude Code features including skills, commands, hooks, prompts, subagents, and MCPs | 1.8.0.0 |
| cross-platform-notification | Send native system notifications for Claude Code hook events across Windows, macOS, and Linux | 1.0.0.0 |
During development you naturally read the same file to keep important context "fresh" (higher priority) or execute the same bash script with the same output multiple times. These fill the conversation with outdated content which the LLM needs to process everytime a new message is added. Also when resuming a session Claude Code reconstructs the entire conversation from the transcript including all file reads which waste tokens without adding new information.
This plugin automatically deduplicates as your session ends, removing redundant reads using intelligent forward-chaining:
The cleaned transcript benefits every future resume—lower cost, reduced hallucination risk from context bloat.
Install: /plugin install smart-compact@claude-code-toolkit
Lightweight reconnaissance system that provides semantic direction before expensive code exploration. Query first to get a ranked list of relevant files - saves exploration tokens and reduces context pollution.
Production-ready workflow orchestration with 94 marketplace plugins, 203 local specialized agents, and 175 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories