fleetflow

Automate container environment orchestration and deployment using KDL-based configurations.

1|Updated Jul 5, 2025
One-click install
npx skills add https://github.com/chronista-club/fleetflow --skill fleetflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleetflow
Source: https://github.com/chronista-club/fleetflow/tree/main/.claude/skills/fleetflow
Command: npx skills add https://github.com/chronista-club/fleetflow --skill fleetflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

FleetFlow provides a convention-over-configuration approach to quickly define and manage container environments using KDL, reducing boilerplate and guiding consistent deployments from local development to production.

Core Features & Use Cases

  • Declarative, multi-stage environment definitions with KDL for local, dev, and live stages
  • Integrated build, push, and deployment workflows with automated DNS management
  • MCP-ready AI integration and a CLI-centric workflow for end-to-end infrastructure management

Quick Start

Install FleetFlow, create fleet.kdl, and run fleet up local to spin up a local environment.

Frequently Asked Questions about fleetflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage container orchestration across local development and cloud deployment stages?

Container orchestration across multiple stages is managed using KDL-based configurations, enabling consistent environment definitions for local, dev, and live deployments. FleetFlow automates builds, deployments, and DNS management through a CLI-centric workflow.

What's the best way to reduce boilerplate when defining container environments?

Reducing boilerplate for container environments is achieved through a convention-over-configuration approach using KDL. By creating a fleet.kdl file, you define declarative, multi-stage environments that minimize manual setup while guiding consistent local to production deployments.

Can I automate DNS management as part of my cloud deployment workflow?

DNS management is automated directly within the integrated build, push, and deployment workflows. This ensures that DNS configurations are applied automatically across local, dev, and live stages during cloud deployment orchestration.

Does FleetFlow require specific dependencies for container environment setup?

FleetFlow requires no external dependencies for container environment setup, operating through a deterministic action flow activated by a SKILL.md file. You only need to install FleetFlow, create a fleet.kdl file, and run the CLI commands.

How do I integrate AI with my infrastructure management workflow?

AI integration for infrastructure management is enabled through MCP-ready capabilities, allowing AI tools to interact with the CLI-centric workflow. This provides end-to-end management of container orchestration, builds, and deployments using KDL configurations.

Why use KDL for container orchestration instead of standard YAML configurations?

KDL is used for container orchestration because it provides a convention-over-configuration approach that reduces boilerplate and guides consistent deployments. It enables declarative, multi-stage environment definitions from local development to production more effectively than standard YAML.