| # Dawn Coding Agents |
| |
| This directory provides a centralized location for files related to AI coding |
| agents (e.g. `gemini-cli`) used for development within the Dawn 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 |
| |
| ## Directory Structure |
| |
| ### Prompts |
| |
| Shared `GEMINI.md` prompts. See [`//agents/prompts/README.md`]. |
| |
| ### Skills |
| |
| On-demand expertise for specific tasks. See [`//agents/skills/README.md`]. |
| |
| ## Contributing |
| |
| Please freely add self-contained task prompts that match the format of the |
| existing examples. |
| |
| [`//agents/prompts/readme.md`]: /agents/prompts/README.md |
| [`//agents/skills/readme.md`]: /agents/skills/README.md |