Clone this repo:

Branches

  1. 73470db [cl-description] Remove single trailing period from cl subject by Tomek Jurkiewicz · 7 days ago main
  2. e64987d Add skia-autoroll-status shared skill by Kartar Singh · 11 days ago
  3. 0b207f1 Ruff: reformat agents/shared. by Alex Ovsienko · 12 days ago
  4. 5f79021 [skills] Update gerrit-cli skill to support more functionality by Javier Contreras Tenorio · 13 days ago
  5. 78cc65e gerrit-cli: fix docs to match required CLI flags by Paul Irish · 4 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.