.claude/skills/coord-commit/SKILL.md
Commit coordination artifacts (handoffs, dispatches, seeds, config) without QG
npx skillsauth add the-agency-ai/the-agency .claude/skills/coord-commitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
For captain coordination artifacts only — handoffs, dispatches, seeds, config updates, hookify rules, CLAUDE.md changes. NOT for implementation code.
$ARGUMENTS: Files to stage and commit. If empty, stages all modified/untracked coordination files.D41-R5 fix: instructions now use the safe-tool family. Bare git is
hookify-blocked for agents (block-raw-tools.sh). Use git-safe /
git-safe-commit per the standard discipline.
./claude/tools/git-safe status to see changesusr/{principal}/{agent}/tools/)./claude/tools/git-safe diff --cached --stat to verify what's staged./claude/tools/git-safe log --oneline -3 for commit message stylemisc: prefix./claude/tools/git-safe add for each file separately (the tool blocks -A, --all, ., and wildcards by design)./claude/tools/git-safe-commit "message" --no-work-item to commit — never raw git commit. Coordination artifacts skip QG (no QGR receipt required) but still go through the safe wrapper../claude/tools/git-safe status to verifyusr/{principal}/*/handoff.md or *-handoff.mdusr/{principal}/*/dispatches/*usr/{principal}/*/seeds/*usr/{principal}/{agent}/tools/*usr/{principal}/*/CLAUDE-*.mdclaude/config/*claude/CLAUDE-THEAGENCY.md.claude/settings.json.claude/skills/*/SKILL.md.gitignoreusr/{principal}/hookify/*)apps/** — application code → needs QGpackages/** — library code → needs QGtools/** (project root) — project tools → needs QGclaude/tools/* — framework tools → needs QG (unless just copying from the-agency)business
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment