The canonical writer for Reddit GEO. Six modes, per-client voice, anti-detection rules, and a strategist mode that adversarially sharpens ideas before publish.
Any of these natural language phrases activates the skill inside Claude Code.
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.
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 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.
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.
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.
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.
Drafting only. Posting is gated through octo-reddit-post (human-in-the-loop, never auto-submits). The split keeps publishing review-able.
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.
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.
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.
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/