Reddit Writing Style
Turns a corpus of your Reddit posts into a cited, evidence-backed writing-voice guide.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · a56ea33
Fed it a synthetic 6-post corpus: the baseline produced a mushy paragraph of generic adjectives, while the skill produced a cited, section-by-section style guide that correctly caught a real subreddit-specific capitalization shift and honestly omitted vocabulary claims it couldn't back with 2+ examples instead of padding the list.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Reddit Writing Style does
Reads a user's Reddit post history and extracts voice, sentence rhythm, opening/closing patterns, vocabulary, and structural habits into a writing-style.md file, with every claim backed by 2+ quoted examples. Triggers when analyzing a corpus to build or refresh a personal style guide (e.g. via /reddit-setup or standalone refresh requests), not when just asked to write new Reddit content.
How to install Reddit Writing Style
git clone https://github.com/agamjn/rising
cd rising
mkdir -p ~/.claude/skills
cp -r skills/reddit-writing-style ~/.claude/skills/reddit-writing-style
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Reddit Writing Style
-
/reddit-writing-styleTurns a corpus of your Reddit posts into a cited, evidence-backed writing-voice guide.
It also activates on plain-language prompts like these:
-
Build me a writing-style guide from my old Reddit post history -
Analyze my Reddit posts and extract my actual voice and tone -
Refresh my style guide from my latest Reddit posting history
Frequently asked questions
- Is the Reddit Writing Style skill free?
- Yes. The skill itself is free from agamjn/rising. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Reddit Writing Style work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Fed it a synthetic 6-post corpus: the baseline produced a mushy paragraph of generic adjectives, while the skill produced a cited, section-by-section style guide that correctly caught a real subreddit-specific capitalization shift and honestly omitted vocabulary claims it couldn't back with 2+ examples instead of padding the list.
- What is the Reddit Writing Style SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Reddit Writing Style?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Reddit Writing Style with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.