Research
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/consiliency/research
π§ The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.
npx -y skills add ComeOnOliver/skillshub --skill researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Multi-source parallel research with confidence-based synthesis.
SKILL.md
1.9 KB, 450 tokens by cl100k_base, as published. Nobody here has run it
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
cookbook/quick-mode.md- Fast fact-checking patterncookbook/standard-mode.md- Balanced research patterncookbook/extensive-mode.md- Deep research pattern
Reference
reference/researcher-types.md- Available researcher agentsreference/synthesis-patterns.md- How findings are combined
Common Gotchas
- Timeout: Extensive mode may timeout on slow connections. Results are still returned.
- Docs only: If web is down, doc-only results are returned with note.
- Conflicting info: Review "Conflicting Information" section when present.
What ships with it
22.1 KB alongside SKILL.md
GitHub clipped this repositoryβs file list, so this is at least 5 files and may be more.
cookbook/
- extensive-mode.md3.1 KB
- quick-mode.md1.2 KB
- standard-mode.md1.7 KB
reference/
- researcher-types.md2.5 KB
- skill-report.json13.7 KB