Agent skill

configuration-migrator

Migrate configuration files between formats and versions with environment variable extraction

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill configuration-migrator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: BashReadWriteGrepGlobEdit
Path: library/specializations/code-migration-modernization/skills/configuration-migrator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Configuration Migrator Skill Migrates configuration files between different formats and versions, handles environment variable extraction, and manages secret detection. ## Purpose Enable configuration migration for: - Config format conversion - Environment variable extraction - Secret detection and handling - Schema validation - Template generation ## Capabilities ### 1. Config Format Conversion - XML to YAML/JSON - Properties to YAML - INI to JSON - TOML conversion - ENV file handling ### 2. Environment Variable Extraction - Identify environment-specific values - Extract to env files - Create variable references - Document variables ### 3. Secret Detection - Find hardcoded secrets - Identify credentials - Detect API keys - Flag sensitive data ### 4. Schema Validation - Validate against schemas - Check required fields - Verify data types - Ensure compatibility ### 5. Default Value Handling - Preserve defaults - Document required overrides - Create sensible defaults - Handle missing values ### 6. Template Generation - Create config templates - Generate example files - Document all options - Support multiple environments ## Tool Integrations | Tool | Purpose | Integration Method |

What's inside
Steps it walks through
  1. Purpose
  2. Capabilities
  3. 1. Config Format Conversion
  4. 2. Environment Variable Extraction
  5. 3. Secret Detection
  6. 4. Schema Validation
  7. 5. Default Value Handling
  8. 6. Template Generation
  9. Tool Integrations
  10. Output Schema
  11. Integration with Migration Processes
  12. Related Skills
  13. Related Agents
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the configuration-migrator skill do?

Migrate configuration files between formats and versions with environment variable extraction

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill configuration-migrator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going