Google API Improvement Proposals (AIP)
When working on API design, protobuf definitions, or any task involving Google API standards, refresh your understanding of the relevant AIP rules.
The AIPs are living documents, so treat the published page as the rule and your recollection as a lead to verify — including for rules you are confident about.
Process
- Browse the AIP index - Go to https://google.aip.dev/general to see all available AIP guidelines
- Identify relevant AIPs - Based on the task at hand, determine which AIP rules may apply
- Fetch and read the relevant AIPs - Use WebFetch to retrieve the specific AIP pages
- Apply the standards - Ensure your work follows the AIP guidelines as documented
When to Invoke This Skill
- Designing new API endpoints or protobuf messages
- Reviewing API changes in PRs
- Implementing resource-oriented services
- Naming fields, methods, or resources
- Working with
google.apiannotations