Extend ContentLead with reusable AI agent skills. Works with GitHub Copilot CLI, Claude Code, Cursor, and any tool that supports the SKILL.md standard.
Clone the skills repo and add it to your AI coding tool with a single command.
Open the desktop app. A local HTTP API starts automatically on launch.
Tell the agent what you want — "add a ken burns zoom" — and it handles everything.
Install all skills
git clone https://github.com/Shubham-vish/contentlead.git && copilot skill add ./contentlead/skillsInstall a single skill
copilot skill add https://raw.githubusercontent.com/Shubham-vish/contentlead/main/skills/contentlead/SKILL.mdInstall from repo
gh skill install Shubham-vish/contentleadClone and add skills directory
git clone https://github.com/Shubham-vish/contentlead.git && cp -r ./contentlead/skills/* ~/.claude/skills/Clone and copy to .cursor/rules
git clone https://github.com/Shubham-vish/contentlead.git && cp -r ./contentlead/skills/ .cursor/skills/Skills follow the open Agent Skills (SKILL.md) standard — portable across all AI coding tools.