Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Dependency health management. Detects package manager, checks outdated packages and vulnerabilities, and produces a prioritized update plan.
Dependency health management covering outdated packages, known vulnerabilities, and update planning. Detects the package manager automatically, runs audit commands, analyzes breaking changes for major version bumps, and outputs a prioritized update plan with risk assessment.
rescue (L1): Phase 0 dependency health assessmentaudit (L2): Phase 1 vulnerability scan and outdated dependency checkNone — pure L3 utility using Bash for package manager commands.
Use Glob to find dependency files in the project root:
package.json → Node.js (npm, yarn, or pnpm)requirements.txt or pyproject.toml → Python (pip or uv)Cargo.toml → Rust (cargo)go.mod → Go (go)Gemfile → Ruby (bundler)If multiple are found, process all of them. If none found, report NO_DEPENDENCY_FILES and stop.
For Node.js, further detect the package manager:
yarn.lock present → yarnpnpm-lock.yaml present → pnpmpackage-lock.json present → npmnpx skills add Rune-kit/rune --skill dependency-doctorHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.