← All CLI guides

CLI · Zed

Social Media Skills for Zed

Install skills into your Zed project workspace with the AgentSkills CLI installer.

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

  • Zed with agent features enabled.
  • Node.js for npx.
  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 Zed looks for AgentSkills.

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

    Confirm skills are available

    Confirm skill folders in the project after install. Start a new agent thread in Zed if discovery needs a refresh.

  4. 4

    Try a social media task

    Ask Zed’s agent for Reels scripts, captions, or a content calendar using the installed skills.

Tips

  • 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: Zed Docs

All CLI guides · Autonomous agents