# Deep Research

> Autonomous documentation retrieval and synthesis using Firecrawl.

- Skill: `jack-taylor-gorman/deep-research` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jack-taylor-gorman/deep-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jack-taylor-gorman/deep-research/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Jack-Taylor-Gorman (https://skillmd.com/u/jack-taylor-gorman)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/jack-taylor-gorman/deep-research

---

# Deep Research Methodology

When the user asks about a new library or API:

1. **Identify** the official documentation URL.
2. Use `firecrawl.search` to find the most relevant pages.
3. Use `firecrawl.crawl` to ingest the full documentation.
4. **Synthesize** a summary in `docs/context/LIBRARY_NAME.md` before writing any code.

**NEVER guess APIs. Always verify via Firecrawl.**

