From research
Researches topics online via web search and page fetching. Use whenever current external information is needed — when the user asks to research, look up, investigate, compare options, find documentation, fact-check, or get details beyond the codebase or training data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/research:web-researchclaude-opus-4-6[1m]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ground answers in current, citable sources. The skill assumes the model already
Ground answers in current, citable sources. The skill assumes the model already knows how to think — it provides ordering, source-quality heuristics, and reporting expectations only.
WebSearch with precise terms. Run multiple queries in parallel
when investigating distinct angles or comparing alternatives.WebFetch with a focused extraction prompt — pull
only the slice you need, not the whole page. For GitHub URLs prefer gh (e.g.
gh api, gh pr view) over WebFetch.Prefer in this order:
Discount AI-generated content farms, undated tutorials, SEO aggregator sites, and any source that cannot be tied to a person, org, or date.
For library/framework documentation (React, Django, FastStream, Vespa, anything
imported in the codebase), the project ships Context7 MCP. Use
mcp__plugin_context7_context7__resolve-library-id followed by query-docs
instead of a generic web search — version-accurate docs return faster and
without summarisation drift.
Fall back to WebSearch only when Context7 has no entry for the library or the
question is about something Context7 does not cover (release notes, security
advisories, community discussion, blog posts).
Keep the answer focused on what the user asked. Default structure:
Do not narrate the search process. The user wants the answer, not a transcript of how you found it.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub pysilver/cc-tools --plugin research