configuration

Installation
SKILL.md

Configuration Management Skill

Purpose

Read and merge application configuration from config.json file with interactive prompts and default values.

IMPORTANT: When prompting users interactively, ask questions ONE AT A TIME in a conversational manner. Wait for each answer before asking the next question.

When to Use

Execute this skill at the beginning of the application generation process (Step 2 in AGENT_INSTRUCTIONS.md).

Input Parameters

None - reads from project root

Configuration Sources Priority

  1. config.json (if exists in project root) - Highest priority
  2. Interactive prompts - For missing required fields
  3. Default values - For optional fields not provided

Instructions

Installs
1
GitHub Stars
593
First Seen
12 days ago
configuration — majiayu000/claude-skill-registry