From windsurf-pack
Explains Windsurf credit plans, per-model costs, usage monitoring, and optimization strategies to avoid running out of AI credits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/windsurf-pack:windsurf-rate-limitsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Windsurf uses a credit-based system for AI features. Each prompt to Cascade consumes credits, with different models costing different amounts. Understanding the credit system prevents mid-session interruptions and optimizes your AI budget.
Windsurf uses a credit-based system for AI features. Each prompt to Cascade consumes credits, with different models costing different amounts. Understanding the credit system prevents mid-session interruptions and optimizes your AI budget.
| Plan | Monthly Credits | Unlimited Features | Price |
|---|---|---|---|
| Free | 25 | Supercomplete (SWE-1 Lite), Tab completions | $0 |
| Pro | 500 | Supercomplete, Tab, Commands, Previews | $15/mo |
| Teams | 500/user | All Pro features + admin controls | $30/user/mo |
| Enterprise | Custom | All features + SSO, RBAC, audit | Custom |
Different models consume different credit amounts per prompt:
| Model | Credits/Prompt (approx) | Best For |
|---|---|---|
| SWE-1 Lite | 0 (unlimited) | Quick questions, simple tasks |
| SWE-1 | 1 | Standard coding tasks |
| SWE-1.5 | 2 | Complex multi-file tasks |
| Claude Sonnet | 2 | Nuanced reasoning, architecture |
| GPT-4o | 2 | General purpose |
| Gemini Pro | 2 | Large context windows |
In-IDE: Click the Windsurf widget (status bar) > shows remaining credits
Dashboard: windsurf.com/account > Usage tab shows:
1. Use SWE-1 Lite for simple tasks (free, unlimited):
- Quick questions about syntax
- Simple completions
- Code explanations
2. Use premium models for complex tasks:
- Multi-file refactoring
- Architecture decisions
- Debugging complex issues
3. Write better prompts to reduce back-and-forth:
- Include file paths, constraints, and expected output
- Reference files with @ mentions instead of describing them
- One well-structured prompt > five vague ones
4. Use Workflows for repetitive tasks:
- Workflows consume credits but eliminate wasted retry prompts
- A 5-step workflow costs less than 5 separate conversations
5. Leverage free features:
- Supercomplete (Tab) is unlimited on all plans
- Command mode (Cmd+I) is unlimited on Pro
- Only Cascade Write/Chat consumes credits
When credits run out mid-session:
1. Switch to SWE-1 Lite (unlimited) for basic tasks
2. Use Supercomplete (Tab) for inline coding -- always free
3. Buy additional credits: windsurf.com/account > Buy Credits
4. Wait for monthly reset (credits renew on billing date)
5. Upgrade plan if consistently running out
# Admin Dashboard > Analytics > Credit Usage
team_monitoring:
total_credits: 5000 # 10 users x 500
consumed_this_month: 3200
top_consumers:
- dev_a: 800 credits (power user)
- dev_b: 600 credits (heavy Cascade use)
- dev_c: 50 credits (underutilizing)
actions:
- Offer training to dev_c (low usage = not getting value)
- Review dev_a's usage (is it productive or wasteful?)
- Consider upgrading if team consistently hits limit
| Issue | Cause | Solution |
|---|---|---|
| "No credits remaining" | Monthly allocation exhausted | Switch to SWE-1 Lite or buy more |
| "Model not available" | Not on required plan tier | Upgrade from Free to Pro |
| Unexpected credit drain | Complex prompts using premium models | Check per-model credit costs |
| Team budget exceeded | No usage monitoring | Enable admin analytics alerts |
Click the Windsurf widget in the bottom-right status bar.
It shows: model name, credits remaining, and authentication status.
Instead of:
1. "What does this function do?" (1 credit)
2. "Can you add error handling?" (1 credit)
3. "Also add tests" (1 credit)
Total: 3 credits
Do this:
1. "Explain this function, add error handling, and write unit tests
for both success and error paths" (1 credit)
Total: 1 credit
For security configuration, see windsurf-security-basics.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin windsurf-packOptimizes Windsurf AI IDE licensing costs through seat audits, tier-to-role matching, pricing analysis, and credit monitoring for teams.
Manages Windsurf enterprise licenses: inventories seats, tracks usage, optimizes costs, generates compliance reports. For admins handling subscriptions and billing.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.