CLI · GitHub Copilot
Social Media Skills for GitHub Copilot
Install AgentSkills into your repo so Copilot coding agent / compatible workflows can use the social media pack.
One-command install
This installs all 100+ skills into your agent’s skills directory via the open AgentSkills standard. You can also install one skill with `npx skills add social-media-skills/skills --skill reels-script`.
Before you start
- GitHub Copilot enabled in your editor or coding agent environment.
- Node.js 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 GitHub Copilot looks for AgentSkills.
$npx skills add social-media-skills/skills - 3
Confirm skills are available
Skills are files in the repo. Commit them if your Copilot agent runs from GitHub; keep them local if you only use the IDE.
- 4
Try a social media task
Ask Copilot for social deliverables tied to a skill name — e.g. caption-writer or batch-content-plan.
Tips
- Prefer agent / chat mode over inline completions when you want full skill workflows.
- 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: GitHub Copilot docs