majiayu000/config-secrets-environments
Design, audit, and verify configuration, environment separation, secrets, BYOK flows, key rotation, config schema validation, and drift checks across local, dev, staging, and production. Use when adding env vars, changing runtime config, handling API keys or user-provided keys, diagnosing config drift, or preparing deploy/release configuration.
npx skills add https://github.com/majiayu000/spellbook --skill config-secrets-environments
Use this skill when behavior depends on configuration or secrets. The goal is explicit config ownership, validation, and environment parity without exposing credentials.
Collect:
.env.example, schema, docs, and CI checks.Never print real secrets. Redact values and report only names, source type, and wiring status.
Use this shape:
| Key | Local | Test | Staging | Prod | Secret? | Owner | Rotation |
|---|---|---|---|---|---|---|---|
Mark unknown values as unknown. Do not infer a production value from local files.
config_inventory:
environment_matrix:
secret_flows:
validation_and_startup_wiring:
drift_checks:
rotation_plan:
failure_behavior:
verification_commands:
Take majiayu000/config-secrets-environments from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.