Agent skill · Workflow & Productivity

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).

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/research-handoff-oracle/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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`

What's inside
Steps it walks through
  1. When to use
  2. Workflow
  3. 1) Scope & Assumptions
  4. 2) Context Inventory (local files)
  5. 3) Codebase Recon
  6. 4) Web Research
  7. 5) Gemini Oracle Critique
  8. 6) Build the Prompt
  9. 7) Build the Desktop Bundle
  10. 8) Zip the Bundle (required)
  11. 9) Final Response
  12. Output Template (minimal)
  13. Quality Checklist
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going