Add to Claude Code
54 addsInstall this Claude Code skill.
Name: Reddit Post Composer
Save to: ~/.claude/skills/reddit-post-composer.md
---
---
name: Reddit Post Composer
description: Compose a Reddit post optimized for a specific subreddit
---
Write a Reddit post for: $ARGUMENTS
## Instructions
1. Identify the target subreddit and topic
2. If the Reddit MCP is available, use `get_subreddit` to check:
- Subreddit rules (flair requirements, formatting, restricted content)
- Community size and tone
3. Research the subreddit's style:
- Does it prefer long-form or concise posts?
- Are questions, stories, or links more common?
- What flair should be used?
4. Compose the post:
- **Title**: compelling but not clickbait, matches subreddit norms
- **Body**: formatted with Reddit markdown
- **Flair suggestion**: based on subreddit options
5. Review against common auto-moderator triggers:
- Self-promotion rules (10:1 ratio)
- Minimum account age / karma requirements
- Banned keywords or link domains
## Reddit markdown reference
- **Bold**: `**text**`
- *Italic*: `*text*`
- `Code`: backtick-wrapped
- > Quote: `> text`
- Lists: `- item` or `1. item`
- Links: `[text](url)`
- Headers: `# H1`, `## H2`
- Horizontal rule: `---`
- Spoiler: `>!spoiler!<`
## Output format
```
Subreddit: r/subredditname
Flair: [Suggested flair]
Title: [Post title]
---
[Post body in Reddit markdown]
```
## Constraints
- Respect subreddit rules: if a rule would be violated, flag it
- No engagement bait ("upvote if...", "am I the only one...")
- Disclose AI assistance if the subreddit requires it
Paste into Claude Code to add this skill.
How to add
Full guide →Click Add, then paste into Claude Code. Claude will save it to the right location for you.
Target: .claude/commands/<name>.md