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.md
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

  1. Inventory Current Licenses
  2. Set Allocation Policies
  3. Configure Usage Tracking
  4. Optimize Subscription
  5. 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.

Resources