AI Skills
The GCP lexicon ships an AI skill called chant-gcp that teaches AI coding agents how to build, validate, and deploy Config Connector manifests from a chant project.
What are skills?
Section titled “What are skills?”Skills are structured markdown documents bundled with a lexicon. When an AI agent works in a chant project, it discovers and loads relevant skills automatically.
Installation
Section titled “Installation”When you scaffold a new project with chant init --lexicon gcp, the skill is installed to skills/chant-gcp/SKILL.md.
Skill: chant-gcp
Section titled “Skill: chant-gcp”The chant-gcp skill covers:
- Build —
chant build src/ --output manifests.yaml - Lint —
chant lint src/+ 17 post-synth checks - Apply —
kubectl apply -f manifests.yaml - Status —
kubectl get gcp -A - Troubleshooting — reconciliation status, events, common error patterns
MCP integration
Section titled “MCP integration”| MCP tool | Description |
|---|---|
diff | Compare current build output against previous |
| MCP resource | Description |
|---|---|
resource-catalog | JSON list of all supported Config Connector resource types |
examples/basic-bucket | Example StorageBucket code |