From typescript-plugin
Runs `bun outdated` to check dependencies for newer versions, shows table of current/wanted/latest, reports outdated count, highlights major updates, suggests `bun update` commands.
npx claudepluginhub laurigates/claude-plugins --plugin typescript-pluginThis skill is limited to using the following tools:
Check which dependencies have newer versions available.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Check which dependencies have newer versions available.
bun outdated
Shows table with:
Update within ranges:
bun update
Update to latest (ignore ranges):
bun update --latest
Interactive update:
bun update --interactive
Update specific package:
bun update <package>
bun update or bun update --latest based on findings