Plugin Claude Code
Plugin marketplace listing 1 plugin: rising.
Plugin Claude Code
Plugin marketplace listing 1 plugin: rising.
Plugin Claude Code
Personal Reddit content engine. Researches subreddit trends and proposes 3 authentic posts daily based on your writing style, goals, and what's worked for you historically.
Agent
Read posts-history.md, classify each post into conversational/soft-promo/promotional, compute per-category engagement stats, and write post-categories.md. Invoked by /reddit-setup, /reddit-add-post, and the start of /reddit-daily whenever new history exists.
Agent
Combine all daily research (per-subreddit trend briefs) with the user's writing style, goal, post-performance history, and cached subreddit rules to produce 3 post proposals. Final step of /reddit-daily.
Agent
Analyze a corpus of the user's past Reddit posts and produce writing-style.md. Dispatched by /reddit-setup after pulling posts via the JSON API, and re-runnable standalone if the user wants to refresh the style file.
Agent
Given a product brief, goal, and a list of validated subreddit candidates (already fetched from Reddit by the orchestrator), curate them into posting + non-posting categories with prose justifications. Writes subreddits.md. Dispatched by /reddit-setup after orchestrator validates candidates.
Agent
Research one specific subreddit for trends, audience pain points, viral patterns, and post format conventions over the last week. Reads pre-fetched JSON from a cache directory; never makes network calls. Dispatched in parallel (one per subreddit) by /reddit-daily.
Command
Log one or more Reddit posts the user made by pasting their URLs. Appends to posts-history.md and refreshes post-categories.md so the engine keeps learning what works.
Command
Discover and add fresh subreddits to your list based on a goal or angle you give. Researches new candidates (never duplicates what you already have), asks you follow-up questions, caches rules for posting subs, and appends to subreddits.md. Run /reddit-daily afterward to use them.
Command
Daily Reddit content engine run. Logs any new posts the user made, refreshes engagement on recent ones, researches trends across all configured subs in parallel, and produces 3 post proposals saved to drafts/YYYY-MM-DD.md.
Command
Schedule /reddit-daily to run automatically on a cron. Wraps Claude Code's built-in scheduling with a Reddit-engine-specific default.
Command
One-time setup wizard for the Reddit content engine. Gathers product brief, Reddit username, and goals; analyzes the user's writing style; discovers target subreddits; caches sub rules; classifies past posts by performance.
Skill Claude CodeCodex
Use when analyzing a corpus of a user's Reddit posts to extract their writing voice, tone, structural patterns, and vocabulary into a reusable style guide. Invoked during /reddit-setup and re-invokable standalone if the user wants to refresh their style file after writing more posts.