Handles the full commit workflow with Conventional Commits formatting, automatic scope detection from your changes, and agent attribution tracking. It runs your local validation suite (linters, type checkers, tests) before committing, blocks direct commits to main/dev branches, and can amend or stash when needed. The agent ledger feature is clever: it reads `.claude/agents/activity/{branch}.jsonl` and adds Co-Authored-By trailers for any agents that spent meaningful time on the changes. Best for teams that want commit discipline without spawning agents just to run git commands. The verification gate and branch protection rules prevent the usual footguns.
npx skills add https://github.com/yonatangross/orchestkit --skill commit