Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub sankalpgunturi/collab-claw-spike-a --plugin collab-claw-spike-aUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Share bugs, ideas, or general feedback.
A throwaway plugin used to verify a single thing: a plugin distributed via the Claude Code public marketplace can register a UserPromptSubmit hook that POSTs the user's prompt to a local HTTP endpoint and exits 0, with Claude still processing the prompt normally.
Layout matches the production marketplace shape exactly:
collab-claw-spike-a/
├── .claude-plugin/
│ └── marketplace.json ← repo-root marketplace catalog
└── plugin/
├── .claude-plugin/
│ └── plugin.json ← plugin manifest
├── hooks/
│ └── hooks.json ← single UserPromptSubmit entry
└── bin/
└── echo-prompt ← bash hook script
listener.mjs is the local HTTP server that records every hook fire — it's not part of the plugin; it lives outside plugin/ and is run separately on the host's machine.
# Terminal 1 — start the listener
node listener.mjs
# Terminal 2 — install the plugin in claude
claude
> /plugin marketplace add sankalpgunturi/collab-claw-spike-a
> /plugin install collab-claw-spike-a@collab-claw-spike-a
> /reload-plugins
# Then type prompts. Watch terminal 1 for hook fires.
Test cases are in SPIKE_A_RESULTS.md at the root of the parent repo.
claude
> /plugin uninstall collab-claw-spike-a@collab-claw-spike-a
> /plugin marketplace remove collab-claw-spike-a
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Spike B — production-path host monitor wakeup verification.
Spike C — production-shape plumbing test (relay + monitor + Stop hook + bin/host skill).
Multi-human collaboration on a single Claude Code session. /collab-claw:host opens a room; teammates join via the collab-claw CLI from their own terminals.
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 claim