Documentation
Install on Windsurf
Install SkillBoss on Windsurf IDE for 679+ AI models, image generation, Stripe payments, email, and business services. One-line setup directly in your editor.
π‘
Quick Install: set up skillboss.co/skill.md
One-Line Install (Recommended)
The fastest way to install SkillBoss on Windsurf:
set up skillboss.co/skill.md
This automatically:
- Downloads the SkillBoss skills pack
- Configures Windsurf automatically
- 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 ~/.windsurf/skills/
cp -r skillboss-skills ~/.windsurf/skills/skillboss
# Windows
Expand-Archive skillboss-skills.zip -DestinationPath .
mkdir -p $env:USERPROFILE\.windsurf\skills\
Copy-Item -Recurse skillboss-skills $env:USERPROFILE\.windsurf\skills\skillboss
Restart Windsurf
Completely close and reopen Windsurf IDE
Verify Installation
Check the skills panel β SkillBoss skills should be loaded
Directory Structure
After installation:
~/.windsurf/
βββ 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 Windsurf's AI 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 ~/.windsurf/skills/skillboss/ - Check
SKILL.mdexists with your API key - Restart Windsurf completely
- Try:
chmod -R 755 ~/.windsurf/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