AI Agents

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/skills

Usage

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.