Claude-code-plugins-plus-skills windsurf-license-management
install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-license-management" ~/.claude/skills/jeremylongshore-claude-code-plugins-plus-skills-windsurf-license-management && rm -rf "$T"
manifest:
plugins/saas-packs/skill-databases/windsurf/skills/windsurf-license-management/SKILL.mdtags
source content
Windsurf License Management
Overview
This skill enables enterprise license management for Windsurf deployments. It covers seat allocation, usage tracking, cost optimization, and compliance reporting.
Prerequisites
- Windsurf Enterprise subscription with admin access
- Organization administrator role
- Access to billing portal
- User directory integration (optional: SCIM, Azure AD, Okta)
- Understanding of organization structure and teams
Instructions
- Inventory Current Licenses
- Set Allocation Policies
- Configure Usage Tracking
- Optimize Subscription
- Monitor and Report
See
${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
- License inventory with current allocations
- Utilization reports with recommendations
- Cost analysis with optimization opportunities
- Compliance reports for audits
Error Handling
See
${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See
${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.