parallel-deep-research
Deep multi-source research via Parallel API. Use when user explicitly asks for thorough research, comprehensive analysis, or investigation of a topic. For quick lookups or news, use parallel-search instead.
npx skills add majiayu000/claude-skill-registry --skill parallel-deep-research --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Parallel Deep Research Deep, multi-source research for complex topics requiring synthesis from many sources. Returns comprehensive reports with citations. ## When to Use Trigger this skill when the user asks for: - "deep research on...", "thorough investigation of...", "comprehensive report about..." - "research everything about...", "full analysis of..." - Complex topics requiring synthesis from 10+ sources - Competitive analysis, market research, due diligence - Questions where depth and accuracy matter more than speed **NOT for:** - Quick lookups or simple questions (use parallel-search) - Current news or recent events (use parallel-search with `--after-date`) - Reading specific URLs (use parallel-extract) ## Quick Start ```bash parallel-cli research run "your research question" --processor pro-fast --json -o ./report ``` ## CLI Reference ### Basic Usage ```bash parallel-cli research run "<question>" [options] ``` ### Common Flags | Flag | Description | |------|-------------| | `-p, --processor <tier>` | Processor tier (see table below) | | `--json` | Output as JSON | | `-o, --output <path>` | Save results to file (creates .json and .md) | | `-f, --input-file <path>` | Read qu
- When to Use
- Quick Start
- CLI Reference
- Basic Usage
- Common Flags
- Processor Tiers
- Examples
- Best-Practice Prompting
- Research Question
- Response Format
- Output Handling
- Running Out of Context?
- Error Handling
- Prerequisites
parallel-cli research run "your research question" --processor pro-fast --json -o ./report parallel-cli research run "<question>" [options] parallel-cli research run "What are the latest developments in quantum computing?" \ parallel-cli research run "Compare Stripe, Square, and Adyen payment platforms: features, pricing, market position, and developer experience" \ Create question file cat > /tmp/research-question.txt << 'EOF' parallel-cli research run -f /tmp/research-question.txt \ Start research without waiting parallel-cli research run "research question" --no-wait Check status later
What does the parallel-deep-research skill do?
Deep multi-source research via Parallel API. Use when user explicitly asks for thorough research, comprehensive analysis, or investigation of a topic. For quick lookups or news, use parallel-search instead.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill parallel-deep-research --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
