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/revaya-ai/revaya-aios-workspace-template/commitgit clone --depth 1 https://github.com/revaya-ai/revaya-aios-workspace-templateWrote 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.
[](https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/commit)<a href="https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/commit"><img src="https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/commit.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01527 |
| Opus 5 | $0.00000 | $0.00763 |
| Sonnet 5 | $0.00000 | $0.00305 |
| Haiku 4.5 | $0.00000 | $0.00153 |
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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Commit
Save your work, update documentation, and keep the changelog current — all in one command.
Variables
message: $ARGUMENTS (optional — override commit message, or leave blank for auto-generated)
Instructions
You are committing changes to the workspace. This command does three things:
- Creates a clean Git commit with a structured message
- Checks if any technical documentation needs creating or updating
- Updates HISTORY.md with what was done
Follow this workflow exactly.
Step 1: Understand What Changed
Run git diff HEAD to see all changes (staged and unstaged). Also run git status to see untracked files.
Review the changes and understand what was done. Summarize it mentally — you'll need this for the commit message, doc check, and changelog.
Step 1.5: Knowledge Capture Check (Auto-Capture Hook)
Before staging, ask: "Did this session produce a significant decision or learning worth keeping?"
A decision worth keeping: a choice was made that could be questioned later, sets a pattern, or eliminates an alternative. A learning worth keeping: something worked better than expected, something failed and revealed why, a pattern emerged that should be reused or avoided.
If yes:
- Create a file in
knowledge/decisions/orknowledge/learnings/using the template at_template.md - Name it
YYYY-MM-DD-short-description.md - Fill out the template — this takes 2–3 minutes and compounds over sessions
If no: proceed to Step 2.
This is the Auto-Capture hook — the mechanism that ensures the system never forgets.
Step 2: Stage Changes
Stage the relevant changed files. Prefer staging specific files by name rather than git add -A, to avoid accidentally committing sensitive files.
Never stage:
.envor any credential filesdata/*.dbordata/*.db-*(database files)__pycache__/or.venv/- Any file that should be gitignored
If in doubt, ask the user: "I'm about to stage these files: {list}. Look good?"
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.
- 6d ago First seen · 185 lines · 0 tokens per session scan A 9e15f4344b78
commit is a command published in the GitHub repository revaya-ai/revaya-aios-workspace-template (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,527 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-31.
Other commands, from other repositories
block-no-verify
Set up PreToolUse hook to block --no-verify and other git bypass flags in Claude Code projects.
cm
Stage working tree changes and create a Conventional Commit (no push).
cp
Stage, commit, and push the current branch following git governance rules.
atomic-commits
Analyze staged changes and organize them into intuitive atomic commits following conventional commits.
validate-pr-description
Use when validating a PR title and description for conventional commit format, issue linking keywords, and template compliance before submission.
close
End session with verification, commits, and documentation.