byjparkerweb· 14 skills
Bulk-update outdated npm dependencies across one or more package.json files. Finds every package.json in the current working directory (recursively, skipping node_modules), runs npm outdated, bumps each outdated dependency to its 'wanted' version prefixed with ^, then runs npm install. Use whenever the user wants to update npm dependencies, bump packages to their wanted versions, refresh package.json versions, or run npm outdated and apply the results — including across a monorepo or multiple projects at once. Triggers on: update npm packages, update dependencies, bump npm versions, npm outdated, refresh package.json.
$npx -y skills add jparkerweb/ai-assist-skills --skill ai-assist-npm-updateInstalls into the current project.
Run `npx skills use "https://github.com/jparkerweb/ai-assist-skills" --skill "jparkerweb/ai-assist-skills/ai-assist-npm-update"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jparkerweb/ai-assist-skills" that are relevant to the current task. Run `npx skills add "https://github.com/jparkerweb/ai-assist-skills"` and select the relevant skills, then follow their instructions.