By gallanoe
Multi-agent orchestration framework for Claude Code. When enabled, the orchestrator agent becomes the main thread (via settings.json), classifying user intent and delegating to specialist subagents: explorer, researcher, reasoner, planner, scope-analyst, critic, code-reviewer, frontend, document-writer, viewer, general.
Post-implementation code review. Use AFTER code is written to review the actual diff for correctness, style, and risk. Independent context — won't be biased by the implementer's reasoning.
Critiques an existing written plan or design doc — requires plan as input. Use AFTER a plan exists but BEFORE coding starts to find gaps, flag load-bearing assumptions, and red-team the approach.
Technical documentation specialist. Use for READMEs, API docs, guides, runbooks, design docs.
Codebase search specialist. Use to find patterns, implementations, files, or symbols in the workspace. Returns structured findings with file paths and line numbers, not full file contents.
UI/UX implementation only. Use for React/Vue/Svelte components, CSS, accessibility, responsive design, and frontend-specific patterns. Not for backend code — use general.
Use when about to spawn a specialist subagent and crafting the delegation prompt. Provides the 7-section template that ensures specialists can execute without follow-up turns.
Use when implementing code changes that need to be verified correct. Provides the SPEC → RED → GREEN → REFACTOR workflow with evidence requirements at each step.
Uses power tools
Uses Bash, Write, or Edit tools
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.
A multi-agent orchestration framework (plugin) for Claude Code.
When clanka is enabled, the orchestrator agent becomes the main conversation thread. This is configured via the plugin's root settings.json ("agent": "orchestrator"), which Claude Code loads at session start.
The orchestrator never implements directly — it has no Edit tool and its Write is restricted to the run-directory at .claude/clanka/run/. Instead, it:
delegation skill (a 7-section prompt template that ensures specialists can execute without follow-up turns).A run-scoped memory layer under .claude/clanka/run/<task-id>/ carries state across steps. After each unit-level milestone the orchestrator writes a progress.json checkpoint there, which survives context compaction.
/plugin marketplace add gallanoe/clanka
/plugin install clanka@clanka
/reload-plugins
Restart Claude Code once after installing. The orchestrator is set as the main agent at session start via settings.json — a reload alone is not enough on first install.
While clanka is enabled, every session is orchestrator-driven. That means:
general worker rather than implemented inline.Disable via /plugin when you want a normal single-agent session.
| Agent | Model | Role |
|---|---|---|
orchestrator | opus | Main thread; classifies intent, delegates, synthesizes, verifies; never implements directly |
explorer | sonnet | Codebase search; returns findings with file:line, not file dumps |
researcher | sonnet | External docs/web research with citations |
reasoner | opus | Deep reasoning for hard architecture/debugging; read-only; used sparingly |
planner | sonnet | Breaks a goal into an ordered, atomic plan |
scope-analyst | sonnet | Pre-planning; surfaces ambiguities as clarifying questions |
critic | opus | Red-teams a plan before coding |
code-reviewer | opus | Post-implementation diff review in independent/fresh context |
frontend | sonnet | UI / React / CSS / accessibility implementation |
document-writer | sonnet | Technical docs (READMEs, guides, references) |
viewer | sonnet | Interprets screenshots, PDFs, images, diagrams |
general | sonnet | Default implementation worker (backend, scripts, refactors, fixes) |
These are prompt-encoded conventions the orchestrator is instructed to follow, not hard runtime guarantees enforced by a separate runtime layer.
Read-only / advisory tasks fan out to multiple specialists in parallel — explorer + researcher, for example, can run simultaneously.
Write / coding work is routed by coupling. Before delegating, the orchestrator applies a Coupling Test:
general or frontend worker that carries full context for all sub-steps.After implementation, a cold code-reviewer pass runs in a fresh context (no prior worker reasoning in scope).
Skills used by the orchestrator:
delegation — a 7-section template (TASK, EXPECTED OUTCOME, REQUIRED SKILLS, REQUIRED TOOLS, MUST DO, MUST NOT DO, CONTEXT) that ensures specialists can execute without follow-up turns.verification — a SPEC → RED → GREEN → REFACTOR workflow for write-workers, with evidence requirements at each phase.Bump version in .claude-plugin/plugin.json, push to the repo, then run:
/plugin marketplace update clanka
on each machine. Updates are version-gated — no version bump means no update is detected.
Current version: 0.2.0 (see .claude-plugin/plugin.json).
MIT
npx claudepluginhub gallanoe/clanka --plugin antirotUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications