
Bun Outdated
- 56 installs
- 49 repo stars
- Updated August 4, 2026
- laurigates/claude-plugins
Helps with ai & agent building tasks.
About
bun-outdated is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- bun-outdated
- AI & Agent Building
- AI-coding skill
Bun Outdated by the numbers
- 56 all-time installs (skills.sh)
- +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #6,750 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/laurigates/claude-plugins --skill bun-outdatedAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 56 |
|---|---|
| repo stars | ★ 49 |
| Last updated | August 4, 2026 |
| Repository | laurigates/claude-plugins ↗ |
What it does
Helps with ai & agent building tasks.
Files
/bun:outdated
Check which dependencies have newer versions available.
When to Use This Skill
| Use this skill when... | Use bun-lockfile-update instead when... |
|---|---|
| Auditing dependency freshness without making changes | Actually updating dependencies and regenerating bun.lockb |
| Spotting major version updates before deciding to upgrade | Running bun update / bun update --latest workflows |
| Reviewing a single package's available versions | Resolving lockfile conflicts or security patch updates |
Execution
bun outdatedOutput Format
Shows table with:
- Package name
- Current version
- Wanted version (within semver range)
- Latest version
Follow-up Actions
Update within ranges:
bun updateUpdate to latest (ignore ranges):
bun update --latestInteractive update:
bun update --interactiveUpdate specific package:
bun update <package>Post-check
1. Report count of outdated packages 2. Highlight major version updates (breaking changes) 3. Suggest bun update or bun update --latest based on findings
Related skills
AI & Agent Buildingagents