google-aiplisted
Install: claude install-skill ekkx/google-aip-skills
# Google AIP (API Improvement Proposals)
This skill bundles the full, current text of every approved Google AIP, sourced verbatim from the upstream [aip-dev/google.aip.dev](https://github.com/aip-dev/google.aip.dev) repository. The bundled snapshot is refreshed automatically; see `SOURCE.md` for the exact upstream commit this build was generated from.
## How to use this skill
AIPs are organized into **scopes** (general guidance vs. Google-Cloud-specific, etc.). Each scope contains **categories** (e.g. resource design, errors), and each category contains numbered AIP documents.
1. **If the user mentions a specific AIP number** (e.g. `AIP-121`), open the matching file directly. AIP numbers are unique across scopes — search `references/*/*/NNNN.md` (zero-padded to 4 digits).
2. **Otherwise, pick the relevant scope** from the table below, read its `INDEX.md` to find the right category and AIP number, then read the individual AIP file.
3. **Cite AIPs by number** in your response (e.g. "per AIP-131…") so the user can verify against aip.dev.
## Scopes
| Scope | What it covers | AIP count | Index |
|---|---|---:|---|
| `general` | Cross-cutting API design principles applicable to any API. | 70 | [`references/general/INDEX.md`](references/general/INDEX.md) |
| `cloud` | Conventions specific to Google Cloud APIs. | 4 | [`references/cloud/INDEX.md`](references/cloud/INDEX.md) |
| `auth` | Authentication and authorization patterns. | 7 | [`references/auth/INDEX.md`](references/auth