adapter-config-author

Generate and validate HyperFleet AdapterConfig and AdapterTaskConfig YAML files.

5|17|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/openshift-hyperfleet/hyperfleet-claude-plugins --skill adapter-config-author
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: adapter-config-author
Source: https://github.com/openshift-hyperfleet/hyperfleet-claude-plugins/tree/main/hyperfleet-adapter-authoring/skills
Command: npx skills add https://github.com/openshift-hyperfleet/hyperfleet-claude-plugins --skill adapter-config-author

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HyperFleet adapter configurations (AdapterConfig and AdapterTaskConfig YAML) are complex and error-prone to craft manually. This skill guides developers to produce correct, production-ready YAML through an interactive workflow.

Core Features & Use Cases

  • Guided, step-by-step collection of adapter identity, scope (Cluster or NodePool), transport, resources, dependencies, and parameters.
  • Generates two validated YAML files: AdapterConfig and AdapterTaskConfig, ready for deployment.
  • Real-world scenarios include creating a new adapter for a cluster lifecycle, or adding a nodepool-based adapter with Maestro transport.

Quick Start

Tell me your adapter name and what it does, and I will guide you step-by-step to generate AdapterConfig and AdapterTaskConfig YAML.

Frequently Asked Questions about adapter-config-author

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

FAQPage Schema
How do I generate HyperFleet AdapterConfig and AdapterTaskConfig YAML files?▼

To generate HyperFleet adapter YAML, provide your adapter name and purpose to trigger a guided workflow that collects identity, scope, transport, resources, dependencies, and parameters, then outputs two validated YAML files.

What is the best way to create a nodepool-based adapter with Maestro transport?▼

Creating a nodepool-based adapter with Maestro transport involves capturing adapter scope and transport details through an interactive questionnaire that validates your inputs and outputs production-ready AdapterConfig and AdapterTaskConfig YAML files.

Can I validate adapter YAML specifications before deploying a cluster lifecycle adapter?▼

Validating adapter YAML specifications is handled natively by the guided workflow, which enforces schema requirements and ensures generated AdapterConfig and AdapterTaskConfig YAML adheres to defined specifications before deployment.

How do I define adapter scope and dependencies for HyperFleet configurations?▼

Defining adapter scope and dependencies requires completing a multi-step questionnaire that captures Cluster or NodePool scope, transport settings, resources, dependencies, and parameters to draft complete HyperFleet YAML configurations.

Why does manually crafting HyperFleet adapter configurations cause errors?▼

Manually crafting HyperFleet adapter configurations is error-prone because AdapterConfig and AdapterTaskConfig YAML files are complex, requiring strict schema adherence and multi-field validation that a guided workflow automates safely.

Does the guided adapter config workflow support both Cluster and NodePool scopes?▼

The guided adapter config workflow supports both Cluster and NodePool scopes, collecting transport, resource, dependency, and parameter details step-by-step to generate compliant YAML for either deployment target.