jamie-bitflight/claude_skills

modern-git

Modern Git workflows, best practices, and commands.

First seen Mar 29, 2026

Installation

$ npx skills add jamie-bitflight/claude_skills --skill modern-git

Summary

  • Modern Git workflows, best practices, and commands.
  • Use when the user asks about Git branch management (git switch vs checkout), file restoration (git restore), fixup commits, autosquash rebasing, git worktrees, rerere, force-with-lease, repository cleanup (git clean, stale branches, bloat analysis), history navigation (revision syntax, range notation, pickaxe search), recommended global git config, or GitButler and the but CLI.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jamie-bitflight/claude_skills · top by installs.

npx skills add jamie-bitflight/claude_skills

Browse all from jamie-bitflight/claude_skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 66
License LICENSE
Default branch main
Open issues 655
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,176 B
  • docs SUMMARY.md 450 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 28 installs

SKILL.md

Modern Git

Full reference: [./references/git-workflows.md](./references/git-workflows.md) — read it when answering any question this skill covers.

Quick Navigation

Topic Section
git switch / git restore (replace checkout) §1
Topic branches, throw-away branches, merge-upwards §2
Fixup commits, autosquash, worktrees §3
rerere, native GitButler alternatives §4
Recommended global config §5
--force-with-lease, pickaxe, git maintenance §6
Repo cleanup, bloat analysis, stash, .mailmap §7
Command cheat sheet §8
Revision syntax, range notation, reflog §9
GitButler desktop + but CLI install §10