Marketplace research

Multi-source parallel research with confidence-based synthesis.

install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/consiliency/research" ~/.claude/skills/aiskillstore-marketplace-research && rm -rf "$T"
manifest: skills/consiliency/research/SKILL.md
source content

Research Skill

Multi-source parallel research with confidence-based synthesis.

Trigger Phrases

When user asks:

  • "research X for me"
  • "find out about X"
  • "what's the current status of X"
  • "gather information on X"
  • "deep dive into X"

Quick Reference

ModeSpeedDepthUse Case
quick~30sShallowFact check, simple lookup
standard~2minModerateTypical research
extensive~8minDeepComprehensive analysis

Command

/ai-dev-kit:research [mode] [query]

Mode Selection

Need quick answer? ─────────────► quick
  │
  ├─ Need current info? ────────► standard
  │
  └─ Need comprehensive? ───────► extensive

Research Types

TypeSourcesBest For
WebWebSearchCurrent events, latest docs
DocsLocal ai-docs/Library usage, patterns
CodeCodebase grepImplementation examples

Confidence Levels

LevelMeaningSource Count
HIGHVery reliable3+ agree
MEDIUMLikely accurate2 agree
LOWNeeds verification1 only
CONFLICTINGCheck manuallySources disagree

Cookbook

  • cookbook/quick-mode.md
    - Fast fact-checking pattern
  • cookbook/standard-mode.md
    - Balanced research pattern
  • cookbook/extensive-mode.md
    - Deep research pattern

Reference

  • reference/researcher-types.md
    - Available researcher agents
  • reference/synthesis-patterns.md
    - How findings are combined

Common Gotchas

  • Timeout: Extensive mode may timeout on slow connections. Results are still returned.
  • Docs only: If web is down, doc-only results are returned with note.
  • Conflicting info: Review "Conflicting Information" section when present.