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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 -
- Usage
- Get Latest Version
- Get Specific Version Details
- Supported Ecosystems
- Ecosystem Detection
- Rules
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
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.
