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/ruvnet/ruv-fann/syncgit clone --depth 1 https://github.com/ruvnet/ruv-FANNWrote 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/ruvnet/ruv-fann/sync)<a href="https://agentmods.dev/commands/ruvnet/ruv-fann/sync"><img src="https://agentmods.dev/badge/commands/ruvnet/ruv-fann/sync.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.00708 |
| Opus 5 | $0.00000 | $0.00354 |
| Sonnet 5 | $0.00000 | $0.00142 |
| Haiku 4.5 | $0.00000 | $0.00071 |
Grade A, and why
sync 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 — 147 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/github sync
Synchronizes your local swarm state with the latest GitHub repository state, updating task statuses and detecting changes.
Usage
/github sync [options]
Options
--full- Complete resync of all data--tasks- Sync only task states--conflicts- Check for new conflicts
Examples
/github sync
/github sync --full
/github sync --conflicts
What it syncs
- Task availability changes
- New swarm activities
- Issue updates and comments
- PR status changes
- Label modifications
- Conflict emergence
Implementation
Uses GitHub MCP to:
- Fetch latest issue states
- Compare with local cache
- Update coordination data
- Alert on important changes
Example Output
Basic Sync
🔄 Syncing with GitHub...
📥 Updates Found:
NEW TASKS (2):
- #64: [BUG] WebSocket connection drops
- #65: [FEATURE] Add dark mode
CLAIMED (3):
- #45: Claimed by swarm-zeta-999
- #52: Claimed by swarm-eta-111
- #48: Released by swarm-old-555
COMPLETED (1):
- #38: Completed by swarm-alpha-123
YOUR CHANGES:
- #55: New comment from maintainer
- #55: Priority changed to critical
✅ Sync complete - 6 changes
Conflict Detection
🔄 Syncing for conflicts...
⚠️ New Conflicts Detected:
1. TASK OVERLAP
swarm-new-777 claimed #66
Related to your #55 (same component)
Suggest: Coordinate approach
2. FILE CONFLICT
PR #125 modifies src/neural.js
You're editing same file for #55
Suggest: Check PR changes first
📋 No conflicts: Your other 2 tasks
Full Sync
🔄 Full sync initiated...
📊 Repository State:
- Total issues: 89 (12 new)
- Open tasks: 34 (8 available)
- Active swarms: 7 (2 new)
- Your tasks: 3 (1 needs update)
🔄 Updating local state...
- Task cache refreshed
- Swarm registry updated
- Conflict analysis complete
- Coordination rules updated
✅ Full sync complete
💡 3 new high-priority tasks available
Change Notifications
Alerts you about:
- New high-priority tasks
- Changes to your issues
- New conflicts
- Released tasks in your area
- Maintainer comments
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 · 147 lines · 0 tokens per session scan A e7f90f3616c7
sync is a command published in the GitHub repository ruvnet/ruv-FANN (378 stars, last pushed 28d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 708 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
land
Cadence-tick autonomous PR babysitter (CI-fix, resolve, converge, merge, close, release).
repo-architect
Repository structure optimization and multi-repo management with ruv-swarm coordination for scalable project architecture and development workflows.
next
Suggest the most likely next workflow action based on current context.
weekly-summary
Generate weekly work summary from git activity.
update-check.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
afo
Open feature worktree in terminal and start agent (shortcut for feature-open).