The diffity diff viewer lets you see your code changes right in your browser. You can compare different versions of your work without leaving your terminal. It works with any Git repository.
Developers can quickly view changes between branches, commits, or even a GitHub pull request. Just provide a Git reference or a PR URL and the viewer opens automatically. This makes reviewing your own changes or sharing them with others much easier.
The tool also works with other commands to leave comments or get an AI code review. It simplifies the whole process of checking what you have changed before you commit or push.
Global
mkdir -p ~/.claude/skills/diffity-diffProject
mkdir -p .claude/skills/diffity-diffSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes