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 instructions/aidrivencoder/claude-plugins/claude-mdgit clone --depth 1 https://github.com/aidrivencoder/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.02732 | $0.02732 |
| Opus 5 | $0.01366 | $0.01366 |
| Sonnet 5 | $0.00546 | $0.00546 |
| Haiku 4.5 | $0.00273 | $0.00273 |
Grade E, and why
claude-plugins CLAUDE.md scanned grade E with 3 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
**Solution**: Install uv: `curl -LsSf https://astral.sh/uv/install.sh | sh` Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf ~/.claude/plugins/cache Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
**Solution**: Install uv: `curl -LsSf https://astral.sh/uv/install.sh | sh` The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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 · 363 lines · 2,732 tokens per session scan E 585a7be70525
claude-plugins CLAUDE.md is an instructions file published in the GitHub repository aidrivencoder/claude-plugins (8 stars, last pushed 10d ago), with no licence file. It adds 2,732 tokens to every session, about $0.0137 per session on Opus 5. A static security scan graded it E with 3 findings (downloads and executes remote code, recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
pg-aiguide CLAUDE.md
Instructions for timescale/pg-aiguide, covering tiger docs mcp server - development guidelines, build, test & run commands and code style guidelines.
orchestkit CLAUDE.md
Instructions for yonatangross/orchestkit, covering claude.md, language, tone, visuals and project overview.
orchestkit AGENTS.md
Instructions for yonatangross/orchestkit, covering agents.md, the one rule that prevents most broken prs, build and verify, adding a component and working conventions.
the-startup AGENTS.md
Instructions for rsmdt/the-startup, covering agents.md, what this is, repository structure, key concepts and plugin architecture.
uk-legal-plugins CLAUDE.md
Instructions for uk-agents/uk-legal-plugins, covering claude.md, target ecosystems, documentation index, layout and validation — run before opening a pr.
the-startup CLAUDE.md
Instructions for rsmdt/the-startup, a project described as: The Agentic Startup - A collection of Claude Code commands, skills, and agents.