cascade

A command that adapts one finished piece of content into several formats, such as a Twitter/X thread, LinkedIn post, newsletter section, or README section.

In plain words
What is it for?
Use it to repurpose a blog post, tutorial, or similar source file into platform-specific content with different lengths and levels of detail.
Why use it?
It removes the need to rewrite the same core idea separately for every platform while preserving the source piece’s voice and main insights.

Command for Claude Code

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 commands/arome3/code-to-content/cascade
Clone the repo
git clone --depth 1 https://github.com/arome3/code-to-content

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,893 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 $0.00000 $0.01893
Opus 5 $0.00000 $0.00946
Sonnet 5 $0.00000 $0.00379
Haiku 4.5 $0.00000 $0.00189

Measured 2d ago against content hash 78a4704819c2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

skills/code-to-content/.claude/commands/c2c/cascade.md · 306 lines

How it starts

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

/c2c:cascade

Automatically derive multiple content formats from a single source piece. Write once, publish everywhere.

Usage: /c2c:cascade <source-file> [--formats twitter,linkedin,newsletter]


Differentiation: Repurposing multiplies reach, but a generic source piece stays generic on every platform. Make sure the source leads with the WHY, lands one defensible opinion, and shows a road not taken before cascading. Run the swap-the-name test from references/differentiation.md on each adapted piece.

What Cascade Does

Takes your primary content (blog post, tutorial, etc.) and automatically generates platform-optimized versions:

Blog Post (source)
       │
       ├──► Twitter Thread (key insights, 8-12 tweets)
       ├──► LinkedIn Post (professional angle, 800-1300 chars)
       ├──► Newsletter Section (subscriber value-add)
       └──► README Section (if applicable)

All derived content:

  • Maintains voice consistency with source
  • Extracts the most compelling insights
  • Adapts depth for each platform
  • Respects platform-specific constraints

Reference Loading

Load these references for cascade:

  • references/phase-gates.md (always)
  • references/social-content.md
  • references/formats.md (sections for target formats)
  • references/checklists.md (sections for target formats)

Cascade Workflow

Step 1: Analyze Source Content

Read the source file and extract:

  • Core insight — The main takeaway
  • Key points — 3-5 supporting ideas
  • Evidence — Code snippets, metrics, examples
  • Voice profile — Tone and style used
  • Audience level — Beginner/intermediate/expert
## Source Analysis

**Core Insight:** [One sentence summary]
**Key Points:**
1. [Point with evidence]
2. [Point with evidence]
3. [Point with evidence]

**Voice:** [detected voice profile]
**Audience:** [detected level]

Step 2: User Confirmation Checkpoint

PAUSE — Ask user to confirm before generating:

I've analyzed your [format]: "[title]"

Core insight: [insight]
Key points: [3-5 points]
Voice: [voice profile]

I'll generate these formats:
- Twitter thread (8-12 tweets)
- LinkedIn post (~1000 chars)
- Newsletter section

Proceed with cascade? [Yes / Modify formats / Cancel]

Read the full file on GitHub · 306 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. 2d ago First seen · 306 lines · 0 tokens per session scan A 78a4704819c2

Subscribe to this mod's changes

cascade is a command published in the GitHub repository arome3/code-to-content (6 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,893 tokens. 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.