skills/websearch-quick/SKILL.md
Fast, targeted single-pass search strategy for simple factual lookups. 1-iteration workflow with authoritative source verification and minimal citations. Use for version lookups, documentation finding, simple definitions, existence checks. Keywords: what version, find docs, link to, what is, does X support.
npx skillsauth add thomasholknielsen/claude-code-config websearch-quickInstall 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.
Provides fast, targeted search methodology for simple questions requiring direct factual answers from authoritative sources. Implements single-pass workflow with precise query formulation and minimal citation overhead.
Use this skill when the research question requires:
Triggers: Keywords like "what version", "find docs", "link to", "what is", "does X support", "URL for"
Objective: Execute 1-2 targeted queries, identify 1-2 authoritative sources, extract concise answer.
Generate 1-2 highly specific queries using advanced operators:
Query Strategy:
site: operator for authoritative domainsfiletype: for specific document types"exact phrase" for precisionafter:YYYY for latest informationExamples:
Version Lookup:
- site:npmjs.com "react-router" "version"
- site:github.com "react-router" "releases" after:2025
Documentation Finding:
- site:terraform.io "aws provider" "documentation"
- site:docs.python.org "asyncio"
Simple Definition:
- site:graphql.org "what is GraphQL"
- "GraphQL definition" site:official-docs
Existence Check:
- site:nextjs.org "Server Components" "support"
- "Next.js Server Components" site:vercel.com
Target Authoritative Sources:
Credibility Hierarchy:
Extract direct answer with minimal context:
Answer Format:
{Concise 1-3 sentence answer with inline citation [1]}
Optional: {1 sentence additional context if needed} [2]
Examples:
Version Lookup:
React Router v7.2.0 was released on March 15, 2025 [1]. The release introduced new data loading APIs and improved TypeScript support [1].
Documentation Finding:
The Terraform AWS Provider documentation is available at https://registry.terraform.io/providers/hashicorp/aws/latest/docs [1].
Simple Definition:
GraphQL is a query language for APIs that allows clients to request exactly the data they need [1].
Existence Check:
Yes, Next.js 14+ supports Server Components as a stable feature [1]. Server Components are enabled by default in the App Router [1].
Provide 1-2 citations with essential information only:
Citation Format:
[1] **{Source Title}**
- URL: {URL}
- Author/Org: {organization}
- Date: {YYYY-MM-DD}
- Excerpt: "{1-sentence quote}"
Example:
[1] **React Router v7 Release Notes**
- URL: https://github.com/remix-run/react-router/releases/tag/v7.2.0
- Author/Org: Remix Team
- Date: 2025-03-15
- Excerpt: "React Router v7.2.0 introduces new data loading APIs..."
Quick verification checklist:
No iteration - single pass only for quick mode.
# Web Research Analysis (Quick Mode)
**Research Mode**: quick
**Objective**: {1-sentence: what was researched}
---
## Answer
{Concise 1-3 sentence answer with inline citations [1][2]}
---
## Source Citations
[1] **{Source Title}**
- URL: {URL}
- Author/Org: {author/org}
- Date: {date}
- Excerpt: "{quote}"
[2] **{Source Title}** (if applicable)
- URL: {URL}
- Author/Org: {author/org}
- Date: {date}
- Excerpt: "{quote}"
Scenario: "What version of React Router was released in 2025?"
Process:
Query (1):
site:github.com "react-router" "releases" "2025"
Source Identified (1):
React Router GitHub Releases [1]
Answer Extracted:
React Router v7.2.0 was released on March 15, 2025 [1].
Citation:
[1] React Router v7.2.0 Release
- URL: https://github.com/remix-run/react-router/releases/tag/v7.2.0
- Author/Org: Remix Team
- Date: 2025-03-15
- Excerpt: "v7.2.0 Release Notes..."
Verification: ✅ Authoritative (official repo), ✅ Recent, ✅ Directly answers question
Output: Quick Mode Context File with concise answer and 1 citation
Scenario: "Find docs for Python asyncio"
Process:
Query (1):
site:docs.python.org "asyncio"
Source Identified (1):
Python Official Documentation [1]
Answer Extracted:
The Python asyncio documentation is available at https://docs.python.org/3/library/asyncio.html [1].
Citation:
[1] Python asyncio Documentation
- URL: https://docs.python.org/3/library/asyncio.html
- Author/Org: Python Software Foundation
- Date: 2025-01-10 (last updated)
- Excerpt: "asyncio is a library to write concurrent code using async/await syntax."
Verification: ✅ Official docs, ✅ Recent, ✅ Direct link
Output: Quick Mode summary with documentation URL
Scenario: "What is GraphQL?"
Process:
Queries (2):
- site:graphql.org "what is GraphQL"
- "GraphQL definition"
Sources Identified (1 primary):
GraphQL Official Site [1]
Answer Extracted:
GraphQL is a query language for APIs and a runtime for fulfilling queries with existing data [1].
It was developed by Facebook and provides a complete description of the data in your API [1].
Citations:
[1] GraphQL Introduction
- URL: https://graphql.org/
- Author/Org: GraphQL Foundation
- Date: 2024-12-01 (last updated)
- Excerpt: "GraphQL is a query language for APIs and a runtime for fulfilling those queries..."
Verification: ✅ Official source, ✅ Clear definition
Output: Quick Mode summary with definition and official citation
Scenario: "Does Next.js support Server Components?"
Process:
Query (1):
site:nextjs.org "Server Components" "support"
Source Identified (1):
Next.js Official Documentation [1]
Answer Extracted:
Yes, Next.js 14+ supports Server Components as a stable feature [1]. Server Components are
enabled by default in the App Router and allow rendering components on the server [1].
Citation:
[1] Next.js Server Components Documentation
- URL: https://nextjs.org/docs/app/building-your-application/rendering/server-components
- Author/Org: Vercel
- Date: 2025-01-20
- Excerpt: "Server Components are a new feature that allow you to render components on the server..."
Verification: ✅ Official docs, ✅ Recent, ✅ Confirms existence and provides context
Output: Quick Mode summary confirming Server Components support
site:official-domain.com before broader searchesQuery: site:{official-repo} "{package}" "version" "release" after:YYYY
Source: GitHub releases, npm registry, official changelog
Answer: "{Package} v{X.Y.Z} released on {date} [1]"
Query: site:{official-docs-domain} "{topic}"
Source: Official documentation site
Answer: "Documentation available at {URL} [1]"
Query: site:{official-site} "{feature}" "support"
Source: Official feature documentation
Answer: "Yes/No, {product} supports {feature} [1]. {1-sentence context} [1]"
Issue 1: Multiple Conflicting Versions
Issue 2: No Official Documentation Found
Issue 3: Question More Complex Than Expected
site: operator for authoritative domains.agent/Session-{name}/context/research-web-analyst.mddata-ai
Explain what this skill does and when Claude should use it. Include trigger keywords and use cases.
development
Standard multi-source verification search strategy for moderate complexity research. 2-iteration workflow with source ranking, consensus identification, and citation transparency. Use for feature comparisons, moderate complexity topics, fact-checking. Keywords: compare, differences, features, fact-check, verify, what are.
development
ChatGPT-style deep research strategy with problem decomposition, multi-query generation (3-5 variations per sub-question), evidence synthesis with source ranking, numbered citations, and iterative refinement. Use for complex architecture decisions, multi-domain synthesis, strategic comparisons, technology selection. Keywords: architecture, integration, best practices, strategy, recommendations, comparison.
development
Formats and validates JSON data. Use when you need to pretty-print JSON, fix formatting issues, or validate JSON syntax. ALWAYS USE THIS when doing JSON Formatting