From fuse-commit-pro
Optimization guide for fuse-commit-pro commit workflow. Documents settings to reduce token usage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-commit-pro:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
For best results with fuse-commit-pro, add this to your `~/.claude/settings.json`:
For best results with fuse-commit-pro, add this to your ~/.claude/settings.json:
{
"includeGitInstructions": false
}
This removes Claude Code's built-in commit/PR workflow instructions from the system prompt, saving 2-5% context tokens. fuse-commit-pro provides its own comprehensive git workflow that supersedes the defaults.
Note: CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS=1 env var takes precedence over this setting.
npx claudepluginhub fusengine/agents --plugin fuse-commit-proEnforces git commit best practices with conventional commits format, atomic principles, type prefixes, and semantic versioning for clear, meaningful history. Use when committing code.
Manages Claude Code's built-in git instruction token consumption by disabling them and injecting a minimal 280-tok alternative. Saves ~2,200 tok/session and ~1,700 tok/call.
Analyzes uncommitted changes, groups by cohesion, and generates commit messages matching project style. Outputs git commands or executes with --execute.