infrastructure-configlisted
Install: claude install-skill docxology/template
# Skill Descriptor — infrastructure/config
## Module Overview
Repo-scoped configuration defaults used by infrastructure modules.
## Capabilities
- **Environment template management**: `.env.template` provides non-secret example variables
- **Secure configuration**: `secure_config.yaml` defines default steganography/hashing/encryption settings
## Use Cases
1. **Loading manuscript configuration**: Use `infrastructure.core.config.loader` to read per-project `projects/{name}/manuscript/config.yaml` values (this directory's repo-scoped `secure_config.yaml` is loaded separately by `infrastructure.orchestration.secure_run`)
2. **Secure pipeline defaults**: Reference `secure_config.yaml` for steganography settings
3. **Environment setup**: Copy `.env.template` to `.env` and fill in values
## Integration Points
- Referenced by `infrastructure/core/config/loader.py`
- Project-level overrides in `projects/{name}/manuscript/config.yaml`
## See Also
- [`docs/operational/config/configuration.md`](../../docs/operational/config/configuration.md)