prepare-for-confighub

Preview ConfigHub import proposals from live Kubernetes and GitOps sources.

14|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/confighub/cub-scout --skill prepare-for-confighub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prepare-for-confighub
Source: https://github.com/confighub/cub-scout/tree/main/skills/prepare-for-confighub
Command: npx skills add https://github.com/confighub/cub-scout --skill prepare-for-confighub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you adopt ConfigHub safely by previewing exactly what ConfigHub would import from your existing live Kubernetes and GitOps setup, so you can review the proposed units before any write happens.

Core Features & Use Cases

  • Preview-only adoption: Generates a deterministic import proposal for review without invoking the mutating apply flow.
  • Multiple source options: Supports previewing from a live namespace, a local git checkout, existing Argo Applications/sets, and multi-cluster aggregation bundles.
  • Reviewable outputs: Produces human-readable output and can emit JSON suitable for committing to git or feeding a PR workflow.

Quick Start

Ask it to show the proposed ConfigHub units for a namespace or repo using the preview flow so you can review what would land before applying.

Frequently Asked Questions about prepare-for-confighub

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

FAQPage Schema
How do I preview Kubernetes manifests before importing them to ConfigHub?

You can preview Kubernetes manifests by generating a deterministic, read-only import proposal using dry-run preview verbs. This process shows proposed ConfigHub units from live namespaces or local git checkouts without executing any write operations.

Can I discover existing Argo CD Applications and ApplicationSets before applying a ConfigHub import?

Yes, you can discover existing Argo CD Applications and ApplicationSets by running a preview-only import flow. This generates a reviewable proposal of what would be imported without triggering the mutating apply flow.

Does ConfigHub support multi-cluster aggregation previews for GitOps sources?

ConfigHub supports multi-cluster aggregation previews for GitOps sources by producing a read-only proposal. It aggregates structures across clusters and outputs human-readable or JSON data for review before applying any changes.

How do I export Flux structure discovery results to JSON for a GitOps PR workflow?

You can export Flux structure discovery results to JSON by running the preview flow against Flux sources. The process emits JSON suitable for committing to git or feeding directly into a pull request workflow for review.

Are ConfigHub import preview operations read-only and safe for production clusters?

ConfigHub import preview operations are strictly read-only and safe for production clusters. The skill enforces deterministic behavior using dry-run preview verbs and explicitly excludes the mutating import apply flow from execution.

What is the best way to review proposed ConfigHub units from a local manifest repository?

The best way to review proposed ConfigHub units from a local manifest repository is using the local git checkout preview option. It generates a human-readable proposal of the units without applying any writes to your setup.