chromium-docs

Index and search Chromium Markdown documentation with ranked results.

24.5k|9.1k|Updated Feb 5, 2018
One-click install
npx skills add https://github.com/chromium/chromium --skill chromium-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chromium-docs
Source: https://github.com/chromium/chromium/tree/main/agents/skills/chromium-docs
Command: npx skills add https://github.com/chromium/chromium --skill chromium-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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"

Frequently Asked Questions about chromium-docs

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

FAQPage Schema
How do I search across Chromium documentation and architecture docs?

You can search Chromium documentation by running a script to build an index over Markdown docs, then querying with keywords to receive ranked results featuring titles, categories, excerpts, and direct links.

What is the best way to find Chromium API references and design docs in the repository?

The best way to find Chromium API references is using an indexed search tool that scans Markdown docs, applies keyword and category indexing, and returns relevant excerpts with direct links to the source architecture files.

How do I build an index for Chromium markdown docs?

Build an index for Chromium markdown docs by running the python script with the build-index flag, which configures an automated scanner to process architecture, API, and testing guides for search.

Does the Chromium docs search return links to the original source files?

Yes, the Chromium docs search returns category-aware results that include a direct link to the source file, allowing developers to quickly access authoritative architecture and API documentation.

Can I use this indexed search to find Chromium testing guides?

Yes, you can use this indexed search to find Chromium testing guides because the automated scanner indexes markdown docs across architecture, APIs, design docs, and testing topics scattered throughout the repository.