Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/atman-33/workhubnpx agentmods add commands/atman-33/workhub/sync-claude-skillsWrote 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/atman-33/workhub/sync-claude-skills)<a href="https://agentmods.dev/commands/atman-33/workhub/sync-claude-skills"><img src="https://agentmods.dev/badge/commands/atman-33/workhub/sync-claude-skills.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.00022 | $0.00220 |
| Opus 5 | $0.00011 | $0.00110 |
| Sonnet 5 | $0.00004 | $0.00044 |
| Haiku 4.5 | $0.00002 | $0.00022 |
Grade A, and why
sync-claude-skills 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 4d 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.
What it actually says
Copy the skills and agents of the project-scope plugins listed in
.claude/settings.json into .opencode/skills/ and .opencode/agent/.
Agents are rewritten into OpenCode's frontmatter on the way (mode: subagent,
a tools map, no model: — Claude's short model aliases are not OpenCode model
ids). Both directories are generated: edit the plugin source, then re-run this.
Run:
node .opencode/scripts/sync-claude-skills.mjs
To overwrite copies that already exist, run:
node .opencode/scripts/sync-claude-skills.mjs --force
Steps:
- Verify
.claude/settings.jsonexists in the working directory and contains at least one enabled plugin. - Run the script above.
- Report the copied, skipped, and missing items shown in the script output.
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.
- 4d ago First seen · 30 lines · 22 tokens per session scan A 5f8e1a02f3a3
sync-claude-skills is a command published in the GitHub repository atman-33/workhub (2 stars, last pushed 2d ago), licensed MIT. It adds 22 tokens to every session and 220 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-09-03.
Other commands, from other repositories
todo
The quality-gated task list: tasks with real descriptions, testable acceptance criteria, and evidence — a task only closes when the controller agrees it is done.
ask
Ask a single expert agent a question - like a Slack ping to a colleague.
statusline
Show the governor fleet in your Claude Code statusline. Explicit, opt-in, and chains — it never replaces an existing statusline.
config
Configure iterm2-tab-status plugin settings (emoji prefixes, colors, display target, subtitle activity, badge, notifications).
open
Open the memex vault in Finder or Obsidian.
pin
Break checkpoint — status display, session log, optional MEMORY.md update.