research

Multi-source parallel research with confidence-based synthesis.

242 stars

Best use case

research is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Multi-source parallel research with confidence-based synthesis.

Multi-source parallel research with confidence-based synthesis.

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "research" skill to help with this workflow task. Context: Multi-source parallel research with confidence-based synthesis.

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/research/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/consiliency/research/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/research/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How research Compares

Feature / AgentresearchStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Multi-source parallel research with confidence-based synthesis.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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

| Mode | Speed | Depth | Use Case |
|------|-------|-------|----------|
| quick | ~30s | Shallow | Fact check, simple lookup |
| standard | ~2min | Moderate | Typical research |
| extensive | ~8min | Deep | Comprehensive analysis |

## Command

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

## Mode Selection

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

## Research Types

| Type | Sources | Best For |
|------|---------|----------|
| Web | WebSearch | Current events, latest docs |
| Docs | Local ai-docs/ | Library usage, patterns |
| Code | Codebase grep | Implementation examples |

## Confidence Levels

| Level | Meaning | Source Count |
|-------|---------|--------------|
| HIGH | Very reliable | 3+ agree |
| MEDIUM | Likely accurate | 2 agree |
| LOW | Needs verification | 1 only |
| CONFLICTING | Check manually | Sources 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.

Related Skills

wiki-researcher

242
from aiskillstore/marketplace

Conducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how something works across multiple files, or asks for comprehensive analysis of a specific system or pattern.

research-engineer

242
from aiskillstore/marketplace

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

context7-auto-research

242
from aiskillstore/marketplace

Automatically fetch latest library/framework documentation for Claude Code via Context7 API

research-merge

242
from aiskillstore/marketplace

Processes research branches from Claude Code Web sessions - merges content, moves docs to docs/research/, and creates GitHub issues. Use when /popkit:next detects research branches or when manually processing research from mobile sessions. Do NOT use for regular feature branches - only for branches matching claude/research-* or containing research documentation.

web-research

242
from aiskillstore/marketplace

Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research.

research-driven-planning

242
from aiskillstore/marketplace

Loop 1 of the Three-Loop Integrated Development System. Research-driven requirements analysis with iterative risk mitigation through 5x pre-mortem cycles using multi-agent consensus. Feeds validated, risk-mitigated plans to parallel-swarm-implementation. Use when starting new features or projects requiring comprehensive planning with <3% failure confidence and evidence-based technology selection.

research-lookup

242
from aiskillstore/marketplace

Look up current research information using Perplexity's Sonar Pro Search or Sonar Reasoning Pro models through OpenRouter. Automatically selects the best model based on query complexity. Search academic papers, recent studies, technical documentation, and general research information with citations.

research-grants

242
from aiskillstore/marketplace

Write competitive research proposals for NSF, NIH, DOE, and DARPA. Agency-specific formatting, review criteria, budget preparation, broader impacts, significance statements, innovation narratives, and compliance with submission requirements.

notion-research-documentation

242
from aiskillstore/marketplace

Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.

market-research-reports

242
from aiskillstore/marketplace

Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.

gemini-research-subagent

242
from aiskillstore/marketplace

Delegates large-context code analysis to Gemini CLI. Use when analyzing codebases, tracing bugs across files, reviewing architecture, or performing security audits. Gemini reads, Claude implements.

project-research

242
from aiskillstore/marketplace

Research workflow patterns specific to {project}. Covers research agent coordination, source management, and synthesis strategies.