Open Source Claude Code Skills for Personalized Social Media Content

A developer has released 13 open source Claude Code skills designed to solve a common problem: when Claude writes social media content, it often sounds generic rather than like the user's authentic voice. These skills are structured prompts that teach Claude about your specific voice, audience, and context before generating content.
Skill Categories and Functions
The skills are organized into four categories and work across LinkedIn, Twitter/X, Threads, and Bluesky. Each skill is modular and can be used independently.
Foundation
social-media-context: Defines your voice, audience, and preferences so Claude can match your communication style
Strategy
content-strategy: Builds topic clusters based on your actual product and audience rather than generic advicecontent-calendarplatform-strategy
Creation
post-writer: Asks about your voice and audience before writing, and checks your social media context filethread-writercarousel-writercontent-repurposerhook-writer
Analysis
performance-analyzer: Interprets your engagement data and identifies what's actually workingaudience-growth-trackercontent-pattern-analyzeroptimization-advisor
How It Works
The skills provide Claude with deep expertise in specific areas through structured prompting. For example, with the social-media-context skill loaded, Claude writes in your actual voice, knows your audience, avoids phrases you dislike, and matches the rhythm of your previous posts.
The creator notes that without these skills, Claude might produce generic content like "Unlock the power of AI-driven content creation with our cutting-edge solution." With the skills, the output reflects your authentic communication style.
All skills are MIT licensed and available on GitHub at github.com/blacktwist/social-media-skills. The creator welcomes pull requests and is available to answer questions about customization.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Client Adds Live API Cost Tracking, Spending Caps, and Granular Agent Controls
OpenClaw Client now features live usage UI with circular progress bars, per-agent spending caps, sub-agent management, skill toggling, and model switching from different providers.

User Experience: Switching from OpenClaw to Hermes Agent on Local LLM
A developer reports switching from OpenClaw to Hermes Agent using Qwen3.5-9B on an RX 9070 XT with 16GB VRAM. Hermes completed a complex task with 5 correct tool calls versus OpenClaw's 50+ steps, running 2:30 minutes faster while maintaining RAG, tool calling, and persistent memory functionality.

Deblank: Tool to Strip Code Formatting for LLM Token Reduction
Deblank is an open-source tool that strips code formatting (indentation, whitespace, line breaks) before sending to LLMs, reducing tokens by ~30% for Java/C++ and ~9% for Python with ~76ms latency. It supports Python, Java, C/C++, C#, JS/TS, and Go.

Graft: Claude Code Hooks Cut grep Tokens by 42%
Graft builds a persistent knowledge graph for coding agents, cutting tool calls by 46%, tokens by 42%, and boosting SWE-bench correctness from 54% to 66%.