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/sefaertunc/worclaude/syncgit clone --depth 1 https://github.com/sefaertunc/WorclaudeWhat 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.00016 | $0.03101 |
| Opus 5 | $0.00008 | $0.01550 |
| Sonnet 5 | $0.00003 | $0.00620 |
| Haiku 4.5 | $0.00002 | $0.00310 |
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 2d 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 — 307 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Update shared-state files after merging feature PRs into develop. Run this on the develop branch AFTER all PRs are merged and any conflicts are resolved.
ONLY update shared-state files — do not resolve conflicts. That is /conflict-resolver's job. If you detect unresolved conflicts, stop and tell the user to run /conflict-resolver first.
Invocation Contract
Run this command only when the human explicitly invokes it (typed /sync or one of the Trigger Phrases at the bottom of this file). Do not auto-launch after detecting that PRs were merged. The "ship/wait" prompt at step 9 is non-skippable. See CLAUDE.md Critical Rule 13.
Pre-check
- Confirm you are on the develop branch. If not, stop and warn.
- Check for unresolved conflict markers in tracked files. If found, stop: "Run /conflict-resolver first."
- Read git log to understand what was merged since the last sync or version tag. If nothing was merged, report "Nothing to sync" and stop.
Drift preflight
3a. Run worclaude doctor to surface CLAUDE.md ↔ package.json drift
before any shared-state file writes:
```bash
worclaude doctor
```
The `## Documentation` section reports any tech-stack claims in
CLAUDE.md (e.g., `857 tests, 62 files`) that no longer match the
current test count. If a `CLAUDE.md test-file count drift` warning
appears, step 10c will fix the line when it refreshes tech-stack
metrics — note the actual count from the warning and proceed.
If the warning is surprising (claim doesn't exist, or the delta is
large enough to suggest a deleted/renamed suite), pause and inspect
before continuing. Other doctor warnings are advisory; only the
drift warning is load-bearing for this sync.
Update PROGRESS.md
- Update docs/spec/PROGRESS.md:
- Mark completed items based on merged work
- Update "Last Updated" date to today
- Update Stats section by checking actual project values (run the test suite, count source files, etc.)
- Move "In Progress" items to "Completed" if their PRs merged
- Update "Next Steps" if needed
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.
- 2d ago First seen · 307 lines · 16 tokens per session scan A 46152c16acc9
sync is a command published in the GitHub repository sefaertunc/Worclaude (4 stars, last pushed 23d ago), licensed MIT. It adds 16 tokens to every session and 3,101 once invoked, about $0.0001 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
design-review
Workflow recipe — review a design end-to-end, ending in measured numbers rather than adjectives, by chaining 4 skills.
setup-pm-skills
Onboard a new user — find out what they do, recommend the right bundles & top skills, and set up a project CONTEXT.md so every skill is tailored to them.
statusbar-style
Switch the status-bar style (classic / capsule / hairline).
validate-dependencies
Validate all task dependencies for issues.
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
superpowers-execute
Execute the current GSD phase plan with Superpowers instead of gsd-execute-phase.