Skip to content

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.

From plugin
175 skills5 agents5 commands
shell
$ npx -y skills add agamjn/rising --agent claude-code

Ships 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.
How auto-invocation works

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.md
name: 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.
Read it on GitHub ↗
Ships withrising

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.

Get the whole plugin, auto-invoked
Stats
17
Stars
0
Views
0
Forks
Maintained
Maintenance
MIT
License
2mo ago
Last commit
2mo ago
Created

Repo: agamjn/rising