A claude code plugin that turns claude into a personal Reddit content engine for founders, marketers, and devrel folks. Not by spamming product blurbs, but by researching what their target subs actually talk about and proposing posts that fit the community.
FAQ
rising is a Claude Code plugin with 1 hand-picked skill for marketing work, indexed on Flowy. Install it with the command on its page. It includes reddit-writing-style. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add agamjn/rising> /plugin install rising@rising-marketplace
A claude code plugin that turns claude into a personal Reddit content engine for founders, marketers, and devrel folks. Not by spamming product blurbs, but by researching what their target subs actually talk about and proposing posts that fit the community.
The name comes from Reddit's "rising" sort โ the posts on their way up. That's what this plugin helps you write.
Reddit punishes self-promotion. So this plugin doesn't post for you. It does the research that good Reddit content requires (writing style, sub trends, performance history, sub rules) and proposes 3 posts a day that you then review, edit, and post manually.
One-time setup (/reddit-setup):
Daily run (/reddit-daily):
drafts/YYYY-MM-DD.md and pastes them into chat for reviewTo log a post after you've made it, use /reddit-add-post <url> separately โ
the daily run never blocks on user input.
Other commands:
/reddit-add-post <url> โ log a post you made (appends to history,
refreshes performance)/reddit-add-sub <angle> โ discover and add fresh subreddits when your
current list goes stale. Give it an angle ("AI music creators", "my
vibecoding subs are tapped out") and it researches new candidates,
asks you which to keep, caches their rules, and appends to your list/reddit-schedule "weekdays at 9am" โ automate the daily run/plugin marketplace add agamjn/rising
/plugin install rising
# Make a folder for your product
mkdir -p ~/reddit/my-product
cd ~/reddit/my-product
# Set up
/reddit-setup
# (answers product URL, Reddit username, and goal interactively)
# Get your first batch of proposals
/reddit-daily
# (open drafts/<today>.md, pick a proposal, post on Reddit)
# (afterward, log it back so the engine learns)
/reddit-add-post https://reddit.com/r/<sub>/comments/<id>/<slug>/
# Optional: automate daily
/reddit-schedule "weekdays at 9am"
Want to see what files this produces? See examples/tensorfuse/
for a fully-populated example product folder, including a real-looking
drafts/2026-05-09.md.
The setup pulls your posts via Reddit's public JSON API, which only works on public profiles. Most users hide their profile by default.
The recommended flow:
/reddit-setup, make your Reddit profile public:
/reddit-setup โ it pulls your full history and saves it to
posts-history.md in your project folder/reddit-add-post <url> โ
the engine grows your history without your profile being publicYour posts-history.md is the source of truth after setup. Reddit's API
is only used for the initial pull and for fetching individual post URLs
you provide.
reddit-writing-style) โ reusable style-extraction workflow*.json endpoints
directly (Bash + curl, with a Reddit-conformant User-Agent). Sub-agents are
pure analyzers reading from a local .rising/cache/ directory. No OAuth,
no install steps, no auth tokensThe plugin doesn't post to Reddit. Ever. There is no Reddit write API integration and no way to add one without modifying the plugin's source.
Three reasons:
The engine does the 90% of work that's tedious (research, drafting). You do the 10% that has to be human (review, post, engage with comments).
| File | Purpose |
|---|---|
product.md | Your product brief |
goal.md | What you want from Reddit |
writing-style.md | Your voice, distilled from past posts |
posts-history.md | Append-only log of every post you've made |
post-categories.md | Classification + per-category performance stats |
subreddits.md | Posting subs + non-posting subs, with rationale |
subreddits/<sub>/rules.md | Cached rules per posting sub |
drafts/YYYY-MM-DD.md | Daily output โ 3 proposals |
.rising/config.json | Your Reddit username (for the API User-Agent) |
.rising/cache/ | Raw Reddit JSON for the current run โ gitignored, safe to delete |
Edit any of these freely between runs. The engine uses whatever it finds.
MIT. See LICENSE.
Issues and PRs welcome. The plugin is opinionated โ see the agent and command files for the design choices. The goal is to keep it simple: no MCP server, no auth, no DB, just markdown files and the public Reddit API.
.claude-plugin/
marketplace.json
plugin.json
.github/
workflows/
validate.yml
.gitignore
agents/
reddit-performance-analyzer.md
reddit-post-synthesizer.md
reddit-style-analyzer.md
reddit-subreddit-discoverer.md
reddit-subreddit-researcher.md
commands/
reddit-add-post.md
reddit-add-sub.md
reddit-daily.md
reddit-schedule.md
reddit-setup.md
examples/
tensorfuse/
drafts/
2026-05-09.md
goal.md
post-categories.md
posts-history.md
product.md
subreddits/
subreddits.md
devops/
rules.md
MachineLearning/
rules.md
writing-style.md
LICENSE
README.md
skills/
reddit-writing-style/
SKILL.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic