chromium

60 mods across 1 repository, 25k stars between them.

chromium/chromium

Instructions file GitHub Copilot

Instructions for chromium/chromium, covering github copilot instructions, project knowledge: chromium, project overview, git workflow (strict) and c++ includes.

25k yesterday A 186 tokens original BSD-3-Clause

chromium/chromium

Skill Claude CodeCodex

Resolves git merge conflicts. Files should show in "git status" and contain conflict markers ("<<<<").

25k yesterday A 29 tokens original BSD-3-Clause

style-guide

03

chromium/chromium

Skill Claude CodeCodex

Expert in Chromium code editing following project style guides and best practices.

25k yesterday A 15 tokens original BSD-3-Clause

ai_policy

04

chromium/chromium

Agent

This policy is for Chromium developers using AI tools to help write code. It is intended to outline expectations around the use of such tools.

25k yesterday A 0 tokens original BSD-3-Clause

chromium/chromium

Skill Claude CodeCodex

Modularize a chrome/browser/ subfolder by splitting its sources out of the monolithic //chrome/browser:browser target into dedicated sourceset targets in the subfolder's own BUILD.gn. Use when the user asks to modularize, extract, or create BUILD targets for a chrome/browser/ subfolder, or mentions "Project Bedrock"…

25k yesterday A 114 tokens original BSD-3-Clause

chromium/chromium

Skill Claude CodeCodex

Researcher for converting unit tests to browser tests for Project Bedrock. Invoke this when the user needs to understand the current codebase behavior while removing complex Browser dependencies from tests.

25k yesterday A 42 tokens original BSD-3-Clause

chromium/chromium

Skill Claude CodeCodex

Reviewer for converting unit tests to browser tests for Project Bedrock. Invoke this when the user needs to review their work while removing complex Browser dependencies from tests.

25k yesterday A 37 tokens original BSD-3-Clause

test-conversion

08

chromium/chromium

Skill Claude CodeCodex

Workflow for converting unit tests to browser tests for Project Bedrock. Invoke this when the user wants to remove complex Browser dependencies from tests.

25k yesterday A 31 tokens original BSD-3-Clause

figma-design-review

09

chromium/chromium

Skill Claude CodeCodex

Critique and review Figma designs to ensure alignment with Chromium codebase components, tokens, and structure. Use when the user asks to critique, review, or audit a design, check alignment with code, or compare a Figma node against component specifications or coding standards.

25k yesterday A 59 tokens original BSD-3-Clause

figma-to-views-json

10

chromium/chromium

Skill Claude CodeCodex

Recreate Figma design frames as prototype-ready Chromium Views JSON script following Chrome's native Views architecture, component guidelines, and color/shape token mappings. Use when asked to create C++ Views Prototype JSON script from a Figma frame URL.

25k yesterday A 55 tokens original BSD-3-Clause

figma-to-views

11

chromium/chromium

Skill Claude CodeCodex

Recreate Figma design frames as production-ready Chromium C++ Views code following Chrome's native Views architecture, component guidelines, and color/shape token mappings. Use when asked to create C++ Views code from a Figma frame URL.

25k yesterday A 53 tokens original BSD-3-Clause

figma-to-webui

12

chromium/chromium

Skill Claude CodeCodex

Recreate Figma design frames as production-ready Chromium WebUI code following Chrome's Lit-element architecture and styling guidelines. Use when asked to create WebUI code from a Figma frame URL.

25k yesterday A 44 tokens original BSD-3-Clause

chromium/chromium

Skill Claude CodeCodex

Maps a Figma component from the Chrome Design System (CDS) to equivalent C++ Views, WebUI, and Clank (Android) components in the Chromium codebase. Generates a comprehensive side-by-side comparative Markdown specification detailing layout variants, interactive states, design tokens, architectural and implementation…

25k yesterday A 90 tokens original BSD-3-Clause

generate-token-map

14

chromium/chromium

Skill Claude CodeCodex

Maps all Figma design tokens from figma-variables.md to their equivalent C++ (Views) identifiers, CSS (WebUI) variables, and Clank (Android) resource attributes/macros/methods in Chromium, and saves the formatted mapping table to the assets directory of the Chrome Design System project. Use this skill when asked to…

25k yesterday A 81 tokens original BSD-3-Clause

project-knowledge

15

chromium/chromium

Skill Claude CodeCodex

Use this skill whenever you need to look up or reference Chrome Design System component specs or design token mappings.

25k yesterday A 25 tokens original BSD-3-Clause

chromium/chromium

Skill Claude CodeCodex

Finds common violations of the Android accessibility API in the Clank App Java code and attempts to address them (e.g. hardcoded state change announcements, missing events, focus moving, assertive live regions, etc).

25k yesterday A 49 tokens original BSD-3-Clause

histogram-cleanup

17

chromium/chromium

Skill Claude CodeCodex

Identify and safely remove expired Chromium histograms (dead metrics/technical debt). Use this skill when a contributor asks to clean up metrics, fix code health issues related to histograms, remove obsolete code, or work on a histogram cleanup task.

25k yesterday A 53 tokens original BSD-3-Clause

histogram-extension

18

chromium/chromium

Skill Claude CodeCodex

Extension pipeline to bump expiration dates of Chromium UMA histograms.

25k yesterday A 16 tokens original BSD-3-Clause

hub

19

chromium/chromium

Skill Claude CodeCodex

Orchestrator for the "Code Health Hub" framework. Trigger only when the user refers to the Hub or asks to see "available cleanup tasks" within the Chromium technical debt reduction system.

25k yesterday A 40 tokens original BSD-3-Clause

chromium/chromium

Skill Claude CodeCodex

Identify and clean up inline fully qualified Java names (FQNs) in first-party code, replacing them with standard imports.

25k yesterday A 32 tokens original BSD-3-Clause

keep-sorted

21

chromium/chromium

Skill Claude CodeCodex

Automatically detects misordered lists in code (like Android XMLs), injects go/keep-sorted tags, sorts them, and creates CLs.

25k yesterday A 34 tokens original BSD-3-Clause

lint-sync

22

chromium/chromium

Skill Claude CodeCodex

Add missing LINT.IfChange(...) / LINT.ThenChange(...) guards to enums in C++/Java and XML to keep them in sync. Trigger this skill ONLY when a contributor explicitly asks to add lint guards or synchronize enums using LINT guards.

25k yesterday A 53 tokens original BSD-3-Clause

spanify-buffers

24

chromium/chromium

Skill Claude CodeCodex

Find and fix unsafe buffer operations in a C++ file by removing UNSAFETODO markers and replacing unsafe raw pointers/C-style functions with base::span and standard safe containers. Use when the user asks to fix unsafe buffer warnings or -Wunsafe-buffer-usage errors. Don't use for other types of memory safety bugs like…

25k yesterday A 86 tokens original BSD-3-Clause