skill-examples-bootstrap

Bootstrap a ConfigHub playground Space with seed Kubernetes Units.

2|2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/confighub/confighub-skills --skill skill-examples-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-examples-bootstrap
Source: https://github.com/confighub/confighub-skills/tree/main/skills/skill-examples-bootstrap
Command: npx skills add https://github.com/confighub/confighub-skills --skill skill-examples-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill provides a ready-to-use ConfigHub playground Space with seed Units representing common Kubernetes resources so users can experiment safely without creating real apps.

Core Features & Use Cases

  • Seeds a Space named skill-examples and a set of Units (Namespace, Deployment, StatefulSet, DaemonSet, Job, CronJob, Ingress, NetworkPolicy, RBAC, HPA, PDB) and wires in the canonical defaults-function chain to demonstrate config-as-data with provenance.
  • Idempotent: re-running the bootstrap is safe and will not duplicate resources; ideal for new users or refreshing examples.
  • Serves as a shared reference for other skills, letting them pull live examples instead of hard-coded YAML.

Quick Start

Create or refresh the skill-examples Space and seed Units for experimentation.

Frequently Asked Questions about skill-examples-bootstrap

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

FAQPage Schema
How do I bootstrap a Kubernetes playground for safe experimentation?

To bootstrap a Kubernetes playground, this Skill seeds a ConfigHub Space with common Kubernetes resource Units, letting you safely experiment without creating real apps. It wires in a defaults-function chain to demonstrate config-as-data with provenance.

What Kubernetes resources are included when seeding a ConfigHub Space?

Seeding a ConfigHub Space creates Units representing Namespace, Deployment, StatefulSet, DaemonSet, Job, CronJob, Ingress, NetworkPolicy, RBAC, HPA, and PDB. These seed YAML files help demonstrate config-as-data with provenance.

Do I need cub CLI to create a ConfigHub playground Space?

Yes, creating a ConfigHub playground Space requires cub CLI access, a valid ConfigHub organization, and seed YAML files under skills/skill-examples-bootstrap/examples. These prerequisites ensure you can reapply defaults idempotently.

Is re-running the bootstrap safe for existing Kubernetes playground resources?

Re-running the bootstrap is completely safe because the process is idempotent. It will not duplicate resources or overwrite your existing ConfigHub Space, making it ideal for refreshing seed examples or new user tinkering.

What's the best way to share live Kubernetes YAML examples across other skills?

The best way to share live Kubernetes examples is using this bootstrap Skill as a shared reference. Other skills can pull live examples from the seeded ConfigHub Space instead of relying on hard-coded YAML files.

Why does my ConfigHub playground need a defaults-function chain?

A ConfigHub playground needs a defaults-function chain to demonstrate config-as-data with provenance. Wiring this canonical chain into the seeded Kubernetes Units lets you confirm provenance safely during experimentation.