Source: Charlie947 Social Media Skills 2026 04 27
social-media-skills (Charlie Hills, github.com/charlie947/social-media-skills) is a bundle of 16 Claude skills behind a unified content system that reaches 350k+ followers across LinkedIn, Instagram, Substack, X, and YouTube — 100M+ views per year, all driven from one newsletter-first pipeline. MIT, 372 GitHub stars, 106 forks. Every skill reads a shared voice-builder foundation (about-me.md + voice.md) so the same voice carries across platforms.
Key Takeaways
- Voice-first architecture.
voice-builderis the foundation skill — every other skill checksabout-me.mdandvoice.mdbefore drafting a single line. Run it once from an interview plus 3–5 writing samples; everything downstream inherits the voice. - One newsletter, every platform. The system “starts with the newsletter and flows out to every other channel.”
newsletter-voiceadds newsletter-specific writing rules on top ofvoice-builder;reels-scripting,post-writer,hook-generator, etc. all reference the same source of truth. - Platform-specific skills with shared rules. LinkedIn focus is heaviest (post-writer, profile-optimizer, post-scorer, hook-generator, content-matrix, niche-research, graphic-designer). YouTube via
youtube-thumbnail. Reels viareels-scripting. Static visuals viagemini-infographic,gemini-carousel,quote-post. Engagement viapinned-comment. Analytics viaanalytics-dashboard. - Scoring against your own history.
post-scorerpulls your past LinkedIn posts via Apify and scores any draft against what actually performed for you — not against generic engagement heuristics. - Outlier reverse-engineering.
reels-scriptinguses Apify + Gemini 2.5 Flash to reverse-engineer an outlier Reel, then writes a new script in your voice from your newsletter source.gemini-infographicships the whiteboard style that pulled 480k impressions from 3 posts. - Niche research with verified dates.
niche-researchdrives Claude for Chrome to scroll Reddit, X, and Google with verified dates, returning the 20 most relevant stories in your niche from the last 7 days. - Five install paths. Claude Code plugin marketplace, git clone, individual
.skillupload to Claude.ai web, git submodule into.agents/social-media-skills, or fork-and-customise.
The 16 skills
| Skill | Purpose |
|---|---|
voice-builder | Build about-me.md + voice.md from interview + writing samples. Foundation for everything else. |
newsletter-voice | Newsletter-specific writing rules layered on voice-builder. Produces newsletter-voice.md. |
profile-optimizer | Rebuild a LinkedIn profile for conversions: headline, about, experience, featured + 4 image-generation prompts. |
post-writer | Draft LinkedIn posts in your voice using the voice files. |
graphic-designer | Picks HTML/CSS graphic vs. AI-generated infographic based on post content. |
post-scorer | Pulls your post history via Apify and scores any draft against your own historical performance. |
reels-scripting | Reverse-engineer an outlier Reel via Apify + Gemini 2.5 Flash; write a new script from your newsletter. |
youtube-thumbnail | Turn a video title into a branded YouTube thumbnail prompt for Gemini. |
pinned-comment | Meme-style pinned comments with a matching image-generation prompt. |
hook-generator | 6 clickbait-style two-line hook variations per topic. |
content-matrix | Pair your pillars with 8 formats for 32+ post ideas in one table (Justin Welsh style). |
niche-research | Drive Claude for Chrome to scroll Reddit, X, and Google with verified dates; surfaces top 20 stories from the last 7 days. |
gemini-infographic | Whiteboard-style infographic that pulled 480k impressions from 3 posts. |
gemini-carousel | Slide-by-slide carousel generator with an approval gate. |
quote-post | Claude writes the quote, Gemini recreates the image with the quote baked in. |
analytics-dashboard | LinkedIn Analytics export → interactive React dashboard + 5 data-backed recommendations. |
Implementation
Tool/Service: social-media-skills (charlie947, MIT)
Setup (Claude Code plugin marketplace):
/plugin marketplace add charlie947/social-media-skills
Setup (git submodule, multi-project):
git submodule add https://github.com/charlie947/social-media-skills.git .agents/social-media-skillsSetup (individual .skill upload to Claude.ai):
zip -r voice-builder.skill voice-builder
# Upload voice-builder.skill via Customise skills in the Claude appCost: Free skills (MIT). Some skills depend on paid third-party APIs: Apify (post history scraping for post-scorer, reels-scripting), Google AI (Gemini for image generation in carousel/infographic/quote skills). Image generation outputs ready-to-paste prompts — you pay per render.
Integration notes:
- Run
voice-builderfirst. Every other skill needsabout-me.mdandvoice.md. Skipping this step degrades every downstream output. - Charlie Hills runs the MarTech AI newsletter — that’s the worked example the skills are tuned for. Re-tune the voice files for your own niche.
- Distinct from Marketing Skills Bundle (Corey Haines): Corey’s bundle is breadth (CRO + paid + retention + 36+ skills); Charlie’s is depth on social/newsletter. Both pair well — one drives the system, the other writes the posts.
Try It
- Run
voice-builderagainst a 30-min interview transcript + 3 of your strongest past posts. Inspectvoice.mdand check whether it captures the rules you’d give a junior writer about your tone. - Build a Monday-morning routine:
niche-research→content-matrix→post-writer. The first surfaces stories, the second turns them into 32+ ideas, the third drafts the post. Time it — Charlie’s claim is 100M+ views/year on this loop. - Pair with last30days-skill for “what’s hot this month” + “write the post” in one session. last30days handles aggregation, social-media-skills handles voice-true drafting.
- Forks-and-customise path: clone the repo, replace the voice rules in
about-me.md/voice.md, push to your own GitHub, install your fork instead of upstream.
Related
- Marketing Skills Bundle (Corey Haines) — sibling community skill collection, broader marketing surface
- last30days-skill — natural research-side pairing
- birdclaw — local X workspace + agent skill (companion for the X side of distribution)
- Claude Code Plugins and Marketplaces — distribution context
- Agent Skills Overview — skills format and progressive disclosure mechanics
- Claude Code Skills Ecosystem — wider context
- AI Marketing — adjacent topic on AI-powered campaigns and content
- AI Video Content — adjacent topic for the Reels and YouTube production side