git-expert

Installation
SKILL.md

Git Expert Skill

Installation

The skill invokes the git CLI. Install Git if not present:

  • Windows: Download from git-scm.com or winget install --id Git.Git -e --source winget
  • macOS: brew install git or Xcode CLI tools: xcode-select --install
  • Linux: apt-get install git (Debian/Ubuntu), dnf install git (Fedora), pacman -S git (Arch)

Verify: git --version

Cheat Sheet & Best Practices

Essential commands (token-efficient):

Installs
75
GitHub Stars
30
First Seen
Jan 27, 2026
git-expert — oimiragieo/agent-studio