Social Content
Platform-differentiated content creation, repurposing and social listening for LinkedIn, X, TikTok, Instagram and Facebook.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · ab1d083
Given one stat, it produced genuinely different formats per platform — multiple hook-formula options for a LinkedIn post versus a structured takeaway-thread for Twitter/X — instead of reposting the same line twice, which is what the unguided baseline did. (Listed here under our older name; the skill's own name is "Social Content".)
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 8/10
- Docs & honesty 5/5
What Social Content does
Creates and repurposes content per-platform (hook formulas, carousel frameworks, short-form video scripts) rather than reposting the same text everywhere, plus a social-listening reference with a scoring rubric and curl recipes for Reddit/Hacker News/Bluesky. Fully self-contained — no external repo-level dependencies found. Actual skill folder and frontmatter name is 'social,' not 'social-content.'
How to install Social Content
git clone https://github.com/coreyhaines31/marketingskills
cd marketingskills
mkdir -p ~/.claude/skills
cp -r skills/social ~/.claude/skills/social-content
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Social Content
-
/social-contentPlatform-differentiated content creation, repurposing and social listening for LinkedIn, X, TikTok, Instagram and Facebook.
It also activates on plain-language prompts like these:
-
Turn this blog post into a LinkedIn post and a thread -
Repurpose this article into platform-native social posts -
Write a Twitter thread summarizing this long-form piece
Frequently asked questions
- Is the Social Content skill free?
- Yes. The skill itself is free from coreyhaines31/marketingskills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Social Content work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Given one stat, it produced genuinely different formats per platform — multiple hook-formula options for a LinkedIn post versus a structured takeaway-thread for Twitter/X — instead of reposting the same line twice, which is what the unguided baseline did. (Listed here under our older name; the skill's own name is "Social Content".)
- What is the Social Content SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Social Content?
- 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 Social Content 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.