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

Setting Up OpenClaw as an Always-On AI Assistant
OpenClaw, configured as an always-on AI assistant for a small dev team, is set up on a Railway server with Claude as the backend and integrates with Google Workspace, GitHub, and more.

Claude Code Session Dashboard: Open Source Tool for Monitoring Multiple Sessions
An open-source dashboard that monitors multiple Claude Code sessions simultaneously, showing token usage, costs, session status, context window usage, and active subagents. Installation requires three commands: git clone, cd, and npm install && npm start.

Dual DGX Sparks vs Mac Studio M3 Ultra: Practical Comparison for Running Qwen3.5 397B Locally
A developer compared running Qwen3.5 397B locally on a $10K Mac Studio M3 Ultra 512GB and a $10K dual DGX Spark setup. The Mac Studio achieved 30-40 tok/s with 800 GB/s bandwidth but slow prefill, while the Sparks delivered 27-28 tok/s with faster compute but complex setup.

BrowserKing: Open-Source Chrome Extension for Browser Control via Claude and Other Models
BrowserKing is a free, open-source Chrome extension that lets Claude and 15+ other models see and control your browser from a side panel. It takes screenshots, sends them to the model, and then acts on decisions to click buttons, fill forms, scroll, and navigate tabs.