AI Agents
AI coding agents can use Flightcontrol skills to work more effectively with your deployments and configurations.
Skills
Skills are packaged instructions and scripts that extend AI agent capabilities. They follow the Agent Skills open standard.
Installation
Install Flightcontrol skills in your project:
npx add-skill flightcontrolhq/skillsUsage
Once installed, skills are automatically available. Your AI agent will use them when relevant tasks are detected.
Example prompts:
- “Add a new web service to my flightcontrol config”
- “Configure environment variables for production”
- “Set up a database service in Flightcontrol”
For more details, see the flightcontrolhq/skills repository.
Config Validation
AI agents can use the flightcontrol-validate CLI to validate configuration changes before committing:
npx flightcontrol-validate flightcontrol.jsonThis provides immediate feedback on schema errors without requiring a deployment. See Validating Config for full documentation.