flyio

flyio is a skill for Claude Code from FortiumPartners/ensemble. It costs 0 tokens per session (6,521 once invoked), scanned A, original, MIT.

A quick reference for Fly.io, a platform that runs applications in containers and virtual machines across multiple regions.

In plain words
What is it for?
Use it to configure Fly.io application deployments, multi-region setups, persistent volumes, secrets, machines, and Fly Postgres.
Why use it?
It gathers deployment, regional distribution, secrets, storage, and database guidance for teams using Fly.io.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is COPY --from=builder /app/.next/static ./.next/static.

Part of the ensemble-infrastructure plugin — 11 skills, 7 agents shipped together

Good fit Use it to configure Fly.io application deployments, multi-region setups, persistent volumes, secrets…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/FortiumPartners/ensemble
agentmods
npx agentmods add skills/fortiumpartners/ensemble/flyio

Made for: Claude Code.

Or install ensemble-infrastructure, the plugin that ships this one along with the rest of its 11 skills, 7 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for flyio

README.md
[![agentmods](https://agentmods.dev/badge/skills/fortiumpartners/ensemble/flyio.svg)](https://agentmods.dev/skills/fortiumpartners/ensemble/flyio)
Your own site
<a href="https://agentmods.dev/skills/fortiumpartners/ensemble/flyio"><img src="https://agentmods.dev/badge/skills/fortiumpartners/ensemble/flyio.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,521 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.06521
Opus 5 $0.00000 $0.03261
Sonnet 5 $0.00000 $0.01304
Haiku 4.5 $0.00000 $0.00652

Measured 3d ago against content hash e2db9bea8c11, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

flyio scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

The scan reads SKILL.md. This mod also ships 17 executable files (examples/background-worker/deploy.sh, examples/background-worker/tasks.py, examples/elixir-phoenix-liveview/deploy.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

await axios.get('https://api.example.com/ping', { timeout: 1000 });
packages/infrastructure/skills/flyio/SKILL.md · 1,215 lines

How it starts

The opening of the file, as written. The whole thing — 1,215 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Fly.io Infrastructure Skills

Version: 1.0.0 | Target Size: <25KB | Purpose: Fast reference for Fly.io deployments and global application distribution


Overview

What is Fly.io: Modern platform-as-a-service (PaaS) for deploying applications globally with minimal configuration. Fly.io transforms containers into micro-VMs that run on physical hardware across 30+ regions worldwide.

When to Use Fly.io:

  • Simple to moderate applications requiring global distribution
  • Fast deployments without complex Kubernetes orchestration
  • Minimal operations overhead with PaaS simplicity
  • Edge computing and low-latency requirements (anycast routing)
  • Startup/SaaS applications with unpredictable traffic patterns
  • Databases requiring multi-region active replication (Fly Postgres)

When to Use Kubernetes Instead:

  • Complex microservices architectures with 10+ interdependent services
  • Existing Kubernetes expertise and tooling investment
  • Hybrid cloud or multi-cloud requirements (cloud-agnostic)
  • Advanced orchestration needs (service mesh, custom operators, advanced scheduling)
  • Enterprise compliance requirements (HIPAA, PCI-DSS on-premises)
  • Extensive third-party ecosystem integrations (Helm charts, operators)

Detection Criteria:

  • Auto-loads when fly.toml detected in project root
  • Manual: --tools=flyio flag
  • Use Case: Global application deployment with PaaS simplicity

Progressive Disclosure:

  • This file (SKILL.md): Quick reference for immediate use
  • REFERENCE.md: Comprehensive guide with advanced patterns and deployment strategies

Table of Contents

  1. fly.toml Quick Reference
  2. Deployment Patterns
  3. Secrets Management
  4. Networking Basics
  5. Health Checks
  6. Scaling Patterns
  7. Common Commands Cheat Sheet
  8. Quick Troubleshooting
  9. Framework-Specific Examples

Read the full file on GitHub · 1,215 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 1,215 lines · 0 tokens per session scan A e2db9bea8c11

Subscribe to this mod's changes

flyio is a skill published in the GitHub repository FortiumPartners/ensemble (11 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,521 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

cli-forge-infra

Ops integration assistant — reads service docs, finds the simplest config path (CLI/Helm/Operator/Terraform), builds dependency trees, proposes upgrade paths, and tracks decisions in ADRs. Use when debugging infra, integrating services, bootstrapping platforms, upgrading versions, simplifying config, or reviewing…

Destynova2/cli-code-skills · 159 tokens

x-nets

Enhanced netstat module with cached data and structured output. View network connections, routing tables, and interface statistics in interactive or TSV/CSV formats. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 69 tokens

x-uptime

Enhanced uptime with structured YAML output showing uptime, users, and 1/5/15-minute load averages. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 67 tokens

x-osv

CLI for Google OSV database. Query vulnerabilities for packages, scan local projects for vulnerable dependencies. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill). Required Tool: Install osv-scanner for project scanning (see https://github.com/google/osv-scanner).

x-cmd/x-cmd · 72 tokens

tsv

TSV data processing — view, filter, convert tab-separated data. Zero barrier — use with x-cmd, awk, or Python. Use for "tsv", "tab-separated", "data", "conversion".

x-cmd/x-cmd · 47 tokens

goal

Set and track project goals. Triggered by "/goal" to define objectives, track milestones, or review progress.

x-cmd/x-cmd · 25 tokens