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 skills add jonny981/claude-tandem --skill reloadgit clone --depth 1 https://github.com/jonny981/claude-tandemWrote 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/skills/jonny981/claude-tandem/reload)<a href="https://agentmods.dev/skills/jonny981/claude-tandem/reload"><img src="https://agentmods.dev/badge/skills/jonny981/claude-tandem/reload/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jonny981/claude-tandem/reload"><img src="https://agentmods.dev/badge/skills/jonny981/claude-tandem/reload.svg" alt="Reviewed on agentmods" width="80" 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.00027 | $0.00305 |
| Opus 5 | $0.00014 | $0.00152 |
| Sonnet 5 | $0.00005 | $0.00061 |
| Haiku 4.5 | $0.00003 | $0.00030 |
Grade C, and why
reload scanned grade C with 1 finding 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 9d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- Otherwise: run `rm -rf <cache_path> && ln -s <source_dir>/plugins/tandem <cache_path>` and report what changed. No confirmation needed, this is a safe, reversible operation. What it actually says
Reload Tandem Plugin Cache
Sync the local Tandem source directory into Claude Code's plugin cache so that script, skill, and rule changes take effect immediately.
Steps
- Read
~/.claude/plugins/known_marketplaces.jsonto find thetandem-marketplaceentry. The source directory is atsource.path(orinstallLocation). - Read
~/.claude/plugins/installed_plugins.jsonto find thetandem@tandem-marketplaceentry and itsinstallPath(the cache path). - Run
readlink <cache_path>to check if it's already a symlink.- If it resolves to
<source_dir>/plugins/tandem: report "Already synced. Cache is a symlink to source." - Otherwise: run
rm -rf <cache_path> && ln -s <source_dir>/plugins/tandem <cache_path>and report what changed. No confirmation needed, this is a safe, reversible operation.
- If it resolves to
Note: Script, skill, and rule changes are live immediately after sync. Changes to hooks/hooks.json require a session restart (hooks are snapshotted at startup).
If the marketplace or plugin entries aren't found, explain that this skill requires a local directory marketplace setup (see CONFIGURATION.md).
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.
- 9d ago First seen · 20 lines · 27 tokens per session scan C d34d6305c4f3
reload is a skill published in the GitHub repository jonny981/claude-tandem (6 stars, last pushed 4mo ago), licensed MIT. It adds 27 tokens to every session and 305 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
github-pr-review
Handles PR review comments and feedback resolution. Use when user wants to resolve PR comments, handle review feedback, fix review comments, address PR review, check review status, respond to reviewer, verify PR readiness, review PR comments, analyze review feedback, evaluate PR comments, assess review suggestions, or…
memory-protocol
A shared set of rules for using a persistent memory service across coding-agent sessions.
github-pr-creation
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…
design-explore
Explore 2-4 design options with pros/cons/criteria matrix before writing code. Use for L3-L4 tasks (refactors, architecture, new subsystems). Pairs with savedecision MCP tool.
orchestrating-development
MUST USE when the user asks to orchestrate the full development pipeline from an approved spec: plan writing, N plan-review rounds, batched implementation, and N code-review rounds run autonomously, stopping only on major errors, ending before merge/PR. Triggers on: "orchestrate the development", "orchestrate…
brainstorming
MUST USE when the user wants new features, behavior changes, refactoring with new capabilities, or architecture decisions and no approved design exists yet. Produces an approved design document before any code is written. Triggers on: "build this", "add a feature", "I want to change", "how should we", "design"…