Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Deep Research

ASecurity

Orchestrates two-round parallel agent research with Exa orientation, breadth-first discovery, and depth-focused synthesis. Use when conducting comprehensive research, exploring complex topics requiring multi-source validation, or synthesizing findings from distributed investigation streams.

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
researchgobash

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add bsamiee/Parametric_Portal --skill deep-research --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Deep Research?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Deep Research
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/bsamiee-deep-research/badge)](https://www.skillsdirectory.com/skills/bsamiee-deep-research)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: deep-research
user-invocable: false
description: >-
  Orchestrates two-round parallel agent research with Exa orientation, breadth-first discovery, and depth-focused synthesis. Use when conducting comprehensive research, exploring complex topics requiring multi-source validation, or synthesizing findings from distributed investigation streams.
---

# [H1][DEEP-RESEARCH]
>**Dictum:** *Iterative dispatch with inter-round critique maximizes research coverage.*

<br>

Conduct comprehensive topic research via parallel agent dispatch.

**Workflow:**
1. §ORIENT — Execute 3 Exa searches via `exa-tools` skill, map landscape, extract facets
2. §ROUND_1 — Dispatch 6-10 agents for breadth coverage via `parallel-dispatch` skill
3. §CRITIQUE_1 — Filter findings, retain quality, build skeleton with gaps
4. §ROUND_2 — Dispatch 6-10 agents to flesh out skeleton
5. §CRITIQUE_2 — Synthesize holistically, deduplicate, produce final output

**Dependencies:**
- `exa-tools` — Web search and code context queries (primary)
- `perplexity-tools` — Deep research and reasoning queries (supplementary)
- `tavily-tools` — Web search with domain governance (supplementary)
- `parallel-dispatch` — Agent orchestration mechanics

**Input:**
- `Topic`: Domain to research
- `OutputPath`: Target file path (passed by invoking command, default: `report.md`)
- `Constraints`: Context, scaffold, style from invoking skill

[CRITICAL]:
- [ALWAYS] Main agent writes to `OutputPath` only—no other files.
- [ALWAYS] Sub-agents RETURN structured text—main agent is sole file writer.
- [NEVER] Sub-agents use Write, Edit, Bash, or create any files.

---
## [1][ORIENT]
>**Dictum:** *Initial queries map landscape before dispatch.*

<br>

Main agent executes exactly 3 Exa searches via `exa-tools` skill before dispatch.

Map domain landscape; identify facets for agent assignment. Produce facet list (6-10 independent research areas) for Round 1.

[IMPORTANT]:
- [ALWAYS] Execute 3 Exa searches via `exa-tools` skill before dispatch.
- [ALWAYS] Extract facet boundaries from results.
- [ALWAYS] Use `deep` search tier for highest-quality results when topic warrants it.
- [NEVER] Dispatch before orient completes.
- [NEVER] Accept sources older than 6 months unless topic is historical.

---
## [2][ROUND_1]
>**Dictum:** *Breadth via parallel dispatch—6-10 agents exploring independent facets.*

<br>

Dispatch 6-10 sub-agents via `parallel-dispatch`. Assign each agent unique scope from orient facets.

**Agent Count:** Scale by task complexity (default: 6).

**Agent Prompt:**
```
Scope: [Specific facet from orient]
Objective: Research this facet comprehensively
Output: Return structured text (CRITICAL → FINDINGS → SOURCES)
Context: [Topic background, constraints]
Constraint: DO NOT write files—return text only
```

[CRITICAL]:
- [ALWAYS] Dispatch ALL agents in ONE message block.
- [ALWAYS] Include "DO NOT write files" constraint in every agent prompt.
- [NEVER] Create overlapping scopes.

---
## [3][CRITIQUE_1]
>**Dictum:** *Main agent builds skeleton—retains quality, identifies gaps.*

<br>

Main agent (NOT sub-agent) processes Round 1 outputs.

| [INDEX] | [ACTION] | [CRITERIA]                                                        |
| :-----: | -------- | ----------------------------------------------------------------- |
|   [1]   | Remove   | Lacks focus, duplicates, no sources, pre-2025, fails quality      |
|   [2]   | Retain   | Addresses topic, sources, dates 2025-2026, converges across range |

Build skeleton from retained findings: `[Domain N]: [findings]` + `Gaps:` + `Depth-Targets:`

[CRITICAL] Skeleton is first corpus—Round 2 fleshes it out.

---
## [4][ROUND_2]
>**Dictum:** *Depth via parallel dispatch—same agent count, focused on skeleton gaps.*

<br>

Dispatch 6-10 sub-agents (same count as Round 1) via `parallel-dispatch`.

**Agent Assignment:**

| [INDEX] | [TYPE]  | [PURPOSE]                   | [COUNT] |
| :-----: | ------- | --------------------------- | ------- |
|   [1]   | Focused | Specific gaps from skeleton | 4-6     |
|   [2]   | Wide    | Broader context for areas   | 2-4     |

**Agent Prompt:**
```
Scope: [Gap or depth-target from skeleton]
Objective: [Focused: fill gap | Wide: broaden context]
Output: Return structured text (CRITICAL → FINDINGS → SOURCES)
Context: [Skeleton content—build on, don't repeat]
Prior: [Relevant Round 1 findings]
Constraint: DO NOT write files—return text only
```

[CRITICAL]:
- [ALWAYS] Same agent count as Round 1.
- [ALWAYS] Include skeleton context.
- [ALWAYS] Include "DO NOT write files" constraint in every agent prompt.

---
## [5][CRITIQUE_2]
>**Dictum:** *Main agent synthesizes holistically—final corpus for downstream use.*

<br>

Main agent (NOT sub-agent) compiles final research output and writes to `OutputPath`.

**Integrate:** Merge Round 2 → skeleton. Cross-reference rounds. Resolve conflicts (prioritize sourced, current, convergent).<br>
**Filter:** Remove duplicates, out-of-scope content, superseded items, unresolved conflicts.<br>
**Write:** Single file to `OutputPath`:
- `## [1][FINDINGS]` — Synthesized research by domain
- `## [2][CONFIDENCE]` — High (convergent), Medium (single-source), Low (gaps)
- `## [3][SOURCES]` — All sources with attribution

---
## [6][VALIDATION]
>**Dictum:** *Gates prevent incomplete synthesis.*

<br>

[VERIFY]:
- [ ] Orient: 3 Exa searches executed via `exa-tools` skill
- [ ] Round 1: 6-10 agents in ONE message, all returned text (no file writes)
- [ ] Critique 1: Skeleton built, gaps identified
- [ ] Round 2: Same count, focused on skeleton, all returned text (no file writes)
- [ ] Critique 2: Final synthesis, duplicates removed
- [ ] Single file written to `OutputPath` by main agent only

Attribution

bsamieebsamiee
View sourceMore from bsamiee →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 8 modes: full research, quick brief, paper review, lit-review, fact-check, three-way literature scan, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report co...

486982 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

805541 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory, coverage-bounded integrity checks, two-stage peer review, and auditable quality-assurance artifacts. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end p...

486981 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →