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/bradautomates/content-ideas/claude-mdgit clone --depth 1 https://github.com/bradautomates/content-ideasWrote 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/instructions/bradautomates/content-ideas/claude-md)<a href="https://agentmods.dev/instructions/bradautomates/content-ideas/claude-md"><img src="https://agentmods.dev/badge/instructions/bradautomates/content-ideas/claude-md.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.00563 | $0.00563 |
| Opus 5 | $0.00282 | $0.00282 |
| Sonnet 5 | $0.00113 | $0.00113 |
| Haiku 4.5 | $0.00056 | $0.00056 |
Grade A, and why
content-ideas CLAUDE.md scanned grade A 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 6d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Runtime stays dependency-free: stdlib only (`urllib`, `json`, ...). No pip installs at runtime. How it starts
The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.
content-ideas plugin
A cross-host skill that turns competitor activity into a daily "For You" feed of
content ideas. Runs the same on Claude Code and Codex (and any host that reads
AGENTS.md). Dependency-free Python (stdlib only) plus a single self-contained
HTML renderer.
Structure
skills/content-ideas/SKILL.md— canonical skill definition (the entry point)skills/content-ideas/scripts/scrape.py— competitor/own-channel scraperskills/content-ideas/scripts/generate_feed.py— builds the For You HTML feedskills/content-ideas/scripts/lib/— platform fetchers, scoring, relevance, renderingskills/content-ideas/assets/for-you-template.html— renderer templateskills/content-ideas/references/content-strategy.md— idea-generation guidance
Cross-host packaging
.claude-plugin/plugin.json+marketplace.json— Claude Code install.codex-plugin/plugin.json("skills": "./skills/") — Codex installAGENTS.md→@CLAUDE.md— Codex / generic-agent entry pointcommands/content-ideas.md— Claude Code slash commandhooks/hooks.json— SessionStart setup preflight (one-line hint, silent when ready)
The skill resolves its own directory from the Codex cache, the Claude plugin
cache, or a repo checkout — see the resolution block at the top of SKILL.md.
Keep that block in sync if directory names change.
Commands
# run the test suite (stdlib + pytest, no network)
python3 -m pytest -q
# exercise the scraper / feed generator directly against a checkout
python3 skills/content-ideas/scripts/scrape.py --help
python3 skills/content-ideas/scripts/generate_feed.py --help
Rules
- Runtime stays dependency-free: stdlib only (
urllib,json, ...). No pip installs at runtime. skills/content-ideas/scripts/lib/__init__.pyis a bare package marker — no eager imports.- Persistent state lives under
$CONTENT_HOME(default~/Documents/Content), never the cwd. - Credentials live in
~/.config/content/.env(SCRAPECREATORS_API_KEY,SETUP_COMPLETE). - Version is tracked in
pyproject.toml,.claude-plugin/plugin.json,.claude-plugin/marketplace.json,.codex-plugin/plugin.json, and theversion:field ofSKILL.md— keep them identical.tests/test_plugin_contract.pyenforces this.
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.
- 6d ago First seen · 45 lines · 563 tokens per session scan A e4032fe7ce1f
content-ideas CLAUDE.md is an instructions file published in the GitHub repository bradautomates/content-ideas (112 stars, last pushed 3mo ago), licensed MIT. It adds 563 tokens to every session, about $0.0028 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
docx-cli CLAUDE.md
Claude Code instructions for kklimuk/docx-cli, covering docx-cli, conventions, invariants, commands and testing.
superdesign-skill AGENTS.md
Instructions for superdesigndev/superdesign-skill, covering project agent memory, what this repo is, skill flow invariant: two entry paths, ground truth for cli behavior and plugin packaging & release.
stewie-pixel guidelines
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
vanguard-frontier-agentic copilot-instructions.md
Copilot instructions for VincentChuWaiChow/vanguard-frontier-agentic, covering vanguard frontier agentic repository instructions, what to optimize for, repo structure, rules for changes and cross-platform asset rule.
archeyes CLAUDE.md
Instructions for thisAAY/archeyes, covering archeyes — project guide, layout, design system, commands and publishing a release.
kleinanzeigen-reader CLAUDE.md
Instructions for its-me-prash/kleinanzeigen-reader, covering claude.md — kleinanzeigen-reader, what this repo is, auto-load instructions for claude code, quick command reference and fetch a listing.