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

  1. Verify files: ls ~/.github/copilot/skills/skillboss/
  2. Check SKILL.md exists with your API key
  3. Restart VS Code completely
  4. Try: chmod -R 755 ~/.github/copilot/skills/
  1. Download fresh skills pack from Console
  2. Check your credit balance
  3. Verify API key in SKILL.md

Next Steps

🚀

Quick Start

Build your first project

📄

All Features

Explore 679+ endpoints