From aidotnet-moyucode
Compares files and text with unified diff, side-by-side view, and patch generation. Useful for reviewing changes or generating patches.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidotnet-moyucode:text-diffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Compare files and text content with unified diff output, side-by-side view, and patch generation.
Compare files and text content with unified diff output, side-by-side view, and patch generation.
/diff command# 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
diff, compare, patch, text, files
npx claudepluginhub aidotnet/moyucodeCompares two files side-by-side with structured diff output, change categorization, and semantic analysis.
Reviews diffs, files, and documents with inline annotations in a TUI overlay supporting git, hg, and jj repos, or answers questions about revdiff usage, configuration, themes, and keybindings.
Guides code editing within Claude Code, including file modifications, diff reviews, and applying changes efficiently.