Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Index llms.txt documentation sources locally for ultrafast full-text searches (12K+ lines in 6ms) with precise line-accurate citations. Use /blz command or @blazer agent to query docs, retrieve sections, add/refresh/manage sources, and handle API/code lookups via BM25. Launch MCP servers for blz and Linear issue tracking.
npx claudepluginhub outfitter-dev/blzTeaches effective documentation search using the blz CLI tool. Use when searching documentation with blz, looking up APIs, finding code examples, retrieving citations, or when questions mention libraries, frameworks, "how to", or documentation topics. Covers BM25 full-text search patterns, citation retrieval, and efficient querying.
Teaches how to discover, validate, and add llms.txt documentation sources to the blz CLI. Use when adding documentation to blz, finding llms.txt or llms-full.txt files, validating sources, refreshing content, or managing the documentation index. Covers source discovery, dry-run validation, and index file handling.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Document search with hybrid BM25/semantic retrieval, GraphRAG knowledge graphs, and pluggable providers for Claude Code. Index documentation and code, then search using keyword matching, semantic similarity, graph relationships, or comprehensive multi-mode fusion.
Zero-config knowledge base MCP server — search, manage, and embed documentation (SQLite default, PostgreSQL optional)
Pull docs from any URL into Claude Code. Indexes static docs sites in seconds with conditional-GET caching, then exposes them as MCP tools (fetch_url, ensure_docs, list_sources, list_indexed, grep_docs, read_doc, add_source, remove_source). Local, browser-free, no API keys.
Search your local documents with natural language. Index folders of PDFs, Word docs, markdown, and more — then ask questions in English or German and get answers with source citations.
OpenAI Codex CLI ecosystem plugin with documentation management, scraping, indexing, and search capabilities
Crawl, index, and search web documentation directly inside Claude Code. Quick mode for focused lookups, deep mode for up to 100 pages with in-memory search.
Skills and workflows for working with @outfitter/* packages. Patterns, templates, compliance checking, and debugging for Outfitter.
Internal Outfitter team skills for docs, voice, and conventions
Development methodology fieldguides for Claude Code. TDD, debugging, architecture, research, multi-agent coordination, plus authoring skills for plugins, agents, commands, and hooks.
Build with the Trails framework — contract-first trails, trailheads, testing, and governance for agent-assisted development.
Waymark annotation grammar and tooling for code-adjacent context
blaze /bleɪz/ (verb, noun)
- verb – Move or proceed at high speed; achieve something rapidly
- noun – A trail marker, typically painted on trees with specific colors and patterns; a mark to guide explorers on their journey
- abbr. – BLZ – A local-first search tool that indexes llms.txt documentation for instant, line-accurate retrieval
A Rust + Tantivy-based CLI tool that downloads, parses, and indexes llms.txt files locally to enable fast documentation search with line-accurate retrieval.
# Install (one line)
curl -fsSL https://blz.run/install.sh | sh
# Add Bun's docs
blz add bun https://bun.sh/llms.txt
# Search (results in 6ms)
blz find "test runner"
# Or just: blz "test runner"
# Browse documentation structure
blz toc bun --tree -H 1-2
# Pull exact lines (citations auto-detected)
blz find bun:304-324 --json
# Or: blz bun:304-324 --json
Enable BLZ in your AI coding assistant with one command:
# Claude Code
claude mcp add blz blz mcp-server --scope user
# Cursor, Windsurf, and others
# See detailed setup: docs/mcp/SETUP.md
What you'll see:
✓ Added bun (1,926 headings, 43,150 lines) in 890ms
Search results for 'test runner' (6ms):
1. bun:304-324 (score: 92%)
📍 Bun Documentation > Guides > Test runner
### Test runner
Bun includes a fast built-in test runner...
llms.txt is a simple Markdown standard for making documentation accessible to AI agents. llms-full.txt is an expanded version that includes all documentation for a project.
Why they're great:
The challenge:
BLZ indexes llms.txt documentation files locally:
bun:304-324) for copy-paste accuracyProjects publish complete docs as llms-full.txt files, but:
But what about MCP servers for searching docs?
Cache & index llms.txt locally → search in ms → retrieve only needed lines
With BLZ, agents can get the docs they need in a fraction of the time, and context.
See docs/architecture/PERFORMANCE.md for detailed benchmarks and methodology.
-H flag (e.g., -H <=2 for top-level sections)--copy flagblz stats, blz info, blz history)-H 1, -H 2-3, -H <=2, -H >3)--tree)--source bun,react or --all)--max-depthBLZ automatically filters non-English content from multilingual documentation sources:
--no-language-filter to keep all languagesblz refresh <source> --reindex --filter on existing sources# Add source with filtering (default)
blz add anthropic https://docs.anthropic.com/llms-full.txt