configuration-init

Initialize project configuration files with an interactive wizard.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/nexus-a1/claude-skills --skill configuration-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configuration-init
Source: https://github.com/nexus-a1/claude-skills/tree/main/skills/configuration-init
Command: npx skills add https://github.com/nexus-a1/claude-skills --skill configuration-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize project configuration files with an interactive wizard that guides teams through setting storage locations, artifact mappings, and lifecycle behaviors, so projects start with a consistent configuration.

Core Features & Use Cases

  • Guided setup for new projects and migrating existing installs.
  • Interactive prompts cover execution mode, local storage path, and optional team repository integration.
  • Generate and write the .claude/configuration.yml and create necessary artifact directories to ensure smooth operation of Claude Code skills.

Quick Start

Run /configuration-init to start the interactive wizard.

Frequently Asked Questions about configuration-init

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

FAQPage Schema
How do I initialize project configuration files for Claude Code?

To initialize project configuration, run the interactive wizard to generate a .claude/configuration.yml file. The wizard guides you through choosing an execution mode, local storage path, and optional repository mappings for consistent setup.

Can I migrate an existing configuration to a new YAML schema?

Yes, you can migrate an existing configuration by running the wizard in migrate mode. It guides you through updating your current setup to enforce a YAML frontmatter-based metadata schema and writes the updated .claude/configuration.yml file.

What is the best way to set up local storage paths and artifact mappings?

The best way to set up local storage paths and artifact mappings is using an interactive wizard. It prompts you for specific user input to define storage locations and generates the necessary artifact directories.

Does the configuration wizard support both new projects and existing installs?

Yes, the configuration wizard supports both new projects and existing installs. It offers validate and migrate modes to ensure your project configuration files are correctly initialized or updated.

What format does the generated project configuration file use?

The generated project configuration file uses a YAML format. Specifically, it writes a .claude/configuration.yml file that enforces a YAML frontmatter-based metadata schema to store local storage paths and artifact mappings.

Why do I need an interactive wizard for project setup?

You need an interactive wizard for project setup to ensure teams start with a consistent configuration. It enforces a structured metadata schema, prompts for necessary inputs, and automatically creates required artifact directories to prevent manual errors.