configure

Configure YAML plugin files interactively with validation, backup, and reset options.

408|97|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill configure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure
Source: https://github.com/bitwize-music-studio/claude-ai-music-skills/tree/main/skills/configure
Command: npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill configure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides users through creating and updating the Claude music plugin's YAML configuration file, eliminating guesswork and reducing setup time by turning questions into a validated config at ~/.bitwize-music/config.yaml.

Core Features & Use Cases

  • Interactive first-time setup for a complete config, including required fields and sensible defaults.
  • Safe edits of existing settings with validation, path expansion, and optional overrides.
  • Backup, validation, and reset workflows that cover show, validate, and reset commands.

Quick Start

Run /configure or /configure setup to start the interactive setup, answer prompts, and generate config.yaml. Afterwards you can /configure show to review settings or /configure validate to check integrity.

Frequently Asked Questions about configure

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

FAQPage Schema
How do I set up a YAML configuration file for my music plugin?

Set up your YAML configuration file by running an interactive wizard that prompts for required fields and generates a validated config at ~/.bitwize-music/config.yaml. The wizard applies sensible defaults to streamline first-time plugin setup.

Can I safely edit an existing YAML config without losing my current settings?

Yes, you can safely edit an existing YAML config because the wizard backs up your current file before applying changes. It validates inputs and expands paths during edits to ensure your configuration remains intact and error-free.

How do I validate my CLI plugin configuration to check for errors?

Validate your CLI plugin configuration by running the validate command to check the integrity of your YAML file. This process inspects your settings to ensure all inputs meet the required format and path constraints.

What happens to missing directories when I configure my plugin path settings?

When you configure plugin path settings, missing directories are automatically created during the validation process. The wizard expands tilde paths and ensures the required folder structure exists before saving the configuration.

How can I reset my interactive CLI configuration back to the default settings?

You can reset your interactive CLI configuration back to defaults by using the reset command within the wizard. This workflow clears your current YAML settings and restores the original sensible defaults for the plugin.