Commit optimization
Skill fusengine/agents/plugins/commit-pro/skills/commit-optimization
Optimization guide for fuse-commit-pro commit workflow. Documents settings to reduce token usage.From its SKILL.md
npx -y skills add fusengine/agents --skill commit-optimizationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.6 KB, 115 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.