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/clever-cc-plugins/cc-content/claude-mdgit clone --depth 1 https://github.com/clever-cc-plugins/cc-contentWrote 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/clever-cc-plugins/cc-content/claude-md)<a href="https://agentmods.dev/instructions/clever-cc-plugins/cc-content/claude-md"><img src="https://agentmods.dev/badge/instructions/clever-cc-plugins/cc-content/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 | $0.01657 | $0.01657 |
| Opus 5 | $0.00829 | $0.00829 |
| Sonnet 5 | $0.00331 | $0.00331 |
| Haiku 4.5 | $0.00166 | $0.00166 |
Grade A, and why
cc-content CLAUDE.md 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
cc-content
This repository distributes the cc-content Claude Code plugin — a suite of
content creation skills for marketing projects.
Key Config Files
| File | Purpose |
|---|---|
.claude/format-markdown.sh |
PostToolUse hook: formats Markdown files with prettier after edits |
.claude/guard-secret-files.sh |
PreToolUse hook: blocks reads/edits/writes of secret .env files |
.claudeignore |
Paths excluded from Claude Code indexing |
.claude/learnings.md |
Corrections and observations logged during config/session-wrap runs |
CLAUDE.md |
Project instructions, loaded every message |
.claude/settings.json |
Permissions, hooks, environment variables |
.githooks/pre-commit |
Secret scanning (gitleaks) + CLAUDE.md table sync |
.github/workflows/claude-code-review.yml |
Automatic PR review via Claude Code |
.github/workflows/claude.yml |
Trigger Claude via @claude mentions in issues/PRs |
.github/workflows/release.yml |
Triggers shared plugin-release workflow — version bump + GitHub release — on push to main |
.gitignore |
Git ignore patterns |
plugins/cc-content/.claude-plugin/plugin.json |
Plugin manifest |
plugins/cc-content/skills/atomize/SKILL.md |
Skill: Repurpose one core message across multiple formats in a single run |
plugins/cc-content/skills/blog-article/SKILL.md |
Skill: Draft blog articles |
plugins/cc-content/skills/content-ideation/SKILL.md |
Skill: Generate strategic content angles from an inspiration input |
plugins/cc-content/skills/content-onboarding/SKILL.md |
Skill: Register and create context files; guide project setup |
plugins/cc-content/skills/content-performance-review/SKILL.md |
Skill: Analyze content performance data and generate iteration variants |
plugins/cc-content/skills/facebook-post/SKILL.md |
Skill: Draft Facebook posts |
plugins/cc-content/skills/gated-long-form-content/SKILL.md |
Skill: Draft gated long-form lead-generation content (whitepapers, guides, ebooks) |
plugins/cc-content/skills/humanize/SKILL.md |
Skill: Remove AI tells from a draft and rewrite it to sound human, on-brand-voice |
plugins/cc-content/skills/instagram-post/SKILL.md |
Skill: Draft Instagram posts and captions |
plugins/cc-content/skills/landing-page/SKILL.md |
TODO: add description |
plugins/cc-content/skills/linkedin-post/SKILL.md |
Skill: Draft LinkedIn posts |
plugins/cc-content/skills/long-tail-copy/SKILL.md |
Skill: Draft text for any format without a dedicated skill; supports multi-format atomization |
plugins/cc-content/skills/marketing-email/SKILL.md |
Skill: Draft marketing and sales emails |
plugins/cc-content/skills/new-content-skill/SKILL.md |
Skill: Build a new content-production skill from research |
plugins/cc-content/skills/press-release/SKILL.md |
Skill: Draft press releases |
plugins/cc-content/skills/register-context/SKILL.md |
Skill: Register a single file as context in CLAUDE.md (mid-session) |
plugins/cc-content/skills/research-prompt/SKILL.md |
Skill: Generate a vendor-neutral deep-research prompt for a topic |
plugins/cc-content/skills/samples-curation/SKILL.md |
Skill: Save and annotate gold-standard content examples |
plugins/cc-content/skills/session-wrap/SKILL.md |
Skill: Review session, promote deliverables to context, commit work |
plugins/cc-content/skills/x-post/SKILL.md |
Skill: Draft X (Twitter) posts |
scripts/sync-config-table.sh |
Keeps Key Config Files table in sync on each commit |
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.
- 3d ago First seen · 97 lines · 1,657 tokens per session scan A 913a9ac0ed8d
cc-content CLAUDE.md is an instructions file published in the GitHub repository clever-cc-plugins/cc-content (1 stars, last pushed 8d ago), licensed MIT. It adds 1,657 tokens to every session, about $0.0083 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-08-31.
Other instructions, from other repositories
cc-config CLAUDE.md
Claude Code instructions for clever-cc-plugins/cc-config, covering cc-config, key config files, setup, don't and compact instructions.
helmor AGENTS.md
Instructions for dohooo/helmor, covering agents.md, what is helmor, commands, architecture and three-process model.
claude-code-karma CLAUDE.md
Instructions for JayantDevkar/claude-code-karma, covering claude.md, project overview, quick start, clone (no submodule init needed — this is a monorepo) and start api (terminal 1).
claude-code-skills CLAUDE.md
Claude Code instructions for levnikolaevich/claude-code-skills, a project described as: Standalone engineering skills for Claude Code and Codex: review, audit, optimization, testing, product discovery, architecture, and safe publishing.
matt-skills-with-to-goal CLAUDE.md
Instructions for tt-a1i/matt-skills-with-to-goal: Skills are organized into bucket folders under skills/.
ephemeral-sandbox CLAUDE.md
Instructions for Ephemeral-AI-Lab/ephemeral-sandbox, covering claude.md, project, engineering practice (required), build & test and sandbox tools.