Agent skill
chromium docs
Search and reference official Chromium documentation including design docs, APIs, and development guides
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/chromium-docs
SKILL.md
Chromium Docs
Instructions
When users ask questions about Chromium development, architecture, APIs, or technical guidance, use this SKILL to search the official documentation.
- Automatically activate for queries about Chromium components, architecture, or development
- Search across 3,600+ documentation files including design docs, API references, and component guides
- Return results with clickable file paths:
[Title](path/to/doc.md) - Include brief excerpts and document categories
- Suggest related documentation when helpful
Build the index first:
cd skills/chromium-docs
python scripts/chromium_docs.py --build-index
Examples
User asks: "How does Chromium's multi-process architecture work?" → Search for architecture documentation and return design docs with explanations
User asks: "Content layer API documentation" → Find Content layer APIs and usage guides with code examples
User asks: "How to write Chromium tests?" → Locate testing guides for unit tests, browser tests, and testing frameworks
User asks: "GPU rendering best practices" → Search GPU documentation for performance guides and implementation patterns
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?