← ClaudeAtlas

infrastructure-configlisted

Repository-scoped configuration for the template—environment variable templates and default secure/steganography YAML. Use when editing .env patterns, secure_config defaults, or cross-referencing project manuscript config overrides.
docxology/template · ★ 19 · DevOps & Infrastructure · score 78
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)