Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Migrate configuration files between formats and versions with environment variable extraction
.claude/skills/a5c-ai-configuration-migrator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 11% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 66% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -68% | 0% |
Migrates configuration files between different formats and versions, handles environment variable extraction, and manages secret detection.
Enable configuration migration for:
| Tool | Purpose | Integration Method | |------|---------|-------------------| | yq | YAML processing | CLI | | jq | JSON processing | CLI | | dotenv | ENV file handling | Library | | git-secrets | Secret detection | CLI | | Config validators | Schema validation | CLI |
json{ "migrationId": "string", "timestamp": "ISO8601", "source": { "format": "string", "path": "string" }, "target": { "format": "string", "path": "string" }, "conversions": [ { "sourceKey": "string", "targetKey": "string", "transformation": "string" } ], "extracted": { "envVariables": [], "secrets": [] }, "validation": { "valid": "boolean", "errors": [], "warnings": [] } }
compliance-validator: Secret complianceconfiguration-centralization-agent: Config modernization| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 11,425 | 14,364 | +26% | 1 | 1 | 0% | 2,935 | 3,261 | +11% | 0 | 0 | — |
case-02 | fail→pass | 8,816 | 10,843 | +23% | 1 | 1 | 0% | 1,926 | 3,196 | +66% | 0 | 0 | — |
case-03 | fail→pass | 13,775 | 10,267 | -25% | 1 | 1 | 0% | 3,198 | 3,004 | -6% | 0 | 0 | — |
case-04 | fail→fail | 9,236 | 6,395 | -31% | 1 | 1 | 0% | 1,878 | 1,779 | -5% | 0 | 0 | — |
case-05 | pass→pass | 23,988 | 8,314 | -65% | 1 | 1 | 0% | 2,613 | 2,596 | -1% | 0 | 0 | — |
case-06 | fail→fail | 14,865 | 25,110 | +69% | 1 | 1 | 0% | 3,225 | 5,119 | +59% | 0 | 0 | — |
case-07 | fail→fail | 10,317 | 2,726 | -74% | 1 | 1 | 0% | 1,944 | 1,058 | -46% | 0 | 0 | — |
case-08 | fail→fail | 8,736 | 2,022 | -77% | 1 | 1 | 0% | 1,647 | 909 | -45% | 0 | 0 | — |
case-09 | fail→pass | 10,579 | 2,594 | -75% | 1 | 1 | 0% | 2,017 | 870 | -57% | 0 | 0 | — |
case-10 | fail→fail | 4,800 | 2,000 | -58% | 1 | 1 | 0% | 632 | 820 | +30% | 0 | 0 | — |
case-11 | fail→fail | 6,762 | 1,626 | -76% | 1 | 1 | 0% | 1,208 | 776 | -36% | 0 | 0 | — |
case-12 | fail→pass | 15,325 | 2,059 | -87% | 1 | 1 | 0% | 2,977 | 939 | -68% | 0 | 0 | — |
case-13 | fail→pass | 12,662 | 2,158 | -83% | 1 | 1 | 0% | 2,391 | 868 | -64% | 0 | 0 | — |
case-14 | fail→pass | 15,469 | 2,396 | -85% | 1 | 1 | 0% | 2,175 | 862 | -60% | 0 | 0 | — |
case-15 | fail→pass | 7,046 | 1,515 | -78% | 1 | 1 | 0% | 1,310 | 732 | -44% | 0 | 0 | — |
case-16 | fail→pass | 16,894 | 1,504 | -91% | 1 | 1 | 0% | 2,173 | 707 | -67% | 0 | 0 | — |
case-17 | fail→pass | 9,212 | 8,283 | -10% | 1 | 1 | 0% | 1,758 | 2,179 | +24% | 0 | 0 | — |
case-18 | fail→pass | 11,205 | 5,875 | -48% | 1 | 1 | 0% | 2,139 | 1,933 | -10% | 0 | 0 | — |
case-19 | fail→pass | 18,411 | 9,217 | -50% | 1 | 1 | 0% | 3,401 | 2,526 | -26% | 0 | 0 | — |
case-20 | pass→pass | 11,496 | 11,062 | -4% | 1 | 1 | 0% | 2,486 | 3,198 | +29% | 0 | 0 | — |
case-21 | fail→fail | 11,184 | 2,376 | -79% | 1 | 1 | 0% | 1,682 | 871 | -48% | 0 | 0 | — |
case-22 | fail→fail | 10,387 | 1,801 | -83% | 1 | 1 | 0% | 1,439 | 760 | -47% | 0 | 0 | — |
case-23 | pass→pass | 15,378 | 12,617 | -18% | 1 | 1 | 0% | 2,632 | 2,695 | +2% | 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. 23 cases were attempted. The headline lift of +52 percentage points is the difference between those two pass rates over the 23 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.