CLI · Claude Code
Social Media Skills for Claude Code
Install every social media skill into Claude Code globally with one AgentSkills command.
One-command install
Installs all 100+ skills for Claude Code globally (`-g -a claude-code`). Non-interactive (`-y`) and selects every skill (`-s '*'`).
Before you start
- Claude Code CLI installed and authenticated.
- Node.js available for npx.
- 1
Open a terminal in your project
Skills install into the current workspace. Open your project folder in the terminal (or the integrated terminal in your IDE).
- 2
Run the install command
Paste this once. It pulls the full social-media-skills collection from GitHub and places it where Claude Code looks for AgentSkills.
$npx skills add social-media-skills/skills -g -a claude-code -s '*' -y - 3
Confirm skills are available
Skills land in Claude Code’s global skills directory. Start a new Claude Code session if they don’t show up immediately.
- 4
Try a social media task
Ask Claude Code to “write Instagram captions in our brand voice” or “draft a content calendar for next month.”
Tips
- You can still use the Claude Code plugin marketplace for automatic updates if you prefer that path.
- Start with brand-profile and voice-builder style prompts so later skills match your tone.
- Browse the source skills anytime at github.com/social-media-skills/skills.
Official docs: Claude Code docs