codexspecconfiglisted
Install: claude install-skill Zts0hg/codexspec
# CodexSpec Configuration Manager
## Language Preference
Read `.codexspec/config.yml`. Two independent language controls apply (each falls back to `language.output`, then English):
- **Interaction language** (`language.interaction`): language for all conversation with the user — questions, explanations, status messages, and `codexspec` CLI terminal output.
- **Document language** (`language.document`): language for generated artifact files (requirements/spec/plan/tasks).
Converse in the interaction language and author artifacts in the document language. Apply the project's translation standard to both: translate by meaning (not word-for-word), keep English for terms with no good native equivalent, and write as if originally in that language.
A fresh or reset config writes only `output`; `interaction` and `document` resolve to it via the fallback above, so an `output`-only config is fully functional (non-blocking). Set `interaction` or `document` individually only to make them differ from `output`. That is why the YAML examples below stay `output`-only.
## Parameter Check
Check if `the text after the $codexspec:config skill mention` contains `--view`:
- **If `--view` is present**: View mode - display current configuration and exit
- **If no arguments**: Interactive mode - show configuration management menu
## Configuration File Path
All configuration operations target: `.codexspec/config.yml`
## Instructions
### Step 1: Check Configuration File Existence
First, ch