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.
/plugin marketplace add arome3/code-to-contentnpx agentmods add plugins/arome3/code-to-content/marketplacegit clone --depth 1 https://github.com/arome3/code-to-contentGrade A, and why
code-to-content 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 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.
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.
What it actually says
{
"name": "code-to-content",
"owner": {
"name": "Abraham Onoja",
"email": "[email protected]"
},
"metadata": {
"description": "Transform codebases into developer content with a 6-phase gated workflow",
"version": "1.1.0"
},
"plugins": [
{
"name": "code-to-content",
"source": "./skills/code-to-content",
"description": "Transform codebases into developer content. 6-phase gated workflow, 3 parallel agents, 9 content formats (blog, tutorial, Twitter, LinkedIn, README, newsletter, video script, conference talk, product launch).",
"version": "1.1.0",
"author": {
"name": "Abraham Onoja"
},
"repository": "https://github.com/arome3/code-to-content",
"license": "MIT",
"keywords": [
"code-to-content",
"developer-content",
"technical-writing",
"blog",
"tutorial",
"twitter",
"linkedin",
"readme",
"build-in-public",
"devrel"
],
"category": "content",
"commands": [
"./.claude/commands/c2c/twitter.md",
"./.claude/commands/c2c/linkedin.md",
"./.claude/commands/c2c/blog.md",
"./.claude/commands/c2c/readme.md",
"./.claude/commands/c2c/tutorial.md",
"./.claude/commands/c2c/newsletter.md",
"./.claude/commands/c2c/video-script.md",
"./.claude/commands/c2c/conference-talk.md",
"./.claude/commands/c2c/product-launch.md",
"./.claude/commands/c2c/quick-twitter.md",
"./.claude/commands/c2c/quick-linkedin.md",
"./.claude/commands/c2c/quick-blog.md",
"./.claude/commands/c2c/quick-readme.md",
"./.claude/commands/c2c/cascade.md"
],
"agents": [
"./agents/content-explorer.md",
"./agents/format-specialist.md",
"./agents/quality-reviewer.md"
]
}
]
}
What ships with it
1 file beside marketplace.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 59 lines scan A e576cf96c1cf
code-to-content is a plugin published in the GitHub repository arome3/code-to-content (6 stars, last pushed 2mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories
agents-md-optimizer
Audit bloated agent-instruction files (CLAUDE.md, AGENTS.md, and their variants) and rewrite them lean, or author a new one from scratch following the 200-line recipe-book principle. Detects anti-patterns like embedded API docs, negative rules, tutorials, and preemptive file preloads.
cs2-modding
Teach your coding agent to write Cities: Skylines II code mods (Claude Code, Codex CLI): the game's architecture, the modding techniques and the game mechanics behind them, every claim verified against the decompiled game. Knowledge only, no MCP server.
racecraft-plugins-public
Plugin marketplace listing 1 plugin: speckit-pro.
clairvoyance-plugins
Plugin marketplace listing 1 plugin: clairvoyance.
cantrips
The core engineering loop for coding agents (Claude Code, Codex CLI): grill, spec, tickets, implement with TDD at agreed seams, review, commit, plus a user-gated compound step that turns session learnings into durable project memory. Basic spells a caster always has prepared.
finding-unknowns-skills
11 skills for finding your unknowns and rightsizing the context you hand an agent: blindspot pass, brainstorm prototypes, interview me, reference hunt, implementation plan, implementation notes, pitch packager, change quiz, context audit, agent interface design, progressive disclosure.