Git Repo Info banner
armstrongl armstrongl

Git Repo Info

Git community

Description

--- name: git-repo-info description: Check git history, information, and status of the current or specified repository. argument-hint: [repo-path] auto-execute: true parameters: - name: commit_count type: number required: false default: 10 description: Number of recent commits to display in the history. - name: show_branches type: boolean required: false default: true description: Whether to show all branches or just the current branch. - name: show_remotes

Installation

Installs to ~/.claude/skills/armstrongl-claude-toolbox-git-repo-info/SKILL.md

Terminal
mkdir -p ~/.claude/skills/armstrongl-claude-toolbox-git-repo-info && curl -fsSL https://raw.githubusercontent.com/armstrongl/claude-toolbox/HEAD/commands/git-repo-info.md -o ~/.claude/skills/armstrongl-claude-toolbox-git-repo-info/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository