What problem does it solve?
Engineers and teams building on Chromium often struggle to locate authoritative, up-to-date documentation scattered across the repo. This skill provides fast, indexed access to Chromium design docs, APIs, and development guides from a single search surface.
Core Features & Use Cases
- Indexed search: Build and query an index over Chromium Markdown docs to return relevant results with titles, categories, and excerpts.
- Category-aware results: Each result includes its document category and a direct link to the source file.
- Use Case: A developer needs architecture docs or API references for a Chromium subsystem; this skill surfaces precise documents quickly to inform design decisions.
Quick Start
From the skill directory run the index build and then perform searches:
- Build index: python ../../../agents/skills/chromium-docs/scripts/chromium_docs.py --build-index
- Search: python ../../../agents/skills/chromium-docs/scripts/chromium_docs.py "mojo IPC"