Sc Git banner
SuperClaude-Org SuperClaude-Org

Sc Git

Git community

Description

--- name: git description: "Git operations with intelligent commit messages and workflow optimization" category: utility complexity: basic mcp-servers: [] personas: [] --- # /sc:sc:sc:git - Git Operations ## Triggers - Git repository operations: status, add, commit, push, pull, branch - Need for intelligent commit message generation - Repository workflow optimization requests - Branch management and merge operations ## Usage ``` /sc:sc:git [operation] [args] [--smart-commit] [--interactive] `

Installation

Installs to ~/.claude/skills/superclaude-org-superclaude_plugin-sc-git/SKILL.md

Terminal
mkdir -p ~/.claude/skills/superclaude-org-superclaude_plugin-sc-git && curl -fsSL https://raw.githubusercontent.com/SuperClaude-Org/SuperClaude_Plugin/HEAD/commands/sc-git.md -o ~/.claude/skills/superclaude-org-superclaude_plugin-sc-git/SKILL.md

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

Full documentation available on GitHub

View Source Repository