Documentation
Install on GitHub Copilot
Integrate SkillBoss with GitHub Copilot to unlock advanced AI capabilities including 679+ endpoints, images, video, audio, and business operation tools in VS Code.
π‘
Quick Install: set up skillboss.co/skill.md
One-Line Install (Recommended)
The fastest way to install SkillBoss for GitHub Copilot:
set up skillboss.co/skill.md
This automatically:
- Downloads the SkillBoss skills pack
- Configures your environment
- Works on macOS, Windows, and Linux
Manual Installation
Get Your Skills Pack
Go to skillboss.co/console and download the skills pack
Extract and Install
# macOS/Linux
unzip skillboss-skills.zip
mkdir -p ~/.github/copilot/skills/
cp -r skillboss-skills ~/.github/copilot/skills/skillboss
# Windows
Expand-Archive skillboss-skills.zip -DestinationPath .
mkdir -p $env:USERPROFILE\.github\copilot\skills\
Copy-Item -Recurse skillboss-skills $env:USERPROFILE\.github\copilot\skills\skillboss
Restart VS Code
Completely close and reopen VS Code
Verify Installation
Open Copilot Chat and ask about available skills
Directory Structure
After installation:
~/.github/
βββ copilot/
βββ skills/
βββ skillboss/
βββ SKILL.md # Your API key
βββ business/ # Business operations
βββ infrastructure/ # Technical infrastructure
βββ marketing/ # Growth & marketing
βββ analytics/ # Analytics & monitoring
Quick Start Examples
Try these in Copilot Chat:
Create a landing page with hero section, features, and Stripe checkout
Deploy my site to Vercel with custom domain and SSL
Send a welcome email to new users using SendGrid
Troubleshooting
- Verify files:
ls ~/.github/copilot/skills/skillboss/ - Check
SKILL.mdexists with your API key - Restart VS Code completely
- Try:
chmod -R 755 ~/.github/copilot/skills/
- Download fresh skills pack from Console
- Check your credit balance
- Verify API key in
SKILL.md
Next Steps
π
Quick Start
Build your first project
π
All Features
Explore 679+ endpoints