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.
git 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/implement)<a href="https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/implement"><img src="https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/implement/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/implement"><img src="https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/implement.svg" alt="Reviewed on agentmods" width="80" 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.00977 |
| Opus 5 | $0.00000 | $0.00489 |
| Sonnet 5 | $0.00000 | $0.00195 |
| Haiku 4.5 | $0.00000 | $0.00098 |
Grade A, and why
implement 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 9d 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 — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Implement
Execute an implementation plan created by /create-plan. Read the plan thoroughly, execute each step in order, and report on the completed work.
Variables
plan_path: $ARGUMENTS (path to the plan file, e.g., plans/2026-01-28-add-guest-research-command.md)
Instructions
Phase 1: Understand the Plan
- Read the plan file completely. Do not skim — understand every section.
- Verify prerequisites:
- Are there open questions that need answers before proceeding?
- Are there dependencies on external resources or user decisions?
- If blockers exist, stop and ask the user before proceeding.
- Confirm the plan is ready:
- Status should be "Draft" or "Ready"
- All sections should be filled out (no placeholder text remaining)
Phase 2: Execute the Plan
-
Follow the Step-by-Step Tasks in exact order.
- Complete each step fully before moving to the next
- If a step involves creating a file, write the complete file — not a stub
- If a step involves modifying a file, read the file first, then apply changes precisely
-
For each task:
- Read any files that will be affected
- Make the changes specified
- Verify the change is correct before proceeding
-
Handle issues gracefully:
- If a step can't be completed as written, note the issue and adapt if the intent is clear
- If you're unsure how to proceed, ask the user rather than guessing
- Document any deviations from the plan
Documentation Check
After completing each implementation chunk:
- Check if the changes created a new system or significantly modified an existing one
- Read
docs/_index.md— does a doc exist for this system? - If no doc exists and the changes are significant (new system, new command, new integration):
- Create one using the template in
docs/_templates/ - Add an entry to
docs/_index.md
- Create one using the template in
- If a doc exists but is now stale:
- Update the relevant sections
- Add a dated entry to the doc's History table
- Update
HISTORY.mdwith what was implemented - Commit the documentation updates:
docs: update documentation for {system}
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.
- 9d ago First seen · 157 lines · 0 tokens per session scan A 36e1cebaa601
implement 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 977 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
deps-audit
Audit project dependencies for vulnerabilities, outdated packages, license conflicts, and supply chain risks — then provide actionable remediation strategies.
README
Git workflow and quality assurance commands for the claude-skills repository.
merge-conflict-analysis
You are analyzing merge conflicts for PR #${{ pr-number }}.
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
growth-seo
SEO audit and optimization for organic search ranking.
growth-ab-test
Command "growth-ab-test" from christopherlouet/claude-base, covering growth-ab-test agent, context, objective, workflow and expected output.