By deanh
Plan and Context COB support for Radicle task workflows - import issues, sync tasks, capture session observations
Import a Radicle issue and break it down into actionable Claude Code tasks
Sync completed tasks back to Radicle issues and Plan COBs with rollup logic
Display a unified overview of Radicle repo state — open issues, active plans, and session tasks
Create, list, show, and link Context COBs that capture AI session observations
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.
npx claudepluginhub deanh/rad-skill --plugin radicle-extrasMulti-agent orchestration for Radicle plans - dispatch tasks to parallel worktree workers
Radicle CLI support for Claude Code - patches, issues, node operations, and peer-to-peer collaboration
Review codebases against project-specific CONTRIBUTING_BOT.md engineering standards and apply fixes.
Harness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
v9.54.1 — Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows