coord-commit

SkillDev tools

Commit coordination artifacts (handoffs, dispatches, seeds, config) without QG

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the coord-commit skill

What this skill tells your AI

The instructions your AI receives, as published by the-agency-ai/the-agency in .claude/skills/coord-commit/SKILL.md and read by ahel’s review.

Coordination Commit

For captain coordination artifacts only — handoffs, dispatches, seeds, config updates, hookify rules, CLAUDE.md changes. NOT for implementation code.

Arguments

  • $ARGUMENTS: Files to stage and commit. If empty, stages all modified/untracked coordination files.

Instructions

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.

  1. Run ./agency/tools/git-safe status to see changes
  2. Identify which changed files are coordination artifacts (handoffs, dispatches, seeds, config, hookify, CLAUDE*.md, tools in usr/{principal}/{agent}/tools/)
  3. Stage ONLY coordination artifacts — never stage application code
  4. Run ./agency/tools/git-safe diff --cached --stat to verify what's staged
  5. Run ./agency/tools/git-safe log --oneline -3 for commit message style
  6. Generate a commit message with misc: prefix
  7. Run ./agency/tools/git-safe add for each file separately (the tool blocks -A, --all, ., and wildcards by design)
  8. Run ./agency/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.
  9. Run ./agency/tools/git-safe status to verify

What is a coordination artifact?

  • usr/{principal}/*/handoff.md or *-handoff.md
  • usr/{principal}/*/dispatches/*
  • usr/{principal}/*/seeds/*
  • usr/{principal}/{agent}/tools/*
  • usr/{principal}/*/CLAUDE-*.md
  • agency/config/*
  • agency/CLAUDE-THEAGENCY.md
  • .claude/settings.json
  • .claude/skills/*/SKILL.md
  • .gitignore
  • Hookify rules (usr/{principal}/hookify/*)

What is NOT a coordination artifact?

  • apps/** — application code → needs QG
  • packages/** — library code → needs QG
  • tools/** (project root) — project tools → needs QG
  • agency/tools/* — framework tools → needs QG (unless just copying from the-agency)

Signals

GitHub stars
55
Forks
8
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
coord-commit
Source
github.com/the-agency-ai/the-agency