difft — structural syntax-aware diff tool comparing code by AST
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-82504f77)More formats (shields.io, HTML) on the badges page.
---
name: difft
description: difft — structural syntax-aware diff tool comparing code by AST
---
# difft Plugin
Difftastic is a syntax-aware diff tool that compares code by AST rather than line-by-line, producing clearer diffs across 30+ languages.
## Quickstart
```bash
# Compare two files
difft old.js new.js
# Side-by-side display
difft --display side-by-side old.py new.py
# Compare entire directories
difft dir1/ dir2/
# Inline display mode
difft --display inline old.rs new.rs
# Ignore comments when diffing
difft --ignore-comments old.java new.java
```
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!