Claude-code-plugins-plus windsurf-extension-pack
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-extension-pack" ~/.claude/skills/jeremylongshore-claude-code-plugins-plus-windsurf-extension-pack && rm -rf "$T"
manifest:
plugins/saas-packs/skill-databases/windsurf/skills/windsurf-extension-pack/SKILL.mdsource content
Windsurf Extension Pack
Overview
This skill enables rapid setup of Windsurf with essential extensions for productive development. It covers language support, linting, formatting, Git integration, and productivity tools.
Prerequisites
- Windsurf IDE installed
- Internet connection for extension downloads
- Admin rights for system-wide extensions (optional)
- Understanding of team development requirements
- List of required language support needs
Instructions
- Assess Requirements
- Install Core Extensions
- Configure Extension Settings
- Create Team Configuration
- Document and Share
See
${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
- Fully configured Windsurf environment
- extensions.json with team recommendations
- settings.json with extension configurations
- Documentation for extension usage
Error Handling
See
${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See
${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.