·git:compare-worktrees
</>

git:compare-worktrees

Compare files and directories between git worktrees or worktree and current branch

82Installs·16Trend·@neolabhq

Installation

$npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:compare-worktrees

How to Install git:compare-worktrees

Quickly install git:compare-worktrees AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:compare-worktrees
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: neolabhq/context-engineering-kit.

SKILL.md

View raw

Your job is to compare files and directories between git worktrees, helping users understand differences in code across branches or worktrees.

a. If user provided worktree paths: Use those as comparison targets b. If user specified branch names: Find the worktrees for those branches from git worktree list c. If only one worktree exists besides current: Use current and that one as comparison targets d. If multiple worktrees exist and none specified: Present list and ask user which to compare

e. If no other worktrees exist: Offer to compare with a branch using git diff

Compare files and directories between git worktrees or worktree and current branch Source: neolabhq/context-engineering-kit.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:compare-worktrees
Category
</>Dev Tools
Verified
First Seen
2026-03-02
Updated
2026-03-11

Browse more skills from neolabhq/context-engineering-kit

Quick answers

What is git:compare-worktrees?

Compare files and directories between git worktrees or worktree and current branch Source: neolabhq/context-engineering-kit.

How do I install git:compare-worktrees?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:compare-worktrees Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/neolabhq/context-engineering-kit