Agent skill
web-search-patterns
Best practices and patterns for effective web searching
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/web-search-patterns
SKILL.md
Web Search Patterns
This document outlines best practices and patterns for using the Gemini Search plugin.
Search Query Optimization
Query Structure
- Use specific keywords rather than broad terms
- Include context words when needed
- Avoid ambiguous phrases
- Formulate questions as direct queries
Effective Search Patterns
Informational Queries
- "What is [topic]?"
- "[Topic] overview"
- "How does [process] work?"
Comparative Queries
- "[A] vs [B]"
- "Difference between [A] and [B]"
- "Compare [A] vs [B]"
Problem-Solving Queries
- "[Problem] solution"
- "How to fix [problem]"
- "Troubleshooting [issue]"
Advanced Search Techniques
Boolean Operations
- Use quotes for exact phrases: "exact phrase"
- Use AND, OR, NOT operators
- Use wildcards: [term]* or [term]?
Source Filtering
- Domain-specific searches: [query] site:domain.com
- Date filtering when available
- Content type filtering
Best Practices
Before Searching
- Clarify your search intent
- Think of multiple ways to phrase the question
- Consider related terms or synonyms
After Search
- Verify source reliability
- Cross-reference important facts
- Note the search date for time-sensitive topics
Performance Considerations
- Be specific to reduce irrelevant results
- Use the cache when re-searching similar topics
- Check /search-stats to understand usage patterns
Didn't find tool you were looking for?