Windsurf dependency management
'Analyze and update dependencies with vulnerability scanning. Activate when users mentionFrom its SKILL.md
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill windsurf-dependency-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.0 KB, 282 tokens by cl100k_base, as published. Nobody here has run it
Windsurf Dependency Management
Overview
This skill enables comprehensive dependency management within Windsurf projects. Cascade analyzes your dependency tree, identifies security vulnerabilities, suggests safe updates, and helps plan migration paths for major version upgrades.
Prerequisites
- Windsurf IDE with Cascade enabled
- Package manager installed (npm, yarn, pnpm, pip)
- Project with package.json, requirements.txt, or equivalent
- Understanding of semantic versioning
- CI/CD pipeline for testing updates (recommended)
Instructions
- Run Initial Audit
- Analyze Update Paths
- Plan Updates
- Apply and Verify
- Establish Monitoring
See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
- Security audit report with findings
- Update plan with prioritized changes
- Compatibility matrix for version combinations
- Migration guides for breaking changes
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
What ships with it: 4 files
3.7 KB alongside SKILL.md
references/
- directory-structure.md1.4 KB
- errors.md698 B
- examples.md690 B
- implementation.md944 B