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/develop)<a href="https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/develop"><img src="https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/develop.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.02266 |
| Opus 5 | $0.00000 | $0.01133 |
| Sonnet 5 | $0.00000 | $0.00453 |
| Haiku 4.5 | $0.00000 | $0.00227 |
Grade A, and why
develop 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 7d 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 — 203 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/develop — Develop Content Concept
Take a content idea stub and develop it into a fully strategized, packaged concept.
Variables
$ARGUMENTS (the stub ID like "#5", or a raw idea to capture and develop in one go)
Instructions
You are running the Develop step of the Content Pipeline. Take a captured idea and turn it into a fully developed content concept with strategic positioning, audience alignment, packaging, and offer mapping.
Setup — Load Context
-
Read the idea:
- If given an ID (#N): query
SELECT * FROM content_ideas WHERE id = Nvia the content database - If given raw text: capture it as a stub first (classify channel + format), then develop
- If given an ID (#N): query
-
Read content strategy docs (ALWAYS read all of these):
content/strategy.md— platform, cadence, pillars, audience split, competitive positioningcontent/brand-and-audience.md— brand positioning, target audience segments, proof pointscontent/offers-and-funnels.md— offers, funnels, audience → offer alignment, CTAscontent/packaging-strategy.md— title/thumbnail/hook frameworks (used for both YouTube AND LinkedIn)
-
Scan inspiration library (check for relevant examples):
content/inspiration/linkedin/— LinkedIn post examples and hooks worth referencingcontent/inspiration/youtube/— YouTube title/thumbnail examplescontent/inspiration/frameworks/— posting frameworks and content systems
If any examples match the concept's channel or topic, reference them in packaging ("This hook pattern is inspired by [source]"). Don't copy — adapt and make it yours.
-
Build the 7-day context window:
.venv/bin/python3 -c " import sys; sys.path.insert(0, '.') from scripts.content.context_aggregator import build_context_window, format_context_for_prompt context = build_context_window(days=7) print(format_context_for_prompt(context)) "Read the output — this tells you:
- Recent published content (what's already been covered so you don't repeat it)
- Recent meetings (themes, client pain points, insights worth referencing)
- Current pipeline state (what's already queued)
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.
- 7d ago First seen · 203 lines · 0 tokens per session scan A 2490ace86d4b
develop 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 2,266 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.
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.
execute
Interactive workflow for workspace isolation, pane-delegated implementation, testing, review, and cleanup.
growth-ab-test
Command "growth-ab-test" from christopherlouet/claude-base, covering growth-ab-test agent, context, objective, workflow and expected output.