Distribute Social
Turns a published post into ready-to-paste Reddit and LinkedIn drafts in one run.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · fdd5dcb
Ran a LinkedIn-draft mini-task both ways: baseline output was a generic emoji-hook post with a 5-hashtag wall, the skill-guided version opened with a bare stat, held to 2 hashtags, and pushed the link to the close — but it only works for real once you copy CONFIG.example.md to CONFIG.md and fill in your actual subreddits, site URL and tone notes, which ships blank.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Distribute Social does
Given a post URL, title, key claim and target persona, drafts Reddit comment/post text for live on-topic threads plus a LinkedIn launch post, saving the Reddit drafts to a markdown file for manual posting. Triggers when a post has just been published and needs distributing to Reddit and LinkedIn.
How to install Distribute Social
git clone https://github.com/yoyothesheep/claude-skills.git
mkdir -p ~/.claude/skills
cp -r claude-skills/distribute-social ~/.claude/skills/distribute-social
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Distribute Social
-
/distribute-socialTurns a published post into ready-to-paste Reddit and LinkedIn drafts in one run.
It also activates on plain-language prompts like these:
-
Draft a LinkedIn post announcing our new feature launch today -
Write Reddit comments I can post in relevant threads about our post -
Turn this published blog article into Reddit and LinkedIn drafts
Frequently asked questions
- Is the Distribute Social skill free?
- Yes. The skill itself is free from yoyothesheep/claude-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Distribute Social work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Ran a LinkedIn-draft mini-task both ways: baseline output was a generic emoji-hook post with a 5-hashtag wall, the skill-guided version opened with a bare stat, held to 2 hashtags, and pushed the link to the close — but it only works for real once you copy CONFIG.example.md to CONFIG.md and fill in your actual subreddits, site URL and tone notes, which ships blank.
- What is the Distribute Social SkillProof Score?
- 8.8/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Distribute Social?
- 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 Distribute Social 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.