bb-search-protocol

Search wiki/protocols for matching document paths and summaries.

41|9|Updated May 22, 2026
One-click install
npx skills add https://github.com/amoslee2026/Babel --skill bb-search-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bb-search-protocol
Source: https://github.com/amoslee2026/Babel/tree/main/.claude/skills/bb-search-protocol
Command: npx skills add https://github.com/amoslee2026/Babel --skill bb-search-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Engineers often need quick access to protocol specifications scattered across wiki/protocols. This Skill automates search and returns precise document paths, line references, and concise snippets to accelerate architectural decisions.

Core Features & Use Cases

  • Search across wiki/protocols for keywords like uart, axi4, or ucie and return matching documents with paths, line numbers, and relevant excerpts.
  • Filter results by fields (e.g., baud, timing) and cap results with max_results to fit review deadlines.
  • Use during PRD/MAS work or when explicitly invoking /bb-search-protocol to pull up protocol references for design discussions.

Quick Start

Provide a keyword pattern and optional field to retrieve matching protocol documents from wiki/protocols.

Frequently Asked Questions about bb-search-protocol

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

FAQPage Schema
How do I search for protocol specifications in wiki markdown files?

To search protocol specifications in wiki markdown files, provide a keyword pattern like uart or axi4 to retrieve matching document paths, line numbers, and concise excerpts. You can optionally filter by fields such as baud or timing to narrow the results.

Can I limit the number of returned protocol documents to fit review deadlines?

You can limit returned protocol documents by setting the max_results argument, capping the output count to fit your review deadlines. This ensures the JSON response only includes the most relevant matching summaries up to your specified limit.

What is the best way to retrieve ucie or axi4 protocol summaries during architecture design?

The best way to retrieve ucie or axi4 protocol summaries during architecture design is invoking the /bb-search-protocol command with your target keyword. It executes a four-phase workflow to render, search, parse, and return matching document paths and excerpts.

Does the protocol search tool require any external dependencies to lookup markdown references?

The protocol search tool requires no external dependencies to lookup markdown references. It operates independently using internal scripts and references to parse wiki/protocols directories and return JSON objects with artifact paths and match counts.

Why are my wiki protocol search results returning empty matches?

Empty matches during wiki protocol searches occur when the provided pattern does not exist in the wiki/protocols directory or the field filter is too restrictive. Ensure your keyword matches document content and verify valid JSON output indicates successful execution.