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/lugassawan/swe-workbench/syncgit clone --depth 1 https://github.com/lugassawan/swe-workbenchWhat 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 | $0.00075 | $0.00497 |
| Opus 5 | $0.00037 | $0.00249 |
| Sonnet 5 | $0.00015 | $0.00099 |
| Haiku 4.5 | $0.00007 | $0.00050 |
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 yesterday.
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.
What it actually says
Target: $ARGUMENTS
Strategy resolution
Parse $ARGUMENTS left to right for --rebase and --check-redundancy:
--rebasepresent: strip the flag from the target text and use rebase strategy.--rebaseabsent: use the merge strategy (default).--check-redundancypresent: strip the flag from the target text and resolveCHECK_REDUNDANCY=on.--check-redundancyabsent: resolveCHECK_REDUNDANCY=off(default) — plainsyncstays unchanged.
Invoke swe-workbench:workflow-branch-sync, passing the resolved strategy (merge or rebase) and CHECK_REDUNDANCY=on|off.
Output
The swe-workbench:workflow-branch-sync skill produces a per-file resolution summary followed by a push prompt:
- Sync result — clean (fast-forward/no-conflict) or resolved-with-conflicts, and the strategy used (merge/rebase).
- Per-file resolution — one line per conflicting file: which side was kept (mine/main/manual) and the one-line rationale surfaced by the
swe-workbench:conflict-resolversubagent. - Redundancy assessment (only when
--check-redundancywas passed — opt-in) — any whole-file candidates the branch added that the default branch already grew independently elsewhere, auto-applied (whole-file, zero references) or escalated to you per candidate. - Push prompt — the result is left local; the skill asks before pushing. Merge pushes with
git push; rebase pushes withgit push --force-with-lease— never a plain force push.
No push happens without an explicit yes from the user.
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.
- yesterday First seen · 29 lines · 75 tokens per session scan A 05c4557a8fcb
sync is a command published in the GitHub repository lugassawan/swe-workbench (2 stars, last pushed 2d ago), licensed MIT. It adds 75 tokens to every session and 497 once invoked, about $0.0004 per session on Opus 5. 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
dispatch-worker
Run one in-session-agent Worker tick (RFC-0041 §4.3.1).
release-tag
Create and push a version tag after a release PR has been merged.
OPSX: Fast Forward
Create a change and generate all artifacts needed for implementation in one go.
deploy
Build, test, deploy with staged rollout.
simplify
Reduce complexity without changing behavior — code simplification.
gum-schema
Print a JSON description of the active gum command tree, including command paths, aliases, arguments, and flags.