← All CLI guides

CLI · Cursor

Social Media Skills for Cursor

Install the full skill pack with one terminal command. Cursor loads AgentSkills from your project automatically.

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

  • Cursor installed with agent / chat access in the project you’ll use for social content.
  • Node.js available so npx can run the skills installer.
  1. 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. 2

    Run the install command

    Paste this once. It pulls the full social-media-skills collection from GitHub and places it where Cursor looks for AgentSkills.

    $npx skills add social-media-skills/skills
  3. 3

    Confirm skills are available

    After install, skill folders appear in your project’s skills path. Cursor’s agent can discover them on the next turn — no manual upload.

  4. 4

    Try a social media task

    Ask Cursor something concrete — e.g. “Use reels-script to draft a 30s launch Reel.” It should pull the matching skill.

Tips

  • Use Cursor’s agent chat (not only inline edit) so skills can run as multi-step 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: Cursor Docs

All CLI guides · Autonomous agents