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
- config.json (if exists in project root) - Highest priority
- Interactive prompts - For missing required fields
- Default values - For optional fields not provided