Skip to main content

research

Verify sources before presenting findings. Use when asked to research links or documentation.

Stars
33
Source
spences10/claude-code-toolkit
Updated
2026-04-29
Slug
spences10--claude-code-toolkit--research
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/spences10/claude-code-toolkit/HEAD/plugins/toolkit-skills/skills/research/SKILL.md -o .claude/skills/research.md

Drops the SKILL.md into .claude/skills/research.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Verified Research

Quick Start

  1. Fetch actual source content (don't trust snippets)
  2. Verify claims before presenting
  3. Report failures explicitly

Tool Priority

  1. GitHub reposgh api via Bash
  2. npm packagesnpmx.dev API via WebFetch (see npm-package-research.md)
  3. Doc pagestavily_extract_process
  4. Quick answersai_search (perplexity/kagi_fastgpt/exa_answer)
  5. Discoveryweb_search or github_search
  6. 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