Compare configuration files, highlight differences, and suggest
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill cfg-diff --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cfg Diff?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-cfg-diff)More formats (shields.io, HTML) on the badges page.
---
name: cfg-diff
description: Compare configuration files, highlight differences, and suggest
merge strategies for YAML, JSON, TOML, and INI formats.
---
# Config Diff
Compare and merge configuration files.
## Capabilities
- **Diff**: Side-by-side or unified diff of config files
- **Semantic Diff**: Understand structure (not just text) for YAML/JSON/TOML
- **Merge Suggestions**: Propose how to merge conflicting configs
- **Format Support**: YAML, JSON, TOML, INI, env files
## Usage
Ask the agent to:
- "Compare config.yml and config.production.yml"
- "What changed between these two JSON configs?"
- "Help me merge these two TOML files"
- "Show differences between .env.local and .env.production"
## How It Works
Uses `diff`, `jq`, `yq`, and text analysis:
```bash
diff --unified config-a.yml config-b.yml
jq -S . a.json > /tmp/a.json && jq -S . b.json > /tmp/b.json && diff /tmp/a.json /tmp/b.json
```
## Requirements
- `diff` (pre-installed)
- Optional: `jq` for JSON, `yq` for YAML
- No API keys needed
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.