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/msshives-gif/claude-plugins/attachgit clone --depth 1 https://github.com/msshives-gif/claude-pluginsWhat 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.00012 | $0.00427 |
| Opus 5 | $0.00006 | $0.00214 |
| Sonnet 5 | $0.00002 | $0.00085 |
| Haiku 4.5 | $0.00001 | $0.00043 |
Grade B, and why
attach scanned grade B 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 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
itself: `find ~/.claude/plugins -maxdepth 8 -type f -name What it actually says
Attach the compact-manager watcher to the current Claude Code session so
/compact gets typed automatically at the configured threshold (managed
mode).
- Locate the compact-manager CLI. The path in the later steps
normally reads as an absolute path (script installs write it in).
If it instead still says
${CLAUDE_PLUGIN_ROOT}literally — plugin installs may not substitute command markdown — find the CLI file itself:find ~/.claude/plugins -maxdepth 8 -type f -name compact-manager -path "*/bin/*" 2>/dev/null(this handles versioned cache layouts, where a directory merely NAMED compact-manager has no bin/). If several paths match, use the most recently modified (ls -t). - Check the pane: run
echo "$TMUX_PANE"in your shell tool. If it is empty, this session is not running under tmux — managed mode requires tmux. Report that and stop. - Run:
"${CLAUDE_PLUGIN_ROOT}/bin/compact-manager" adopt -t "$TMUX_PANE" --attended - Interpret the result:
- Success (prints
watcher pid=… run_token=…): confirm with theoverviewsubcommand and report this session's watcher state. - A lease error (
lease_heldor similar): a live watcher already holds this session or pane — report that it was already attached, with theoverviewoutput. - Any other error: report it verbatim. Do not retry in a loop.
- Success (prints
- If the configured mode is not
managed(config file~/.claude/compact-manager.json, envCOMPACT_MANAGER_MODE), the hooks will not cooperate with the watcher: tell the user to set{"mode": "managed"}there first.
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 · 34 lines · 12 tokens per session scan B be2790ed2c19
attach is a command published in the GitHub repository msshives-gif/claude-plugins (2 stars, last pushed 5d ago), licensed MIT. It adds 12 tokens to every session and 427 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
convert-to-todowrite-tasklist-prompt
Purpose: Transform verbose, context-heavy slash commands into efficient TodoWrite tasklist-based methods with parallel subagent execution for 60-70% speed improvements.
security-audit
Perform a comprehensive security audit of the codebase to identify potential vulnerabilities, insecure patterns, and security best practice violations.
iteration-loop
Autonomous full iteration loop for cloud agents — Phase 1 (code-first auto direction lock + compass/plans + Review & Edit chain) through Phase 2–5 (execute → close → PR → merge-ready). Optional args: direction, scale (S|M|L|XL, default M). Not Done until Phase 5 exit checklist passes. Minimal human intervention; no…
test-basic-role-override
Test Type: Fundamental prompt injection detection Risk Level: High Expected Detection: Role manipulation attempts.
VibeGuard: Review
Structured code review - first run the guard to obtain the baseline, then review according to security → logic → quality → performance priority.
VibeGuard: Live Truth
Verify live claims with fresh facts, inferences, and unresolved gaps.