By raindrop-ai
Raindrop CLI for Claude Code. Today: workshop, a local-first AI agent trace debugger. Your coding agent reads, annotates, and replays traces with code awareness. Start with /raindrop:setup.
Use when the user wants to replay a prod trace locally against their real agent code (not a tool-mock) — typically triggered from Workshop's "Local Agent" replay button or directly via /raindrop:add-readonly-replay. Wires a `RAINDROP_READONLY=1` switch into the user's agent, classifies every side-effecting tool (fail / stub / real), scaffolds an HTTP `/replay` endpoint that flips the switch before invoking the agent, and registers the agent in `~/.raindrop/agents.json` so Workshop knows where to send replay requests. Run once per agent — re-run when the tool surface changes.
The plugin's primary skill. Use when the user wants to read, reason about, or annotate an AI agent trace in Raindrop Workshop. Also dispatches inbound messages from the Workshop UI's chat pane when channels are enabled. Requires the daemon to be running — if `get_active_run` errors with "backend unreachable," tell the user to run `/raindrop:setup` first.
Run this first after installing the raindrop plugin. Installs the raindrop binary if missing, runs `raindrop workshop init` (which writes RAINDROP_LOCAL_DEBUGGER into the project's ./.env, starts the daemon at http://localhost:5899, and opens the UI), inventories the project's agents and reports which are instrumented with a `@raindrop-ai/*` SDK, then tells the user what to do next. Idempotent — safe to re-run any time the daemon might be down or to re-bootstrap a project.
Binary distributions of the Raindrop CLI
(today: the workshop local-trace-debugger product, accessed as
raindrop workshop ...) and the Claude Code plugin marketplace.
curl -fsSL https://raw.githubusercontent.com/raindrop-ai/cli-releases/main/install.sh | bash
For the beta channel:
curl -fsSL https://raw.githubusercontent.com/raindrop-ai/cli-releases/main/install.sh | bash -s -- --channel=beta
Then bootstrap a project:
raindrop workshop init
From inside Claude Code:
/plugin marketplace add raindrop-ai/cli-releases
/plugin install raindrop@workshop
Then run /raindrop:setup to install the binary and start the daemon.
See Releases for binaries and latest.json.
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 raindrop-ai/cli --plugin raindropComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review