This directory provides a centralized location for files related to AI coding agents (e.g. gemini-cli
) used for development within the Chromium source tree.
The goal is to provide a scalable and organized way to share prompts and tools among developers, accommodating the various environments (Linux, Mac, Windows) and agent types in use.
Googler-only docs: http://go/chrome-coding-with-ai-agents
Shared GEMINI.md
prompts. See //agents/prompts/README.md
.
Chrome-approved extensions & MCP servers. See //agents/extensions/README.md
.
Use agents/extensions/install.py
to list and configure available servers.
Add these to //.gemini/commands
.
Please freely add self-contained task prompts and prompt templates that match the format of the existing examples.
New MCP server configurations should be for owned and supported MCP servers and include OWNERS.
Changes to common.GEMINI.md
should be done carefully as it's meant to be used broadly.