content-atomizer

content-atomizer is a skill for Claude Code from MoizIbnYousaf/marketing-cli. It costs 180 tokens per session (3,300 once invoked), scanned A, original, MIT.

A tool that turns one long piece of content, such as a blog post, podcast, video, or newsletter, into 10–20 separate posts for eight social platforms.

In plain words
What is it for?
Use it to create platform-specific content for Twitter/X, LinkedIn, Instagram, Reddit, TikTok, YouTube, Threads, and Bluesky.
Why use it?
It removes the need to manually extract ideas and rewrite the same source for each platform's format and audience.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the marketing-cli plugin — 88 skills, 9 commands, 1 hook, 2 MCP servers shipped together

Install

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.

agentmods
npx agentmods add skills/moizibnyousaf/marketing-cli/content-atomizer
Any agent
npx skills add MoizIbnYousaf/marketing-cli --skill content-atomizer
Clone the repo
git clone --depth 1 https://github.com/MoizIbnYousaf/marketing-cli

Made for: Claude Code.

Or install marketing-cli, the plugin that ships this one along with the rest of its 88 skills, 9 commands, 1 hook, 2 MCP servers.

Wrote 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.

agentmods badge for content-atomizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/content-atomizer.svg)](https://agentmods.dev/skills/moizibnyousaf/marketing-cli/content-atomizer)
Your own site
<a href="https://agentmods.dev/skills/moizibnyousaf/marketing-cli/content-atomizer"><img src="https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/content-atomizer.svg" alt="Measured on agentmods" height="20"></a>
Per session 180 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,300 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00180 $0.03300
Opus 5 $0.00090 $0.01650
Sonnet 5 $0.00036 $0.00660
Haiku 4.5 $0.00018 $0.00330

Measured 5d ago against content hash d8b2057c65c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

content-atomizer 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 5d 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.

skills/content-atomizer/SKILL.md · 322 lines

How it starts

The opening of the file, as written. The whole thing — 322 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Content Atomizer

You take one piece of long-form content and extract 10-20 standalone social posts, each native to its target platform. Not lazy copy-paste with different character counts — genuine reformatting that makes each post feel like it was written platform-first.

On Activation

  1. Read brand/voice-profile.md — maintain consistent voice across platforms
  2. Read brand/audience.md — know which platforms matter and how the audience behaves on each
  3. Load references/platform-specs.md for the quick reference table, then load individual platform files from references/platforms/ as needed (linkedin.md, twitter.md, instagram.md, tiktok.md, youtube.md, threads.md, bluesky.md, reddit.md)
  4. Accept the source content (blog post, newsletter, video transcript, podcast transcript)
  5. If no source provided, check marketing/content/ for recent articles

Zero Context (No Brand Files)

If brand files don't exist, the skill still works:

  • No voice-profile.md: Write in a clear, professional default voice. Ask the user for 2-3 adjectives describing their brand tone.
  • No audience.md: Default to all platforms. Ask which platforms matter most to them.
  • The skill always works — brand files enhance, never gate.

Brand Integration

Brand files shape how content gets adapted per platform:

  • voice-profile.md → Each platform gets the same voice in different registers. Twitter gets punchy voice (short, sharp). LinkedIn gets authoritative voice (complete thoughts, data). Reddit gets authentic voice (conversational, no marketing speak). The voice DNA stays constant; the register shifts.
  • audience.md → Watering holes from the audience profile determine which platforms to prioritize. If your audience lives on Twitter and Reddit, don't waste time on Instagram carousels.

The Atomization Process

Step 1: Extract Raw Material

Read the source content and extract:

  • Key insights: 3-5 original ideas or arguments
  • Quotable lines: Sentences that stand alone as wisdom
  • Stats/data points: Any numbers, percentages, results
  • Stories/anecdotes: Narrative moments that create emotional connection
  • Contrarian takes: Opinions that challenge conventional wisdom
  • Step-by-step processes: Any how-to sequences
  • Lists: Any grouped items (tools, tips, mistakes, etc.)

Read the full file on GitHub · 322 lines

Changes

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.

  1. 5d ago First seen · 322 lines · 180 tokens per session scan A d8b2057c65c6

Subscribe to this mod's changes

content-atomizer is a skill published in the GitHub repository MoizIbnYousaf/marketing-cli (31 stars, last pushed 19d ago), licensed MIT. It adds 180 tokens to every session and 3,300 once invoked, about $0.0009 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-30.

Related

Other skills, from other repositories

linkedin-reply-handler

Draft a reply to a specific existing LinkedIn comment from its URL. Use when the user wants to reply to a comment on any post, or follow up after an author replied to them. Parses the commentUrn, resolves the correct parentComment target (LinkedIn flattens threads to 2 levels), and posts via Publora on approval. Not…

sergebulaev/linkedin-skills · 88 tokens

ads-amazon

Audit Amazon Ads profiles, regions, Sponsored Products, Sponsored Brands, Sponsored Display, DSP, portfolios, targeting, search terms, retail readiness, creative, budgets, ACOS, TACOS, reporting, and policy. Use for Amazon Ads, sponsored ads, Amazon PPC, ACOS, TACOS, ASIN advertising, Amazon DSP, or retail-media…

AgriciDaniel/claude-ads · 76 tokens

ads-landing

Audit paid-ad landing pages for message match, mobile experience, performance, accessibility, trust, forms, consent, tracking, security, and conversion friction. Use for landing-page audit, post-click experience, LP audit, conversion-rate optimization, form optimization, ad-to-page message match, redirects, blocked…

AgriciDaniel/claude-ads · 81 tokens

ads-linkedin

Audit LinkedIn Ads measurement, Insight Tag and conversions, professional audiences, lead generation, ABM, creative, bidding, budgets, pacing, automation, and policy. Use for LinkedIn Ads, Campaign Manager, Insight Tag, Lead Gen Forms, Thought Leader Ads, ABM campaigns, or B2B paid media.

AgriciDaniel/claude-ads · 68 tokens

ads-research

Refresh Claude Ads platform, API, policy, regulation, benchmark, issue, pull-request, fork, and repository evidence. Use for ads research refresh, expired refreshdue dates, stale API or platform claims, reverify-or-demote decisions, release-current claim validation, ecosystem review, current platform changes, or…

AgriciDaniel/claude-ads · 97 tokens

ads-create

Create source-grounded paid-ad campaign concepts, messaging, copy, creative briefs, and production plans from a validated brand profile, campaign objective, platform requirements, and optional audit evidence. Triggers on: campaign brief, campaign concepts, create a campaign, ad concepts, ad copy, ad messaging…

AgriciDaniel/claude-ads · 69 tokens