Agent skill

research

Multi-source parallel research with confidence-based synthesis.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-aiskillstore-marketplace --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/research-aiskillstore-marketplace/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 Multi-source parallel research with confidence-based synthesis. ## Trigger Phrases When user asks: - "research X for me" - "find out about X" - "what's the current status of X" - "gather information on X" - "deep dive into X" ## Quick Reference | Mode | Speed | Depth | Use Case | |------|-------|-------|----------| | quick | ~30s | Shallow | Fact check, simple lookup | | standard | ~2min | Moderate | Typical research | | extensive | ~8min | Deep | Comprehensive analysis | ## Command ``` /ai-dev-kit:research [mode] [query] ``` ## Mode Selection ``` Need quick answer? ─────────────► quick │ ├─ Need current info? ────────► standard │ └─ Need comprehensive? ───────► extensive ``` ## Research Types | Type | Sources | Best For | |------|---------|----------| | Web | WebSearch | Current events, latest docs | | Docs | Local ai-docs/ | Library usage, patterns | | Code | Codebase grep | Implementation examples | ## Confidence Levels | Level | Meaning | Source Count | |-------|---------|--------------| | HIGH | Very reliable | 3+ agree | | MEDIUM | Likely accurate | 2 agree | | LOW | Needs verification | 1 only | | CONFLICTING | Check manually | Sources disagree | ## Cookbook

What's inside
Steps it walks through
  1. Trigger Phrases
  2. Quick Reference
  3. Command
  4. Mode Selection
  5. Research Types
  6. Confidence Levels
  7. Cookbook
  8. Reference
  9. Common Gotchas
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research skill do?

Multi-source parallel research with confidence-based synthesis.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-aiskillstore-marketplace --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