Agent skill · Backend & API

deps-dev

Look up the latest version of any package using deps.dev API. Use this skill when checking package versions, updating dependencies, adding new packages to a project, or verifying current library versions.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deps-dev-neversight-skills-feed --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/api/deps-dev-neversight-skills-feed/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Package Version Lookup Query deps.dev to get the latest stable version of open source packages. ## Usage Use the Python script at `scripts/deps-dev.py`. ### Get Latest Version ```bash # npm package python scripts/deps-dev.py package --system npm --package express # Scoped npm package python scripts/deps-dev.py package --system npm --package "@types/node" # PyPI package python scripts/deps-dev.py package --system pypi --package requests # Go module python scripts/deps-dev.py package --system go --package "github.com/gin-gonic/gin" # Cargo crate python scripts/deps-dev.py package --system cargo --package serde # Show recent versions python scripts/deps-dev.py package --system npm --package express --all-versions ``` ### Get Specific Version Details ```bash python scripts/deps-dev.py version --system npm --package express --version 5.0.0 ``` ## Supported Ecosystems | Ecosystem | System ID | | --------- | --------- | | npm | `npm` | | PyPI | `pypi` | | Go | `go` | | Cargo | `cargo` | | Maven | `maven` | | NuGet | `nuget` | | RubyGems | `rubygems` | ## Ecosystem Detection Identify the ecosystem from project files: - `package.json` → npm - `requirements.txt`, `pyproject.toml` → pypi -

What's inside
Steps it walks through
  1. Usage
  2. Get Latest Version
  3. Get Specific Version Details
  4. Supported Ecosystems
  5. Ecosystem Detection
  6. Rules
Ships with 1 file
  • metadata.json
Commands it runs
npm package
python scripts/deps-dev.py package --system npm --package express
Scoped npm package
python scripts/deps-dev.py package --system npm --package "@types/node"
PyPI package
python scripts/deps-dev.py package --system pypi --package requests
Go module
python scripts/deps-dev.py package --system go --package "github.com/gin-gonic/gin"
Cargo crate
python scripts/deps-dev.py package --system cargo --package serde
More from claude-skill-registry
All skills →
About this skill
What does the deps-dev skill do?

Look up the latest version of any package using deps.dev API. Use this skill when checking package versions, updating dependencies, adding new packages to a project, or verifying current library versions.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deps-dev-neversight-skills-feed --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going