Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
.claude/skills/majiayu000-config-secrets-environments/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -33% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 7% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -8% | 0% |
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.
textconfig_inventory: environment_matrix: secret_flows: validation_and_startup_wiring: drift_checks: rotation_plan: failure_behavior: verification_commands:
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-20 | pass→pass | 15,552 | 17,883 | +15% | 1 | 1 | 0% | 2,499 | 3,051 | +22% | 0 | 0 | — |
case-01 | fail→pass | 33,315 | 22,852 | -31% | 1 | 1 | 0% | 6,227 | 4,151 | -33% | 0 | 0 | — |
case-02 | fail→pass | 37,235 | 24,398 | -34% | 1 | 1 | 0% | 6,226 | 4,646 | -25% | 0 | 0 | — |
case-03 | fail→pass | 37,681 | 20,728 | -45% | 1 | 1 | 0% | 6,216 | 3,825 | -38% | 0 | 0 | — |
case-04 | pass→pass | 7,681 | 11,521 | +50% | 1 | 1 | 0% | 1,393 | 2,446 | +76% | 0 | 0 | — |
case-05 | pass→pass | 4,146 | 9,044 | +118% | 1 | 1 | 0% | 732 | 1,648 | +125% | 0 | 0 | — |
case-06 | pass→pass | 7,958 | 10,245 | +29% | 1 | 1 | 0% | 1,364 | 2,160 | +58% | 0 | 0 | — |
case-07 | pass→pass | 9,519 | 9,196 | -3% | 1 | 1 | 0% | 1,514 | 1,854 | +22% | 0 | 0 | — |
case-08 | fail→pass | 11,059 | 9,370 | -15% | 1 | 1 | 0% | 1,695 | 1,817 | +7% | 0 | 0 | — |
case-09 | pass→pass | 11,399 | 8,430 | -26% | 1 | 1 | 0% | 1,630 | 1,559 | -4% | 0 | 0 | — |
case-10 | pass→pass | 13,782 | 13,895 | +1% | 1 | 1 | 0% | 2,278 | 2,609 | +15% | 0 | 0 | — |
case-11 | fail→pass | 13,647 | 10,509 | -23% | 1 | 1 | 0% | 2,238 | 2,051 | -8% | 0 | 0 | — |
case-12 | pass→pass | 16,292 | 14,250 | -13% | 1 | 1 | 0% | 2,235 | 2,343 | +5% | 0 | 0 | — |
case-13 | pass→pass | 14,637 | 12,966 | -11% | 1 | 1 | 0% | 2,150 | 2,393 | +11% | 0 | 0 | — |
case-14 | pass→pass | 10,159 | 11,470 | +13% | 1 | 1 | 0% | 1,487 | 1,943 | +31% | 0 | 0 | — |
case-15 | fail→pass | 14,342 | 3,853 | -73% | 1 | 1 | 0% | 2,165 | 969 | -55% | 0 | 0 | — |
case-16 | fail→pass | 12,816 | 2,996 | -77% | 1 | 1 | 0% | 2,074 | 818 | -61% | 0 | 0 | — |
case-17 | fail→pass | 13,261 | 2,158 | -84% | 1 | 1 | 0% | 2,179 | 700 | -68% | 0 | 0 | — |
case-18 | pass→pass | 17,153 | 12,380 | -28% | 1 | 1 | 0% | 2,545 | 2,288 | -10% | 0 | 0 | — |
case-19 | pass→pass | 11,889 | 9,882 | -17% | 1 | 1 | 0% | 1,808 | 1,764 | -2% | 0 | 0 | — |
case-21 | pass→pass | 12,037 | 10,041 | -17% | 1 | 1 | 0% | 1,756 | 1,803 | +3% | 0 | 0 | — |
case-22 | fail→pass | 11,509 | 6,487 | -44% | 1 | 1 | 0% | 1,684 | 1,168 | -31% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +41 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.