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-typescriptThis skill is limited to using the following tools:
```
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
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):