Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
laurigates avatar

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-outdated

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs56
repo stars49
Last updatedAugust 4, 2026
Repositorylaurigates/claude-plugins

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

/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 changesActually updating dependencies and regenerating bun.lockb
Spotting major version updates before deciding to upgradeRunning bun update / bun update --latest workflows
Reviewing a single package's available versionsResolving lockfile conflicts or security patch updates

Execution

bun outdated

Output Format

Shows table with:

  • Package name
  • Current version
  • Wanted version (within semver range)
  • Latest version

Follow-up Actions

Update within ranges:

bun update

Update to latest (ignore ranges):

bun update --latest

Interactive update:

bun update --interactive

Update 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

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.