By deanh
Radicle CLI support for Claude Code - patches, issues, node operations, and peer-to-peer collaboration
A Claude Code plugin marketplace for working with Radicle — a peer-to-peer code collaboration protocol.
Looking for pi? See rad-pi for the pi package.
Three composable plugins — install what you need:
| Plugin | Description | Always-loaded |
|---|---|---|
| radicle | Radicle CLI support — patches, issues, node operations, sync | ~4 KB |
| radicle-extras | Plan and Context COBs — task workflows, import/sync, session observations | ~5 KB |
| radicle-autonomy | Multi-agent orchestration — dispatch tasks to parallel worktree workers | ~2 KB |
Core Radicle knowledge and CLI routing. Covers rad init, rad clone, patches, issues, node management, sync, and remotes. Includes a session-start hook that detects Radicle repos.
Plan COBs (me.hdh.plan) and Context COBs (me.hdh.context) with full task integration. Import Radicle issues as Claude Code tasks, sync completions back, and capture session observations for future agents.
Commands: /rad-import, /rad-sync, /rad-status, /rad-context
Requires: rad-plan and/or rad-context CLIs (features gracefully degrade without them)
Multi-agent worktree dispatch. The plan-manager identifies ready tasks and the worker agent executes them in isolated git worktrees — one commit, one Context COB per task.
Commands: /rad-dispatch, /rad-issue
Agents: plan-manager, worker
rad auth)rad node start)rad-plan CLI for Plan COB supportrad-context CLI for Context COB supportAdd the marketplace to your settings file (~/.claude/settings.json for global, .claude/settings.json for project):
{
"extraKnownMarketplaces": {
"rad-skill": {
"source": {
"source": "git",
"url": "https://seed.radicle.garden/zvBj4kByGeQSrSy2c4H7fyK42cS8.git"
}
}
}
}
Then enable the plugins you need:
{
"enabledPlugins": {
"radicle@rad-skill": true
}
}
Core only — basic Radicle CLI support:
"enabledPlugins": { "radicle@rad-skill": true }
Core + extras — task workflows and session observations:
"enabledPlugins": { "radicle@rad-skill": true, "radicle-extras@rad-skill": true }
Full stack — add multi-agent orchestration:
"enabledPlugins": { "radicle@rad-skill": true, "radicle-extras@rad-skill": true, "radicle-autonomy@rad-skill": true }
Multiple agents work in parallel git worktrees, using COBs as the shared coordination layer. COBs live in ~/.radicle/storage/ and are visible from all worktrees instantly — code is isolated per worktree, metadata flows freely.
/rad-import <issue-id> creates tasks, optionally saves as a Plan COB/rad-dispatch <plan-id> identifies ready tasks and provides worker launch instructionsclaude --worktree sessions per task — each worker claims a task, implements, produces a commit + Context COB/rad-dispatch to see context feedback and the next batch of ready tasks/rad-sync closes the plan and issueIssues are feature-level ("Implement auth"), tasks are work items ("Create middleware", "Write tests"). One issue becomes multiple tasks, each sized for a single session.
Sync uses conservative completion — an issue closes only when 100% of linked tasks are done.
rad clone rad:z4L8L9ctRYn2bcPuUT4GRz7sggG1v
cd radicle-plan-cob
cargo install --path .
rad-plan --version
rad clone rad:z2qBBbhVCfMiFEWN55oXKTPmKkrwY
cd radicle-context-cob
cargo install --path .
rad-context --version
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.
Plan and Context COB support for Radicle task workflows - import issues, sync tasks, capture session observations
Multi-agent orchestration for Radicle plans - dispatch tasks to parallel worktree workers
Review codebases against project-specific CONTRIBUTING_BOT.md engineering standards and apply fixes.
npx claudepluginhub deanh/rad-skill --plugin radicleUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
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.
45% cost reduction measured. Cache expiry prevention, SubTask auto-delegation, zero-cost context restoration, real-time cost dashboard. The only Claude Code plugin built from CC source analysis.