This directory contains AI skills for interactive gatekeeper configuration. These skills work with any AI assistant that can follow structured instructions.
| Skill | File | Claude Code |
|---|---|---|
| Configure Route | configure-route.md |
/configure-route |
| Configure Helm | configure-helm.md |
/configure-helm |
With Claude Code: Invoke skills with slash commands (/configure-route, /configure-helm)
With any AI assistant: Either provide the skill file as context, or simply ask:
- "I want to configure a webhook for Slack"
- "Help me deploy gatekeeper to Kubernetes"
Each skill file contains:
- Usage - How to invoke the skill
- Instructions - Step-by-step flow for Claude to follow
- Provider-specific guidance - Configuration examples and setup instructions
- Generated output - Templates for the configuration files
These skills are symlinked from .claude/skills/ for Claude Code slash command support:
.claude/skills/configure-route/SKILL.md -> ../../../agents/configure-route.md
.claude/skills/configure-helm/SKILL.md -> ../../../agents/configure-helm.md
The canonical versions live here in agents/ and are tracked in version control.