knowledge-search

Search local knowledge bases with Grep and Glob, then enrich results via WebSearch.

7|3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill knowledge-search-brainbrewlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-search
Source: https://github.com/brainbrewlabs/brainbrew-devkit/tree/main/plugin/config/templates/support/skills/knowledge-search
Command: npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill knowledge-search-brainbrewlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search knowledge bases and documentation to resolve customer issues by locating relevant articles and summaries.

Core Features & Use Cases

  • Knowledge retrieval: Locate relevant articles using Grep and Glob across local KB files.
  • External lookup: If local results are insufficient, invoke WebSearch to fetch external documentation.
  • Knowledge gap flagging: Identify topics with no good match and escalate for review.

Quick Start

Search the knowledge base for the issue using Grep and Glob, then read the top matching articles and consult WebSearch if needed.

Frequently Asked Questions about knowledge-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search a local knowledge base to find articles for customer support?

Search a local knowledge base by using Grep and Glob to locate relevant articles and summaries across local files, then read the top matching results to resolve customer issues.

What happens when local knowledge base search results are insufficient?

When local knowledge base results are insufficient, invoke WebSearch to fetch and enrich results with external documentation to resolve the support issue.

Can I flag missing topics when querying my knowledge base?

Yes, you can flag knowledge gaps by identifying topics with no good match during your knowledge base search, escalating missing topics for review.

Does this knowledge base search approach work for triaging support tickets?

Yes, knowledge base search applies to support workflows where agents verify known resolutions before drafting responses and triaging customer tickets.

What is the best way to locate relevant product documentation for a known issue?

The best way to locate relevant product documentation is searching the knowledge base with Grep and Glob first, then consulting WebSearch if local results are insufficient.