Commit optimization
Skill fusengine/agents/plugins/commit-pro/skills/commit-optimization
Redefining development through cognitive automation and collaborative agent systems.
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.
What its author says it does
Copied from the file, not written here
Optimization guide for fuse-commit-pro commit workflow. Documents settings to reduce token usage.
SKILL.md
0.6 KB, 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.