concourse-fly

Manage Concourse pipelines and jobs via the fly CLI with confirmation checks.

Updated May 4, 2026
One-click install
npx skills add https://github.com/dark5un/concourse-workflows --skill concourse-fly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: concourse-fly
Source: https://github.com/dark5un/concourse-workflows/tree/main/.claude/skills/concourse-fly
Command: npx skills add https://github.com/dark5un/concourse-workflows --skill concourse-fly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps agents and users operate Concourse CI safely through the fly CLI, reducing the risk of accidental pipeline changes, unintended job triggers, and destructive build actions.

Core Features & Use Cases

  • Safe Concourse Operations: Inspect pipelines, jobs, builds, workers, and teams before making changes.
  • Controlled Mutations: Apply, pause, unpause, trigger, rename, hide, or expose pipelines with diff review and confirmation.
  • Destructive Action Guardrails: Require explicit authorization for actions such as destroying pipelines, aborting builds, or managing workers.
  • Use Case: A user wants to update a production pipeline, review the generated diff, confirm the exact changes, and then apply the pipeline only after approval.

Quick Start

Use the concourse-fly skill to inspect the current Concourse state and safely prepare the requested fly action for the named pipeline or job.

Frequently Asked Questions about concourse-fly

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

FAQPage Schema
How do I safely update a Concourse pipeline without accidental changes?

To safely update a Concourse pipeline, the skill enforces read-before-write checks and generates a diff review for you to confirm exact changes before applying pipeline mutations via the fly CLI.

How does fly CLI command tiering protect Concourse builds?

Fly CLI command tiering protects Concourse builds by requiring explicit authorization for high-blast-radius destructive actions, such as aborting builds or destroying pipelines, preventing unintended execution.

Can I trigger Concourse jobs and monitor builds through fly?

Yes, you can trigger Concourse jobs and monitor builds through fly by inspecting the current pipeline state first, with the skill preparing the requested action and applying guardrails to prevent accidental triggers.

What is the best way to inspect Concourse workers and teams before managing resources?

The best way to inspect Concourse workers and teams is using fly commands through the skill, which retrieves current resource states and enforces review checks before executing any worker management operations.

When do I need explicit authorization for Concourse destructive operations?

You need explicit authorization for Concourse destructive operations when executing high-blast-radius fly commands, such as destroying pipelines, aborting builds, or managing workers, to prevent accidental data loss.