karimo-overview: Skill for Claude Code

.claude/skills/incremental-commits/SKILL.md

incremental-commits is a skill for Claude Code from opensesh/karimo-overview. It costs 0 tokens per session (1,229 once invoked), scanned A, original, Apache-2.0.

A Git workflow rule for saving each logical piece of development work in its own commit.

In plain words
What is it for?
It helps structure commits during plans, multi-step tasks, bug fixes, refactors, and reviews.
Why use it?
It keeps project history traceable, making changes easier to understand, debug, revert, and review.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: names the TodoWrite tool.

This is opensesh/karimo-overview's own configuration. It tells Claude Code how to work on karimo-overview itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything karimo-overview configures →

Reuse

Borrowing it

Nothing to install: this file belongs to opensesh/karimo-overview. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/opensesh/karimo-overview/main/.claude/skills/incremental-commits/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/opensesh/karimo-overview

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for incremental-commits

README.md
[![agentmods](https://agentmods.dev/badge/skills/opensesh/karimo-overview/incremental-commits/github.svg)](https://agentmods.dev/skills/opensesh/karimo-overview/incremental-commits)
Your own site
<a href="https://agentmods.dev/skills/opensesh/karimo-overview/incremental-commits"><img src="https://agentmods.dev/badge/skills/opensesh/karimo-overview/incremental-commits/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for incremental-commits

Your own site · 80×15
<a href="https://agentmods.dev/skills/opensesh/karimo-overview/incremental-commits"><img src="https://agentmods.dev/badge/skills/opensesh/karimo-overview/incremental-commits.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,229 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01229
Opus 5 $0.00000 $0.00615
Sonnet 5 $0.00000 $0.00246
Haiku 4.5 $0.00000 $0.00123

Measured 5d ago against content hash 905b3ae4159b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

incremental-commits scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/incremental-commits/SKILL.md · 204 lines

How it starts

The opening of the file, as written. The whole thing — 204 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Incremental Commits

This skill activates during plan execution, multi-phase work, or TodoWrite usage. Triggers on phrases like "plan", "phase", "task", "implement", "execute", "execute the plan", "work through", "complete the tasks".


The Iron Law

COMMIT AFTER EACH LOGICAL UNIT OF WORK — SUMMARIZE AT END

Never bundle. Never ask at the end. Commit as you go. Bundling all changes into one commit destroys traceability and makes git history useless for debugging, reverting, or understanding why changes were made.


Commit Triggers

Execute a commit when ANY of these occur:

Trigger Action
TodoWrite task marked completed Commit that task's changes
Plan phase complete Commit phase changes
Bug fix verified Commit the fix
Refactor complete Commit separately from features
Before context switch Commit current work first

The Commit Sequence

Before marking a TodoWrite task as completed:

1. VERIFY  → Tests pass, build succeeds (via verification-before-completion)
2. STAGE   → Stage files related to this task only
3. COMMIT  → Use conventional commit format
4. MARK    → Update TodoWrite status to completed
5. NEXT    → Move to next task

Skipping steps = poor git history = future pain


Integration Points

With TodoWrite

When marking a task completed, commit FIRST:

❌ WRONG:
[mark TodoWrite task completed]
[continue to next task]
...later...
"Should I commit all these changes?"

✅ CORRECT:
[complete task work]
[verify it works]
[git add relevant files]
[git commit -m "feat(feature): add component skeleton"]
[mark TodoWrite task completed]
[move to next task]

With verification-before-completion

Always verify BEFORE committing:

[implement feature]
   ↓
[run tests - they pass]
   ↓
[run build - it succeeds]
   ↓
[commit with confidence]

Read the full file on GitHub · 204 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 204 lines · 0 tokens per session scan A 905b3ae4159b

Subscribe to this mod's changes

incremental-commits is a skill published in the GitHub repository opensesh/karimo-overview (11 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,229 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

attribution

Commit authorship policy — no co-author trailers, user is sole author.

statsclaw/statsclaw · 17 tokens

git

This skill should be used when the user asks to "commit changes", "create a pull request", "rebase safely", "manage branches", "fix merge conflicts", "undo a commit", "comment on a PR", "create a release", or performs any git/GitHub operations. Provides safety patterns, atomic commit formatting, PR descriptions…

dean0x/devflow · 82 tokens

git-github

Git workflow and GitHub collaboration patterns including conventional commits, branch naming, PR workflow, and gh CLI usage. Use when creating commits, branches, or pull requests. TRIGGER when: git commit, branch, PR, pull request, merge, gh cli. DO NOT TRIGGER when: code implementation, testing, documentation without…

akaszubski/autonomous-dev · 72 tokens

brain-github-export

Export accumulated brain knowledge as CONVENTIONS.md and open a GitHub PR so your whole team can review what the AI team learned.

Gr122lyBr/claude-teams-brain · 0 tokens

ship

Alles abschliessen — commit, push, PR, merge, zurück auf main. Vollständig autonom, NULL Rückfragen. Unterstützt /ship T-{N} für direkten Branch-Zugriff.

yves-s/just-ship · 42 tokens

git-commit

Creates git commits following Conventional Commits format with type/scope/subject and detailed markdown body. Use when user wants to commit changes, create commit, save work, or stage and commit. Enforces project-specific conventions from CLAUDE.md. Each change type gets its own markdown heading (# emoji + type), with…

redai-infra/Relax · 73 tokens