Clone this repo:

Branches

  1. 3235b7e [Agents]Corrects broken path by Arthur Milchior · 3 days ago main
  2. e75efa5 [skills] gerrit-cli: implement gerrit public skill by Jiamei Liu · 9 days ago
  3. 36edcee Add Chromium skill documentation and skill by Brian Sheedy · 2 weeks ago
  4. 24469dd Update the UTR skill to handle some failed cases by Shuai Xia · 3 weeks ago
  5. e6b57bf Add time-travel-code-explorer skill by Brian Sheedy · 3 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.