Skip to content

flightcontrolhq/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flightcontrol Skills

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.

Available Skills

config

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

Installation

npx skills add flightcontrolhq/skills

Usage

Skills 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

Skill Structure

Each skill contains:

  • SKILL.md - Instructions for the agent
  • scripts/ - Helper scripts for automation (optional)
  • references/ - Supporting documentation (optional)

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors