research-handoff-oracle
Use when asked to create a deep-research handoff bundle: do web research, codebase analysis, Gemini Oracle critique, and produce a prompt + context folder on Desktop for another AI agent (include a zipped archive of the bundle).
npx skills add majiayu000/claude-skill-registry --skill research-handoff-oracle --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.
# Research Handoff (Oracle) Create a reusable, high-quality research handoff for a "super researcher" AI agent. The deliverable is a **Desktop folder** containing: - `PROMPT.md` (the final research prompt) - `context/` (copies of relevant files) - `MANIFEST.md` (list of copied files + why they matter) - `SEARCH_LOG.md` (search queries, sources, dates, filters, and result counts) and a **zip archive** of the entire folder for easy handoff. This skill is **generic** and should work for any question or project. ## When to use - The user wants a **comprehensive prompt** for a separate research agent. - The user asks for **web research + codebase research + Oracle critique**. - The user wants a **Desktop bundle** with the prompt + context files. ## Workflow ### 1) Scope & Assumptions - Restate the goal in 1-2 sentences. - Identify **repositories** and **roots** involved. If ambiguous, ask a short clarification or default to `cwd`. - Capture key constraints (e.g., must use existing logic, preserve tests, auth requirements). - Note any **dates** or recency constraints. ### 2) Context Inventory (local files) - Read **AGENTS.md**, README, CLAUDE/GEMINI files, and core docs/specs. - Use `rg`
- When to use
- Workflow
- 1) Scope & Assumptions
- 2) Context Inventory (local files)
- 3) Codebase Recon
- 4) Web Research
- 5) Gemini Oracle Critique
- 6) Build the Prompt
- 7) Build the Desktop Bundle
- 8) Zip the Bundle (required)
- 9) Final Response
- Output Template (minimal)
- Quality Checklist
What does the research-handoff-oracle skill do?
Use when asked to create a deep-research handoff bundle: do web research, codebase analysis, Gemini Oracle critique, and produce a prompt + context folder on Desktop for another AI agent (include a zipped archive of the bundle).
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-handoff-oracle --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.
