Agent skill

research

Orchestrate parallel scientist agents for comprehensive research with AUTO mode

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-chanhee-kang-oh-my-gemini-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/analysis/research-chanhee-kang-oh-my-gemini-2/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 Skill Orchestrate parallel scientist agents for comprehensive research workflows with optional AUTO mode for fully autonomous execution. ## Overview Research is a multi-stage workflow that decomposes complex research goals into parallel investigations: 1. **Decomposition** - Break research goal into independent stages/hypotheses 2. **Execution** - Run parallel scientist agents on each stage 3. **Verification** - Cross-validate findings, check consistency 4. **Synthesis** - Aggregate results into comprehensive report ## Usage Examples ``` /oh-my-gemini:research <goal> # Standard research with user checkpoints /oh-my-gemini:research AUTO: <goal> # Fully autonomous until complete /oh-my-gemini:research status # Check current research session status /oh-my-gemini:research resume # Resume interrupted research session /oh-my-gemini:research list # List all research sessions /oh-my-gemini:research report <session-id> # Generate report for session ``` ### Quick Examples ``` /oh-my-gemini:research What are the performance characteristics of different sorting algorithms? /oh-my-gemini:research AUTO: Analyze authentication patterns in this codebase /oh-my-gemini:research How does t

What's inside
Steps it walks through
  1. Overview
  2. Usage Examples
  3. Quick Examples
  4. Research Protocol
  5. Stage Decomposition Pattern
  6. Parallel Scientist Invocation
  7. Smart Model Routing
  8. Routing Decision Guide
  9. Verification Loop
  10. AUTO Mode
  11. Loop Control Protocol
  12. Promise Tags
  13. AUTO Mode Rules
  14. AUTO Mode Example
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research skill do?

Orchestrate parallel scientist agents for comprehensive research with AUTO mode

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-chanhee-kang-oh-my-gemini-2 --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