Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/jayminwest/kotadb/commitgit clone --depth 1 https://github.com/jayminwest/kotadbWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01114 |
| Opus 5 | $0.00000 | $0.00557 |
| Sonnet 5 | $0.00000 | $0.00223 |
| Haiku 4.5 | $0.00000 | $0.00111 |
Grade A, and why
commit 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/commit
Template Category: Message-Only
Generate a git commit message for the staged work.
Variables
- agent_name: $1 (planner or implementor)
- issue_type: $2 (feature, bug, chore)
- issue_json: $3 (GitHub issue payload)
Instructions
- Commit message format:
<issue_type>: ${issue_number} - <short description>. - Description must be ≤ 60 characters, present tense, no trailing period.
- Preface the body (if needed) with
Generated with ADW ID: <adw_id>is handled elsewhere—only craft the subject. - Review
git diff HEADto understand staged changes before generating the message. - DO NOT execute git commands (staging/committing is handled by the orchestration layer).
CRITICAL: Commit Message Validation Rules
Your commit message will be validated by automation/adws/adw_modules/validation.py. It MUST pass these checks:
Format Requirements
- Conventional Commits format:
<type>(<scope>): <subject> - Valid types: feat, fix, chore, docs, test, refactor, perf, ci, build, style
- Subject length: 1-72 characters (keep under 60 for best practices)
- Optional scope: You can add a scope in parentheses after the type (e.g.,
feat(api):)
Meta-Commentary Patterns (FORBIDDEN in first line)
DO NOT include these phrases anywhere in the commit message subject line:
- ❌
based on - ❌
the commit should - ❌
here is - ❌
this commit - ❌
i can see - ❌
looking at - ❌
the changes - ❌
let me
These patterns indicate agent reasoning leakage. The commit message should be a direct statement, not a description of your thought process.
Examples
✅ CORRECT (these will pass validation):
chore: 98 - document test path resolution strategy
feat: 123 - add rate limiting middleware
fix: 456 - resolve API key validation bug
docs: 789 - update authentication guide
❌ INCORRECT (these will FAIL validation):
Based on the changes, I can see this is a documentation update
The commit should be: chore - update docs
Here is the commit message for the changes
This commit documents the test path resolution strategy
Looking at the diff, the changes add rate limiting
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.
- yesterday First seen · 129 lines · 0 tokens per session scan A 928b003166c1
commit is a command published in the GitHub repository jayminwest/kotadb (102 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,114 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-08-30.
Other commands, from other repositories
design-review
Workflow recipe — review a design end-to-end, ending in measured numbers rather than adjectives, by chaining 4 skills.
setup-pm-skills
Onboard a new user — find out what they do, recommend the right bundles & top skills, and set up a project CONTEXT.md so every skill is tailored to them.
statusbar-style
Switch the status-bar style (classic / capsule / hairline).
validate-dependencies
Validate all task dependencies for issues.
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
superpowers-execute
Execute the current GSD phase plan with Superpowers instead of gsd-execute-phase.