git-staging

Installation
SKILL.md

Non-interactive Git Staging

Stage only the changes intended for the next commit. The index is shared state: preserve anything already staged unless the user explicitly asks to replace or unstage it.

Workflow

  1. Inspect all three states:

    git status --short
    git diff --no-ext-diff
    git diff --cached --no-ext-diff
    
Installs
14
GitHub Stars
15
First Seen
Feb 28, 2026
git-staging — aspiers/ai-config