NYC

text-diff

SKILL.md

Text Diff Tool

Description

Compare files and text content with unified diff output, side-by-side view, and patch generation.

Trigger

  • /diff command
  • User needs to compare files
  • User wants to see changes

Usage

# Compare two files
python scripts/text_diff.py file1.txt file2.txt

# Unified diff format
python scripts/text_diff.py old.py new.py --unified

# Side-by-side view
python scripts/text_diff.py file1.txt file2.txt --side-by-side

# Generate patch
python scripts/text_diff.py old.txt new.txt --patch > changes.patch

Tags

diff, compare, patch, text, files

Compatibility

  • Codex: ✅
  • Claude Code: ✅
Weekly Installs
5
First Seen
Jan 28, 2026
Installed on
opencode5
claude-code5
github-copilot4
cursor4
mcpjam3
gemini-cli3