Help us improve
Share bugs, ideas, or general feedback.
From claude-knowledge-sdk
Orchestrate multi-agent research with recursive self-improvement. USE THIS SKILL whenever the user asks for comprehensive research, deep analysis, multi-source comparison, or investigation across documentation, codebases, and web sources. Trigger for: "research", "deep dive", "investigate", "compare", "survey", "comprehensive analysis", "find out everything about", or any question that needs multiple sources to answer well. This skill spawns parallel subagents, synthesizes findings, evaluates gaps, and recursively improves.
npx claudepluginhub jadecli/claude-knowledge-sdk-typescriptHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-knowledge-sdk:research-loopinheritThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
Lead Agent (Opus) ─── classifies query
│
├── Subagent 1 (Sonnet) ── explores subtopic A
├── Subagent 2 (Sonnet) ── explores subtopic B
└── Subagent N (Sonnet) ── explores subtopic N
│
└── Lead synthesizes ── evaluates gaps ── spawns follow-ups
Determine query complexity:
For each subagent, define:
Fan out all subagents in parallel using the Agent tool. Each subagent:
The lead agent merges all subagent findings into:
Use Haiku to evaluate the synthesis for gaps:
| Query Type | Agents | Tool Calls/Agent | Model |
|---|---|---|---|
| Simple | 0 | 0 | haiku |
| Lookup | 1 | 3-10 | sonnet |
| Comparison | 2-5 | 10-15 | sonnet |
| Deep Dive | 2-4 | 10-15 | sonnet |
| Survey | 5-10 | 10-15 | sonnet |
Always use BLUF (Smart Brevity):