From giulioco-skills
Rewrites any piece of writing to be more engaging and story-driven using Scott Galloway's playbook. Useful for newsletters, social posts, pitch decks, and any draft that needs more punch.
How this skill is triggered — by the user, by Claude, or both
Slash command
/giulioco-skills:galloway-storytellingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rewrite writing so it stops the scroll and stays in the reader's head. This skill applies Scott Galloway's storytelling craft — a small set of concrete moves, each with a name, a rule, and a why. It edits by **cutting and elevating**, not by adding words.
Rewrite writing so it stops the scroll and stays in the reader's head. This skill applies Scott Galloway's storytelling craft — a small set of concrete moves, each with a name, a rule, and a why. It edits by cutting and elevating, not by adding words.
If a rewrite is clearer but colder, it failed. The goal is felt, not just tight.
When a user gives you a draft (or asks you to write something more engaging):
Don't turn every draft into a Galloway pastiche. A calm, sincere piece can be sharpened without being made "provocative." Match the move to the material.
Rule: "If a data point, sentence, or slide doesn't challenge or surprise you, cut it."
The bar is not "is this true?" or "is this well-written?" — it's does this surprise? A sentence can be true, grammatical, and on-topic and still deserve to die, because it tells the reader something they already assumed. Most drafts are 60% throat-clearing: context the reader already has, transitions, qualifications, sentences that set up the good sentence. Galloway's prose feels electric because he deleted the connective tissue and left only the jolts.
Run it line by line: read each sentence in isolation, ask "did that surprise or challenge me?" "It's necessary context" is not a yes. Surprise is a yes. A vivid image is a yes. A number I can feel is a yes. If no → cut it, or merge two weak sentences into the one good line they were hiding.
✗ "We had a great month. We saw strong growth in signups and our users are really engaged, which is exciting for the team." ✓ "Signups doubled. The scary part: the users who'd never heard of us convert better than the ones who had."
Same month. One gets skimmed; one gets remembered. "Brevity signals directionality and confidence. It demonstrates that you are actually saying something."
Rule: Never state a big number raw. Translate it into something the body already understands.
The human brain did not evolve to feel "$364 billion" — it goes in one eye and out the other. Elevate every important figure into a concrete yardstick. Reach for one of four:
Never skip the baseline. A number alone is mute. "AI data centers = 3.4% of carbon emissions" only lands once you know aviation is 2.5%. Always give the reader the yardstick.
The comparison must be true. Provocation only works anchored in fact; a stretch or a lie backfires. If you don't have a real, verifiable comparison, don't invent a number — either use a directional one ("nearly twice") or leave the figure raw rather than fabricate.
Small numbers elevate too, by inversion — turn "we had zero signups" into the felt version ("crickets. not a single one.") rather than hiding it behind a vibe-word.
Rule: The first line exists to make the second line unskippable. Lead with the most surprising thing you've got — never the setup.
"Even if you have revelatory information to share, it's not going to have an impact if no one's paying attention." The hook is the toll you pay to earn the reader's next five seconds.
Six types to reach for:
The universal fix: if a draft opens with a date ("At the beginning of the year…"), a "so…", a humble adjective ("basic," "little," "just a"), or the brand/product name, that's a warm-up. Find the wildest line anywhere in the piece and move it to the top. Backfill the context after.
Rule: "I assume the listener knows a lot and likes me, and I like them … so we can get to the point. We're friends."
If you assume the reader is smart and already likes you, then preamble, over-explanation, and hedging become insults — they imply the reader is slow or that you haven't earned their trust. Friends don't over-explain; they get to the point because the trust is already there.
The diagnostic: "The length and formality of the email is inversely correlated to your comfort with that person." Read backwards — when writing gets long and explanatory, it's a tell that the writer doesn't fully trust the reader (or their own line). Over-explaining isn't generosity; it's anxiety, and the reader feels it as distance.
The most common failure this fixes: the writer lands a knockout line, then keeps talking — explains the metaphor, softens the claim, narrates past it. The fix is almost always cut the second sentence, trust the first.
✗ "apartment hunting in nyc feels like the hunger games. everyone is scrapping and almost none gets out feeling good about it." ✓ "apartment hunting in nyc is the hunger games."
Kill list — hunt these; they're the texture of writing to a stranger:
i think · i guess · it seems · kind of · sort of · probably · maybe · just · honestly · so… · basically · anyway · and any sentence that only restates the one before it.
The paradox: cutting these makes writing warmer, not colder. Formality is what's cold; a short direct line reads like a text from a friend.
Galloway's editing note to his own team is never "soften this" — it's "more drama." Emotional intensity is added deliberately in revision; it is not an accident of the first draft. When a rewrite feels flat, ask: what's the most dramatic true framing of this? Push toward surprise, tension, stakes, and consequence — then anchor every provocation in evidence.
Move past what happened to so what? what made this possible? what happens next? The reveal of an invisible cause or a downstream consequence is often the most surprising thing in the piece — and therefore the real hook. A flat draft frequently just needs its "so what" surfaced and promoted to the top.
For the full worked examples, the extended technique catalog (the Crocs Test, Anchored Provocation, Vulnerability, Visualization), and Galloway's exact quotes with sources, read references/galloway-playbook.md. Pull it in when a draft is unusually hard, when the user wants deeper craft explanation, or when you want a wider menu of moves than the core set above.
Return the rewrite, then the rationale. Adapt the labels to the medium, but keep this two-part structure:
**Rewritten:**
[the sharpened version]
**Moves applied:**
- [Move name] — [what you cut/changed and the one-line why]
- [Move name] — [...]
If the piece is long, you can rewrite section by section, but always lead with the strongest hook up top. If a specific number couldn't be elevated because you lacked a true comparison, say so rather than inventing one — the user can supply the real figure.
npx claudepluginhub giulioco/skillsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.