Use this skill when the user wants to diff YAML or JSON files and see color-coded structural differences.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-11e06356)More formats (shields.io, HTML) on the badges page.
---
name: dyff
description: Use this skill when the user wants to diff YAML or JSON files and see color-coded structural differences.
---
# dyff Plugin
A diff tool for YAML and JSON files with color-coded structural difference output.
## Commands
- `dyff self version` — Print dyff version
- `dyff _ _` — Passthrough to dyff CLI
## Installation
```bash
brew install dyff
```
## Examples
```bash
dyff between file1.yaml file2.yaml
dyff between --json file1.json file2.json
```
## Key Features
- **YAML/JSON diff** — Structural diff for config files
- **Color output** — Color-coded differences
- **Pipeline-ready** — Machine-readable JSON output
- **Multiple formats** — YAML and JSON support
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!