Open Source Claude Code Skills for Personalized Social Media Content

✍️ OpenClawRadar📅 Published: March 30, 2026🔗 Source
Open Source Claude Code Skills for Personalized Social Media Content
Ad

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 advice
  • content-calendar
  • platform-strategy

Creation

  • post-writer: Asks about your voice and audience before writing, and checks your social media context file
  • thread-writer
  • carousel-writer
  • content-repurposer
  • hook-writer

Analysis

  • performance-analyzer: Interprets your engagement data and identifies what's actually working
  • audience-growth-tracker
  • content-pattern-analyzer
  • optimization-advisor
Ad

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

Ad

👀 See Also

Skill Bill: A Markdown-Based Governance Framework for AI Coding Skills
Tools

Skill Bill: A Markdown-Based Governance Framework for AI Coding Skills

A developer built Skill Bill, a framework of 44 Markdown-based AI skills for Kotlin, Android/KMP, PHP, and Go that addresses prompt management problems like naming drift and duplicated logic. It includes orchestrator skills like 'feature-implement' that chain 10-12 skill invocations and syncs to Claude Code, Copilot, GLM, and Codex.

OpenClawRadar
Claude Sessions: Lightweight Desktop App for Browsing Claude Code History
Tools

Claude Sessions: Lightweight Desktop App for Browsing Claude Code History

Claude Sessions is a new desktop application that lets developers browse their Claude Code session history locally. It reads from ~/.claude/projects, organizes sessions by project, handles large sessions up to 500k+ tokens without lag, and includes search functionality and keyboard navigation.

OpenClawRadar
Reverse-engineering UniFi inform protocol for multi-tenant routing
Tools

Reverse-engineering UniFi inform protocol for multi-tenant routing

The UniFi inform protocol sends device data to controllers via HTTP POST on port 8080 every 10 seconds. The first 40 bytes of each packet contain unencrypted device MAC addresses, enabling routing without decryption.

OpenClawRadar
TailClaude: Open Source Web UI for Accessing Claude Code Sessions from Mobile and Browser
Tools

TailClaude: Open Source Web UI for Accessing Claude Code Sessions from Mobile and Browser

TailClaude is an open source web UI that lets you access and continue Claude Code sessions from your phone or any browser in under a minute using Tailscale. The project was built with Claude Code assistance for scaffolding, SSE streaming backend, mobile-first chat UI, and QR code integration.

OpenClawRadar