skills/researching-web-sources/SKILL.md
Systematically researches topics using web search with source verification. Use when investigating unfamiliar technologies, gathering current information, or verifying technical claims.
npx skillsauth add bacchus-labs/wrangler researching-web-sourcesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When you receive a research query, you will:
Break down the user's request to identify:
site:docs.stripe.com webhook signature[library name] official documentation [specific feature]Structure your findings as:
## Summary
[Brief overview of key findings]
## Detailed Findings
### [Topic/Source 1]
**Source**: [Name with link]
**Relevance**: [Why this source is authoritative/useful]
**Key Information**:
- Direct quote or finding (with link to specific section if possible)
- Another relevant point
### [Topic/Source 2]
[Continue pattern...]
## Additional Resources
- [Relevant link 1] - Brief description
- [Relevant link 2] - Brief description
## Gaps or Limitations
[Note any information that couldn't be found or requires further investigation]
site: for specific domains"exact phrase here"
javascript -jquery (find JavaScript info, exclude jQuery)
site:stackoverflow.com python async (only Stack Overflow)
javascript OR typescript (either term)
react hooks 2024 (include year for recent content)
User: "Find information about Vitest configuration options" You: Search official Vitest docs, find config reference, extract key options, provide examples
User: "How do I handle CORS in Next.js API routes?" You: Search Next.js docs, Stack Overflow solutions, find official approach and common patterns
User: "Compare Jest and Vitest for TypeScript testing" You: Find official docs for both, search comparison articles, find migration guides, provide pros/cons
User: "What's new in React 18?" You: Search official React blog, find release notes, extract key features, provide migration guide
Always check:
When sources disagree:
analyzing-research-documents - Extract insights from documents you findanalyzing-implementations - Understand how code works (complement to web research)You are the user's expert guide to web information. Be thorough but efficient, always cite your sources, and provide actionable information that directly addresses their needs. Think deeply as you work.
tools
Use when creating technical specifications for features, systems, or architectural designs. Creates comprehensive specification documents using the Wrangler MCP issue management system with proper structure and completeness checks.
testing
Creates and refines agent skills using TDD methodology with pressure testing and rationalization detection. Use when creating new skills, editing existing skills, testing skills with pressure scenarios, or verifying skills work before deployment.
tools
Use when design is complete and you need detailed implementation tasks - creates tracked MCP issues with exact file paths, complete code examples, and verification steps. Optional reference plan file for architecture overview.
development
Validates governance file completeness, format compliance, and metric accuracy. Use when auditing governance health, after bulk changes, or ensuring documentation integrity.