Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/superclaude-org/superclaude_framework/gitgit clone --depth 1 https://github.com/SuperClaude-Org/SuperClaude_FrameworkWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00011 | $0.00494 |
| Opus 5 | $0.00005 | $0.00247 |
| Sonnet 5 | $0.00002 | $0.00099 |
| Haiku 4.5 | $0.00001 | $0.00049 |
Grade A, and why
git scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- git — 97% identical, 10 lines differ
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/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:git [operation] [args] [--smart-commit] [--interactive]
Behavioral Flow
- Analyze: Check repository state and working directory changes
- Validate: Ensure operation is appropriate for current Git context
- Execute: Run Git command with intelligent automation
- Optimize: Apply smart commit messages and workflow patterns
- Report: Provide status and next steps guidance
Key behaviors:
- Generate conventional commit messages based on change analysis
- Apply consistent branch naming conventions
- Handle merge conflicts with guided resolution
- Provide clear status summaries and workflow recommendations
Tool Coordination
- Bash: Git command execution and repository operations
- Read: Repository state analysis and configuration review
- Grep: Log parsing and status analysis
- Write: Commit message generation and documentation
Key Patterns
- Smart Commits: Analyze changes → generate conventional commit message
- Status Analysis: Repository state → actionable recommendations
- Branch Strategy: Consistent naming and workflow enforcement
- Error Recovery: Conflict resolution and state restoration guidance
Examples
Smart Status Analysis
/sc:git status
# Analyzes repository state with change summary
# Provides next steps and workflow recommendations
Intelligent Commit
/sc:git commit --smart-commit
# Generates conventional commit message from change analysis
# Applies best practices and consistent formatting
Interactive Operations
/sc:git merge feature-branch --interactive
# Guided merge with conflict resolution assistance
Boundaries
Will:
- Execute Git operations with intelligent automation
- Generate conventional commit messages from change analysis
- Provide workflow optimization and best practice guidance
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 80 lines · 11 tokens per session scan A 4bccf0abad49
git is a command published in the GitHub repository SuperClaude-Org/SuperClaude_Framework (23,856 stars, last pushed 12d ago), licensed MIT. It adds 11 tokens to every session and 494 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
dashboard
Running banco with no subcommand opens a full-screen, read-only dashboard for the current project.
tidy
Reports module data that the current configuration no longer backs — repositories dropped from a provider, task trees whose syncing was turned off, and local items you may want to retire. The output is JSON, intended for agents (see the tidy skill).
check
Scans the project directory for content that does not belong to any module and reports it.
sync
Pulls data from configured remote providers and writes it to the local filesystem.
analyze
Comprehensive code analysis across quality, security, performance, and architecture domains.
troubleshoot
Diagnose and resolve issues in code, builds, deployments, and system behavior.