googlegoogleOfficialยท1 Agent Skills Included

skia-buildbot

Angular UI guidelines and Spanner database migration workflows

Guides code changes to the Skia buildbot infrastructure, including the Pinpoint Angular web UI and Performance Dashboard database. Enforces clean component structure, Angular Material theming, and safe, idempotent Spanner schema migrations. Removes guesswork from schema updates, code generation, and emulator-based testing so changes ship correctly the first time.
npx skills add google/skia-buildbot --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install skia-buildbot skills?โ–ผ

Run `npx skills add google/skia-buildbot --all -g -y` in your terminal to install all skills in this repository globally.

How to run Spanner schema migrations safely?โ–ผ

The perf-spanner-migrations skill walks through creating sequential, idempotent SQL migration files, updating Go structs, and regenerating schema files with Bazel.

What coding rules apply to the Pinpoint Web UI?โ–ผ

The Pinpoint skills enforce separate HTML and CSS files, Angular Material theming, reusable components, and typed enums instead of string literals.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.

Can I test Spanner migrations locally?โ–ผ

Yes. The migration skill explains how to launch a local Spanner emulator, set connection variables, and run the SQL package tests with Bazel.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’