Google API Improvement Proposals (AIP) reference. Use BEFORE designing or reviewing APIs, protobuf definitions, or any work involving Google API design standards. Fetches relevant AIP rules from https://google.aip.dev for the task at hand.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: aip description: Google API Improvement Proposals (AIP) reference. Use BEFORE designing or reviewing APIs, protobuf definitions, or any work involving Google API design standards. Fetches relevant AIP rules from https://google.aip.dev for the task at hand.
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.
Critical Rule
NEVER assume you know what an AIP rule says from memory. Always fetch and read the actual AIP documentation before applying or referencing any rule. Your memory of AIP rules may be inaccurate or outdated.
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. Do NOT skip this step, even if you think you know what the rule says
- 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
More by fredrikaverpil
View allUse this skill when creating a GitHub pull request. Defines PR body format with Why/What/Notes sections and ensures proper assignment.
Use this skill BEFORE running any git commit command. Triggers when about to run `git commit`. Ensures commit messages follow Conventional Commits specification.
Use this skill BEFORE writing or editing any Go (.go) files. Triggers when about to create, modify, or add code to .go files. Enforces happy path coding, error wrapping, sentinel errors, and godoc-style comments.
Jira CLI command reference. Use when working with Jira issues, epics, sprints, or any Jira operations from the command line.