Researching web
Skill alexei-led/cc-thingz/dist/claude/discovery/skills/researching-web
Portable skills, agents, hooks, and Pi extensions for Claude Code, Codex CLI, Copilot, Cursor, Grok, and Pi.
npx -y skills add alexei-led/cc-thingz --skill researching-webAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
2.3 KB, as published. Nobody here has run it
Web Research
Follow the base skill. This Claude overlay only defines tool use and execution details.
Claude tool rules
- Use Perplexity for broad research questions, comparisons, or source discovery when it is available.
- Use
WebFetchto inspect primary or official sources directly after source discovery. - Do not answer research questions from memory.
- Do not route exact API syntax or code-example questions here; use
looking-up-docs. - Do not route repo-specific questions here when local files can answer them.
Tool selection on Claude
- Simple factual question: use the smallest web query that can answer it.
- Source selection: use Perplexity or another available search-capable tool, then fetch the best sources.
- Broad investigation: use Perplexity first when it fits; if the runtime offers a deeper research mode, use it when the question truly needs it.
- Follow-up detail: fetch only the sources needed to support the claim.
Inspect enough sources to support the answer. Do not fetch every citation unless the risk or ambiguity justifies it.
Source handling
- Prefer official docs, standards, vendor docs, maintainer posts, and primary announcements.
- Treat forum summaries and secondary blogs as supporting evidence, not sole authority, when stronger sources should exist.
- If sources conflict, show the conflict and reduce confidence.
- If only a research plan is possible, say that final evidence must be grounded in URL-cited sources.
Optional delegation
Use Task only for broad background research that can run independently without
changing the output contract. Keep the prompt bounded and ask it to return cited
facts, not final recommendations.
Output
Use the base skill's Research Result output contract exactly.