Clone this repo:

Branches

  1. b61aca5 [skills] Document updating Gerrit CL description and branch upstream by dmurph@chromium.org · 10 hours ago main
  2. 4e0a8ba [skills] Remember CL tags and bugs by Javier Contreras Tenorio · 6 days ago
  3. 73470db [cl-description] Remove single trailing period from cl subject by Tomek Jurkiewicz · 4 weeks ago
  4. e64987d Add skia-autoroll-status shared skill by Kartar Singh · 4 weeks ago
  5. 0b207f1 Ruff: reformat agents/shared. by Alex Ovsienko · 5 weeks ago

Chrome AI Tool Configurations

This repository is designed to share configurations and scripts among various Chrome repositories to keep things uniform and allow users to easily work across multiple repositories using supported AI coding tools with minimal overhead.

Directory Structure

The repository structure is organized as follows:

skills/

Contains AI skills that are available to the agents.

  • Structure: skills/<skill_name>/
    • SKILL.md: Main instructions (required).
    • scripts/: Helper scripts (optional).
    • references/: Reference implementations (optional).
    • resources/: Templates and other assets (optional).

plugins/ (Planned)

Contains shared plugins/extensions.

  • Structure: plugins/<plugin-name>/
    • plugin.json: Required marker file.
    • mcp_config.json: Optional MCP server definitions.
    • skills/: Optional skills specific to the plugin.
    • install.py: Optional installation script invoked by setup tools.