This is a production-grade wrapper around Gemini's deep research API that actually handles the messy parts: async polling with adaptive intervals, RAG grounding against local codebases via ephemeral file stores, cost estimation before you commit, and structured output in markdown, HTML, or PDF. The security model is thoughtful: it auto-excludes .env files and credentials, shows you exactly what gets uploaded with dry-run, and cleans up ephemeral stores when done. You'd reach for this when Claude needs to answer questions that require synthesizing information from multiple sources or your own documentation, especially in codebases where context matters. The agent integration is clean with JSON contracts and decision trees, though you'll want to set cost guards since deep research runs can add up quickly.
npx skills add https://github.com/24601/agent-deep-research --skill deep-research