Automates dependency updates by detecting your package manager (pnpm for frontend, uv for backend), finding outdated packages, and spawning parallel analysis tasks for each notable upgrade to catch breaking changes before they bite you. The workflow is thorough: it spins up background agents to analyze changelogs and migration guides, waits for all analyses to complete, then asks clarifying questions if anything looks sketchy. Finally generates a formatted PR with all the context you need for review. The paranoia level here is appropriate. Dependency bumps are where silent disasters happen, and this skill treats them with the caution they deserve while keeping the process moving through parallelization.
npx skills add https://github.com/casper-studios/casper-marketplace --skill bump-deps