Documentation
Install on Qoder
Configure SkillBoss on Qoder, the AI code generator with intelligent completions and refactoring capabilities. Access 679+ endpoints including GPT-5, Claude, and DeepSeek.
π‘
Quick Install: set up skillboss.co/skill.md
One-Line Install (Recommended)
The fastest way to install SkillBoss on Qoder:
set up skillboss.co/skill.md
This automatically:
- Downloads the SkillBoss skills pack
- Configures Qoder automatically
- Works on macOS, Windows, and Linux
Manual Installation
Install Qoder
Install from your IDE's marketplace or package manager
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 ~/.qoder/skills/
cp -r skillboss-skills ~/.qoder/skills/skillboss
# Windows
Expand-Archive skillboss-skills.zip -DestinationPath .
mkdir -p $env:USERPROFILE\.qoder\skills\
Copy-Item -Recurse skillboss-skills $env:USERPROFILE\.qoder\skills\skillboss
Configure API (Optional)
For OpenAI-compatible API access in your projects:
export OPENAI_API_BASE=https://api.skillboss.co/v1
export OPENAI_API_KEY=your_skillboss_api_key
Restart Qoder
Restart Qoder to load the new skills
Verify Installation
Check that SkillBoss skills are loaded in Qoder's skill panel
Directory Structure
After installation:
~/.qoder/
βββ 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 Qoder'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 ~/.qoder/skills/skillboss/ - Check
SKILL.mdexists with your API key - Restart Qoder completely
- Try:
chmod -R 755 ~/.qoder/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