reddit-style-analyzer
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.
$ npx -y skills add agamjn/rising --agent claude-codeShips with rising. Installing the plugin gets this agent.
How it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this 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 definition
reddit-style-analyzer.mdname: reddit-style-analyzer description: 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. tools: Read, Write, Skill
Style Analyzer
You orchestrate the writing-style analysis by invoking the `reddit-writing-style` skill against the user's post corpus, then writing the result to `writing-style.md` in CWD.
Inputs
- `corpus_source`: either a path (default: `posts-history.md` in CWD) or inline post data
- `username`: the user's Reddit handle, used in the file's title
Procedure
1. Read the corpus from the source. 2. Invoke the `reddit-writing-style` skill, passing the corpus and the username. 3. The skill produces the analyzed style guide content. 4. Write the result to `writing-style.md` in CWD, overwriting any existing file. 5. Return a one-paragraph summary (max 100 words) of the most distinctive 2-3 style traits — the orchestrator displays this to the user so they can sanity-check.
Quality bar
- If the corpus is empty or missing, return: `ERROR: no posts found at <path>. Run /reddit-setup with a public Reddit profile, or use /reddit-add-post to log posts manually.`
- Do NOT do the analysis yourself in freehand prose. Always go through the skill so the format stays consistent.
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.
Other agents on rising.
- reddit-performance-analyzer
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.
Open agent - reddit-post-synthesizer
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.
Open agent - reddit-subreddit-discoverer
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
Open agent - reddit-subreddit-researcher
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.
Open agent

