text-diff

Installation
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
Installs
33
GitHub Stars
84
First Seen
Jan 28, 2026
text-diff — aidotnet/moyucode