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.
> /plugin marketplace add agamjn/rising > /plugin install rising@rising-marketplace
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.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- 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.

