Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote 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/machinewisdomai/fava-trails/agent-farm)<a href="https://agentmods.dev/commands/machinewisdomai/fava-trails/agent-farm"><img src="https://agentmods.dev/badge/commands/machinewisdomai/fava-trails/agent-farm.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.03183 |
| Opus 5 | $0.00000 | $0.01591 |
| Sonnet 5 | $0.00000 | $0.00637 |
| Haiku 4.5 | $0.00000 | $0.00318 |
Grade A, and why
agent-farm 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 8d 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 — 576 lines — stays where its author put it; the contents beside it link to each section on GitHub.
af - Agent Farm CLI
The af (agent-farm) command manages multi-agent orchestration for software development. It spawns and manages builders in isolated git worktrees.
Synopsis
af <command> [options]
Global Options
--architect-cmd <command> Override architect command
--builder-cmd <command> Override builder command
--shell-cmd <command> Override shell command
Commands
af workspace
Workspace commands - start/stop the workspace for this project.
Deprecation note:
af dashis a deprecated alias foraf workspace. It still works but prints a deprecation warning.
af workspace start
Start the workspace.
af workspace start [options]
Options:
-c, --cmd <command>- Command to run in architect terminal-p, --port <port>- Port for architect terminal--no-role- Skip loading architect role prompt--no-browser- Skip opening browser after start-r, --remote <target>- Start Agent Farm on remote machine (see below)--allow-insecure-remote- Bind to 0.0.0.0 for remote access (deprecated)
Description:
Starts the workspace with:
- Architect terminal (Claude session with architect role)
- Web-based UI for monitoring builders
- Terminal session management (shellper processes)
The workspace overview is accessible via browser at http://localhost:<port>.
Examples:
# Start with defaults
af workspace start
# Start with custom port
af workspace start -p 4300
# Start with specific command
af workspace start -c "claude --model opus"
# Start on remote machine
af workspace start --remote user@host
Remote Access
Start Agent Farm on a remote machine and access it from your local workstation with a single command:
# On your local machine - one command does everything:
af workspace start --remote user@remote-host
# Or with explicit project path:
af workspace start --remote user@remote-host:/path/to/project
# With custom port:
af workspace start --remote user@remote-host --port 4300
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.
- 8d ago First seen · 576 lines · 0 tokens per session scan A e31be4eddfcd
agent-farm is a command published in the GitHub repository MachineWisdomAI/fava-trails (25 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 3,183 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
CHANGELOG
Command "CHANGELOG" from bytedance/UI-TARS-desktop, covering 0.4.0 2024-12-10 - add logging, 1.2.29, 1.2.28, 1.2.26 and 1.2.25.
dashboard-session-diff
Show file changes (git diff) for a session by id-prefix. Usage /dashboard:session-diff . Runs locally, no LLM.
repo-architect
Repository structure optimization and multi-repo management with ruv-swarm coordination for scalable project architecture and development workflows.
adopt
Bootstrap an existing repo for ForgeDock — triage open issues, apply labels, suggest a starter milestone, and identify first /work-on candidates.
aw-upgrade
Upgrade gh-aw extension, recompile and validate all workflows, and open a PR with changes.
resolve-conflict
Systematic merge conflict resolution with context analysis.