dx-hub-config

Manage hub configuration by viewing and editing .ai/config.yaml files.

6|3|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/easingthemes/dx-aem-flow --skill dx-hub-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dx-hub-config
Source: https://github.com/easingthemes/dx-aem-flow/tree/main/plugins/dx-hub/skills/dx-hub-config
Command: npx skills add https://github.com/easingthemes/dx-aem-flow --skill dx-hub-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill streamlines hub configuration by enabling you to view and edit hub settings, add repos, and adjust terminal delay without manual file edits.

Core Features & Use Cases

  • Add repository to hub by resolving a path and integrating its .ai/config.yaml metadata (name, base-branch, project).
  • Show current hub configuration, including enabled status, terminal delay, state TTL, and repos.
  • Set terminal delay to control Claude startup timing in the hub.

Quick Start

Run /dx-hub-config to view current hub settings, or use /dx-hub-config add-repo <path> to register a new repository.

Frequently Asked Questions about dx-hub-config

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

FAQPage Schema
How do I configure hub settings without manually editing yaml files?

The tool validates hub presence before operations, so a running or accessible hub environment is required. You also need an existing .ai/config.yaml file in your repositories to store settings like name, base-branch, and project metadata for successful integration.

How do I add a new repository to a hub deployment?

To add a repository to a hub deployment, use the add-repo subcommand with the repository path. The tool resolves the path and integrates its .ai/config.yaml metadata, including the project name and base-branch, into the hub configuration automatically.

What is terminal delay in hub configuration and how do I adjust it?

Terminal delay controls the Claude startup timing within the hub environment. You can adjust this setting using the terminal-delay subcommand, which writes the updated value directly to your .ai/config.yaml file without requiring manual intervention.

Can I view the current state and configuration of multiple hub projects?

Yes, you can view the current configuration across multiple projects using the show subcommand. This audits the hub state by displaying enabled status, terminal delay, state TTL, and all registered repositories from the .ai/config.yaml file.

What prerequisites do I need before managing hub configuration for repositories?

The tool validates hub presence before operations, so an accessible hub environment is required. You also need an existing .ai/config.yaml file in your repositories to store settings like name, base-branch, and project metadata for successful integration.