Reddit Playbook

Generates copy-paste-ready Reddit post drafts from daily fetch-tweets output using evidence-backed content archetypes.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/aaronjmars/aeon-bd --skill reddit-playbook-aaronjmars
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Reddit Playbook
Source: https://github.com/aaronjmars/aeon-bd/tree/main/skills/reddit-playbook
Command: npx skills add https://github.com/aaronjmars/aeon-bd --skill reddit-playbook-aaronjmars

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Promoting a product on Reddit without getting posts removed is hard: brand-first titles underperform, strict subreddits ban self-promotion, and duplicate copy triggers spam filters. This Skill turns already-curated social signals into subreddit-appropriate drafts that lead with the story, not the product. ## Core Features & Use Cases - Archetype decision tree: Classifies each promotable story into one of five archetypes (news-hook, question, milestone, contrarian, observer report) before writing, based on what historically survived moderation and earned views. - Tiered subreddit routing: Maps drafts to green, question-only, or comment-only subreddits, demoting strict subs to value-first comment drafts instead of removable posts. - Cadence and dedup control: Tracks days since the last promotion and a shared seen-file so stories are never double-posted and self-promo stays occasional. - Use Case: After the daily fetch-tweets run surfaces a third-party endorsement of your open-source agent framework, run this Skill to get three ready-to-paste drafts for green subreddits, each with third-party proof links, one product link at the bottom, and a pre-filled submit URL. ## Quick Start Run the reddit-playbook skill to draft Reddit posts from today's fetch-tweets output, optionally restricting to specific subreddits with a var like r/artificial.

Frequently Asked Questions about Reddit Playbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I promote a product on Reddit without getting posts removed?▼

Lead with the story, not the product: pick a content archetype (news-hook, question, milestone, contrarian, or observer report), keep the product out of the title, and link every claim to a third-party source. Strict no-self-promotion subreddits should receive value-first comments instead of posts.

How to write a Reddit post title that gets views?▼

Use the archetype's title formula: news-hooks state the event and thesis, questions ask what the sub already debates, milestones name a concrete number, and contrarian titles name a wrong assumption. Only milestone posts may include the product name in the title.

Does this skill post to Reddit automatically?▼

No, it produces drafts only and never posts to Reddit or requires Reddit credentials. A human reviews each draft and posts manually, then registers the placement with the reddit-scorecard skill for day-7 and day-14 reach tracking.

Can I use the same Reddit post across multiple subreddits?▼

No, Reddit's spam filter flags duplicate text, so each draft must be independently rewritten with a varied title and opening per subreddit. Real placements should also be staggered 48-72 hours apart and never crosspost the same title and link.

What input does the Reddit Playbook skill need to run?▼

It reads the existing daily fetch-tweets output from local memory logs and dashboard JSON files from the last 7 days. It makes no outbound network calls and never calls the X API directly, reusing only data already curated on disk.