Clone this repo:

Branches

  1. adcdf8d Add new skill for Chromium memory tools. by Shuai Xia · 5 days ago main
  2. aa733bc Add JSON Schema Compiler skill for Chromium Extension APIs. by Shuai Xia · 3 weeks ago
  3. c5a2fc3 chore: Update UTR skill with AI agent guidelines by Joe Mason · 3 weeks ago
  4. b58318f [Agents] Support markdown lists in CL description formatter by dmurph@chromium.org · 3 weeks ago
  5. 95f8252 [git-cl-helper] Do not use dry-run by default by Henrique Nakashima · 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.