A collection of Flightcontrol skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
Skills follow the Agent Skills format.
Flightcontrol configuration management. Use when adding, editing, creating, or modifying flightcontrol.json or flightcontrol.cue configuration files.
Use when:
- Creating a new Flightcontrol configuration
- Adding or modifying services
- Configuring environments and build settings
- Troubleshooting deployment configurations
npx skills add flightcontrolhq/skillsSkills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Add a new web service to my flightcontrol config
Configure environment variables for production
Set up a database service in Flightcontrol
Each skill contains:
SKILL.md- Instructions for the agentscripts/- Helper scripts for automation (optional)references/- Supporting documentation (optional)
MIT