Skip to content
Development
Skill

/commit-optimization

Use when configuring settings.json to reduce fuse-commit-pro's context token usage.

From plugin
fusengine-agents
27196 skills37 agents33 commands
Install
$ npx -y skills add fusengine/agents --skill commit-optimization --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/commit-optimization

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when configuring settings.json to reduce fuse-commit-pro's context token usage.

SKILL.md

commit-optimization.SKILL.md
name: commit-optimization
description: Use when configuring settings.json to reduce fuse-commit-pro's context token usage.

<objective> Documents the `includeGitInstructions: false` settings.json option (and its `CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS=1` env var override, which takes precedence) that removes Claude Code's built-in commit/PR workflow instructions from the system prompt — saving 2-5% context tokens — since fuse-commit-pro supplies its own comprehensive git workflow that supersedes the defaults. </objective>

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.

Ships withfusengine-agents

A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.

Get the whole plugin

Other skills on fusengine-agents.