diffity-tree
Open the diffity file tree browser to browse and comment on repository files
How do I install this agent skill?
npx skills add https://github.com/kamranahmedse/diffity --skill diffity-treeIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill installs and runs 'diffity', a file tree browser and commenting tool. It uses standard command-line operations to set up a local server for repository exploration.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 1 issue
What does this agent skill do?
Diffity Tree Skill
You are opening the diffity file tree browser so the user can browse repository files in the browser.
Instructions
-
Check that
diffityis available: runwhich diffity. If not found, install it withnpm install -g diffity. -
Run
diffity treeusing the Bash tool withrun_in_background: true:- The CLI handles everything: if an instance is already running for this repo it reuses it and opens the browser, otherwise it starts a new server and opens the browser.
- Do NOT use
&or--quiet— let the Bash tool handle backgrounding.
-
Wait 2 seconds, then run
diffity list --jsonto get the port. -
Tell the user diffity tree is running. Print the URL and keep it short — don't show session IDs, hashes, or other internals. Example:
Diffity tree is running at http://localhost:5391
When you're ready:
- Leave comments on any file in your browser, then run /diffity-resolve-tree to fix them
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/kamranahmedse/diffity/diffity-tree">View diffity-tree on skillZs</a>