Content · Claude Code skill

Reddit Thread Writer skill and the Yalc Framework

The canonical writer for Reddit GEO. Six modes, per-client voice, anti-detection rules, and a strategist mode that adversarially sharpens ideas before publish.

Yalc Fit Score
9/10
License
MIT (Yalc)
Modes
6 routers
Voices
Per-client config
Last reviewed
2026-04-29
Trigger phrases

Say this to fire the Reddit Thread Writer skill

Any of these natural language phrases activates the skill inside Claude Code.

write a Reddit post about <topic>
draft a Reddit thread for <client>
create a Reddit post for r/<subreddit>
write a Reddit comment for <URL>
reply to this Reddit thread
promote <community>
find the best subreddit for <topic>
I have a post idea about <topic>
where should I post about <topic>
What it does

Reddit Thread Writer, plainly

The Reddit Thread Writer skill is a 6-mode router that handles every Reddit content surface: full posts, comments, replies, subreddit discovery, community promotion, and adversarial idea sharpening (Strategist mode). Each mode selects the appropriate template, voice config, and anti-detection rules.

For Earleads' Reddit GEO clients (BuildBetter, Sphinx, datascalehr, LeadBay, Workmotion, etc.), this skill is the production writer. Each client has its own voice config and Top Posts examples. The Strategist mode adversarially scores ideas on Sneakiness, Specificity, and Hook before locking in a post draft.

Where it slots in

Position in the GTM operating system

Intake
Enrich
Score
Route
Draft
Send
Listen

The Reddit Thread Writer sits at the **draft** node for Reddit content. It pairs with `apify-reddit-scraping` (intake) and `notion-page-writer` (publish queue writeback) to complete the Reddit GEO loop.

The 6 modes route based on user intent. Most operators trigger Post mode (write a thread) or Comment mode (reply on a thread). Strategist mode is the differentiator: it challenges your idea before you commit to writing.

The Yalc Framework

Running the Reddit Thread Writer skill end to end

Workflow position

The Reddit content drafter. Yalc invokes this skill when the user wants Reddit copy written, regardless of mode (post, comment, promo, etc.). Output is a ready-to-publish draft in the client's voice.

Required inputs

  • → The intent (post, comment, reply, discovery, promotion, strategist)
  • → Topic or thread URL or community name
  • → Client name (loads voice config from per-client file)
  • → For Promotion mode, the community to promote

Outputs

  • → Draft post or comment in the client's voice
  • → Recommended subreddit list (Discovery mode)
  • → Strategist scorecard (Sneakiness, Specificity, Hook each 0-15)
  • → Updated Top Posts file when curating winners

Chaining recommendations

UpstreamIdea or thread URL → reddit-thread-writer (draft)
DownstreamApproved draft → octo-reddit-post or octo-reddit-comment (publish)

Anti patterns to avoid

Don't bypass Strategist mode for high-stakes posts. The adversarial loop is what surfaces weak hooks before you commit to writing.
Don't skip the per-client voice file. Generic Reddit voice rings hollow. Each client has a specific tone calibrated by their previous winning posts.
Don't post the first draft. The skill is honest about anti-detection rules (no em dashes, no AI-tells, no marketing speak). Let it run, then review.
Operator take

Pros, cons, who it's for

Pros

  • 6 modes cover every Reddit content scenario
  • Strategist mode adversarially sharpens ideas before write
  • Per-client voice files prevent generic tone
  • Anti-detection rules baked in (no em dashes, no AI-tells)
  • Battle tested across 8 active Reddit GEO clients

Cons

  • Per-client setup required (voice config + Top Posts file)
  • Output is a draft, not auto-published. Pair with octo-reddit-post for publish.
  • Strategist mode adds latency. Skip for low-stakes content.
  • Reddit-only. For LinkedIn, use linkedin-post.

Who it's for

  • Reddit GEO clients running content programs through Earleads
  • Operators publishing on Reddit for product visibility (organic, not ads)
  • Founders using Reddit as a content surface for thought leadership
Dependencies

What this skill expects to find

Other skills

Reads per-client voice config from `04_AI_Agents/Configs/Clients/Voice_{client}.md` and Top Posts examples from `04_AI_Agents/Configs/Clients/Top_Posts_{client}.md`. Voice configs are tuned weekly via writer-curation skill.

Related

The Reddit Thread Writer ecosystem inside Yalc

Alternatives

Skills that overlap

FAQ

Frequently asked

What's the difference between Post mode and Strategist mode?

Post mode writes a draft directly. Strategist mode runs an adversarial loop first (challenges the angle, scores Sneakiness/Specificity/Hook each on 0-15) before flowing into Post mode. Use Strategist for high-stakes content.

How are voice configs tuned?

The writer-curation skill pulls the top 10 posts per client weekly and updates the Top Posts file. The Reddit Thread Writer reads these examples to ground its style. Voice drifts if you skip curation.

Does this skill handle posting or just drafting?

Drafting only. Posting is gated through octo-reddit-post (human-in-the-loop, never auto-submits). The split keeps publishing review-able.

How does Promotion mode differ from regular Post mode?

Promotion mode targets a specific community or product. The draft is openly promotional but follows community rules and tone. Regular Post mode is value-first content that happens to mention the brand subtly.

Can I run this on a community that's not in our client roster?

Yes for Post and Comment modes (one-off drafts). For Promotion and ongoing programs, set up the community as a client first via active-client-creation.

Why no em dashes in the output?

Anti-AI-detection rule. LLM outputs cluster around em dashes and certain phrasings. Reddit users sniff these out fast. The skill grep-checks output before returning.

Get the Reddit Thread Writer skill

Clone the Yalc skill set, drop in your env, run from your next Claude Code session.

gh repo clone Othmane-Khadri/YALC-the-GTM-operating-system && cp -r YALC-the-GTM-operating-system/.claude/skills/reddit-thread-writer ./.claude/skills/