Skip to main content
Generalfusengine

commit-optimization

Optimization guide for fuse-commit-pro commit workflow. Documents settings to reduce token usage.

Stars
13
Source
fusengine/agents
Updated
2026-05-17
Slug
fusengine--agents--commit
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/fusengine/agents/HEAD/plugins/commit-pro/skills/commit/SKILL.md -o .claude/skills/commit.md

Drops the SKILL.md into .claude/skills/commit.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Commit Optimization

Optimization: Disable Built-in Git Instructions

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.