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 KevinZai/commander --skill ccc-marketinggit clone --depth 1 https://github.com/KevinZai/commanderWrote 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/kevinzai/commander/ccc-marketing)<a href="https://agentmods.dev/skills/kevinzai/commander/ccc-marketing"><img src="https://agentmods.dev/badge/skills/kevinzai/commander/ccc-marketing/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/kevinzai/commander/ccc-marketing"><img src="https://agentmods.dev/badge/skills/kevinzai/commander/ccc-marketing.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.00039 | $0.00922 |
| Opus 5 | $0.00019 | $0.00461 |
| Sonnet 5 | $0.00008 | $0.00184 |
| Haiku 4.5 | $0.00004 | $0.00092 |
Grade A, and why
ccc-marketing 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 8d 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 — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
$ccc-marketing — Marketing domain hub
Load ONE skill. Get the entire marketing domain. 45 skills across 7 specialist pods.
Pod Overview
| Pod | Skills | Key Capabilities |
|---|---|---|
| Foundation | 2 | Brand context capture, skill routing |
| Content | 8 | Strategy → production → editing → humanization |
| SEO | 5 | Technical SEO, AI SEO (AEO/GEO), schema, architecture |
| CRO | 6 | Page, form, signup, onboarding, popup, paywall optimization |
| Channels | 5 | Email sequences, paid ads, cold email, ad creative |
| Growth | 4 | A/B testing, referral programs, free tools, churn prevention |
| Intelligence | 4 | Competitor analysis, marketing psychology, analytics, campaigns |
| Sales & GTM | 2 | Pricing strategy, launch planning |
| New | 3 | Influencer outreach, Product Hunt launch, SEO content production |
No expressed intent? Present the top 3 sub-skills + "More…" as an AskUserQuestion picker (≤4 options).
Routing Matrix
| Your Intent | Route To |
|---|---|
| "Write content" / "Blog post" / "Article" | Content pod → content-strategy + content-production |
| "AI-sounding content" / "Humanize" | content-humanizer |
| "SEO audit" / "Fix my SEO" | SEO pod → seo-optimizer + seo-content-brief |
| "AI search" / "Rank in ChatGPT" | ai-seo + aaio |
| "Improve conversion" / "CRO" | CRO pod → page-cro + signup-flow-cro |
| "Email sequences" / "Drip campaign" | Channels pod → email sequences skill |
| "Paid ads" / "Ad copy" | ad-creative |
| "A/B test" / "Experiment" | Growth pod → ab-testing |
| "Referral program" | referral-program |
| "Competitor analysis" | Intelligence pod → competitive-analysis |
| "Launch strategy" / "Product Hunt" | Sales & GTM pod → product-hunt-launch |
| "Pricing strategy" | pricing-strategy |
| "Influencer outreach" | influencer-outreach |
Unique Features
- AI SEO (AEO/GEO/LLMO) — Optimize for AI citation, not just traditional ranking
- Content Humanizer — Detect and fix AI writing patterns with scoring
- Context Foundation — One brand context file feeds all 45 skills
- Zero Dependencies — All Python tools use stdlib only (27 scripts)
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.
- 8d ago First seen · 78 lines · 39 tokens per session scan A d52bcb4b1bc8
ccc-marketing is a skill published in the GitHub repository KevinZai/commander (6 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 922 once invoked, about $0.0002 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 skills, from other repositories
multi-plan-handoff
Auto-detect plan files in conversation context and pass them to multi: execute subagents by reference, not by paraphrase.
skill-dev
Use this skill when creating or refining Claude Code skill definitions. Skills are model-invoked capabilities that Claude activates autonomously based on context. Helps design focused skills with discovery-optimized descriptions, proper directory structures, and supporting resources. Automatically invoked when user…
command-dev
Use this skill when creating or refining custom Claude Code slash commands. Slash commands are user-invoked reusable prompts that can accept arguments, reference files, and execute bash operations. Helps design command syntax, argument handling, file references, bash execution, and frontmatter configuration.…
mcp-tool-dev
Create MCP tools — individual tool functions exposed via Model Context Protocol. Use this skill whenever users mention MCP tools, tool handlers, tool functions, tool definitions, or want to add capabilities to an MCP server. Also use when the conversation involves designing tool schemas, writing tool descriptions, or…
debt-ops-init
Write or refresh a "Tech debt operations" section in the project's AGENTS.md so the team shares one source of truth for debt-ops disciplines. Run ONLY when the user explicitly asks to set up, install, or initialize debt-ops disciplines — never auto-invoke. Idempotent; only the managed section changes, other sections…
debt-ops-add
Register a deferred decision in the tech-debt registry. Trigger by judgment, not a marker scan, whenever a future reader would ask "why this way?": an unmade decision, stub, loosened type, bypassed check, swallowed error, a default picked "for now", or a TODO/FIXME/HACK/XXX marker. Trigger immediately whenever you…