Research
Verify sources before presenting findings. Use when asked to research links or documentation.From its SKILL.md
npx -y skills add spences10/skills --skill researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.7 KB, 379 tokens by cl100k_base, as published. Nobody here has run it
Verified Research
For choosing search, extraction, npm package, or wider tooling workflows, use ecosystem-guide.
Quick Start
- Fetch actual source content (don't trust snippets)
- Verify claims before presenting
- Report failures explicitly
Tool Priority
- GitHub repos →
gh apivia Bash - npm packages →
npmx.devAPI via WebFetch (see npm-package-research.md) - Doc pages →
tavily_extract_process - Quick answers →
ai_search(perplexity/kagi_fastgpt/exa_answer) - Discovery →
web_searchorgithub_search - Fallback → Clone repo via subagent
Core Rules
- Never present unverified findings - fetch actual content first
- Partial data ≠ success - try next tool, report failures
- No source substitution without user consent
- Flag contradictions - don't silently pick one source
References
- verification-patterns.md - Source conflicts, cutoff handling
- ai-search-providers.md - exa_answer, perplexity, kagi usage
- hallucination-prevention.md - CoVe, atomic facts
- repo-cloning-pattern.md - Subagent clone workflow
- partial-data-failures.md - Rate limits, fallbacks
- npm-package-research.md - npmx.dev type docs, version resolution, fallbacks
What ships with it: 6 files
20.5 KB alongside SKILL.md
references/
- ai-search-providers.md1.9 KB
- hallucination-prevention.md1.5 KB
- npm-package-research.md2.2 KB
- partial-data-failures.md4.3 KB
- repo-cloning-pattern.md1.3 KB
- verification-patterns.md9.4 KB