Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By lollipopkit
Preprocess large files, logs, repos, and tool outputs via sub-agents with Map-Reduce to produce verifiable, evidence-backed summaries and coverage reports, preventing context overflow during Claude Code sessions.
npx claudepluginhub lollipopkit/cc-plugins --plugin context-firewallRun the context-firewall workflow: split inputs, invoke FileWorkers, aggregate into SubResult.v1.
Generate a TaskSpec.v1 JSON template for the context-firewall workflow.
Verify SubResult.v1 by sampling evidence locators and re-reading only referenced snippets.
Use this agent when multiple FileWorker results need to be merged into a single SubResult.v1, with de-duplication, clustering, and conflict detection.
Use this agent when a high-risk TaskSpec/SubResult needs an independent second pass to reduce hallucinations, validate coverage, or resolve cross-file causal claims.
Use this agent when a task requires reading or scanning large inputs (files/logs/PDFs/images/tool outputs) and returning a compressed, auditable SubResult fragment with evidence locators.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Recursive Language Model for large context processing with token efficiency
Agent skill for handling long-context tasks through recursive decomposition strategies based on RLM research (Zhang, Kraska, Khattab 2025)
Recursive Language Model integration for Claude Code - intelligent multi-provider routing and unbounded context handling
Automatic context preservation - saves 50-60% tokens across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Iterate until ready to merge: create branch, fix, commit, open PR, wait for AI review, apply feedback, repeat.
Recursive Reasoning Engine - iteratively refine answers through multi-pass reasoning using Self-Refine, Reflexion, Tree of Thoughts, and multi-model collaboration
English | 简体中文
GPT 5.2 / Claude 4.5 Opus is recommended for the best experience.
recursive-reasoning: Recursive Reasoning Engine - multi-pass reasoning with Self-Refine, Reflexion, Tree of Thoughts.devloop: Iterate on an issue until it is ready to merge: create branch, fix, commit, open PR, wait for AI review, apply feedback, repeat.context-firewall: Use sub-agents to preprocess large inputs into auditable, compressed results with evidence locators (Map-Reduce + verification).In Claude Code:
# Add this repo as a marketplace
/plugin marketplace add lollipopkit/cc-plugins
# Install plugins from this marketplace
/plugin install <plugin-name>@lk-ccp # replace <plugin-name> with the specific plugin name
If you want to use the local version of this repo:
# Add local folder as a marketplace
/plugin marketplace add .
# Install plugins from the local marketplace
/plugin install <plugin-name>@lk-ccp
MIT