Skip to content

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.

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.

When you scaffold a new project with chant init --lexicon gcp, the skill is installed to skills/chant-gcp/SKILL.md.

The chant-gcp skill covers:

  • Buildchant build src/ --output manifests.yaml
  • Lintchant lint src/ + 17 post-synth checks
  • Applykubectl apply -f manifests.yaml
  • Statuskubectl get gcp -A
  • Troubleshooting — reconciliation status, events, common error patterns
MCP toolDescription
diffCompare current build output against previous
MCP resourceDescription
resource-catalogJSON list of all supported Config Connector resource types
examples/basic-bucketExample StorageBucket code