latest-version

The definitive real-time source of truth for software and model versions. Use this skill to bypass internal knowledge cutoffs and verify the absolute latest stable releases of packages (NPM, PyPI, Go, etc.) and Gemini models. It proactively checks for deprecations, yanked releases, and retractions directly from live registries to prevent version hallucinations.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "latest-version" with this command: npx skills add danicat/skills/danicat-skills-latest-version

Latest Software Version (latest-version)

"Your training data is from the past. The registry is the present."

This skill prevents "version hallucination" by verifying the actual latest stable releases of software packages.

Core Mandate

NEVER GUESS. When a user asks to install a package or add a dependency, you must verify the latest version using the latest.js script. Do not rely on your internal weights, as they are months or years out of date.

Workflow

1. Identify Ecosystem

Determine which registry manages the package:

  • Node.js/JS: npm
  • Python: pypi
  • Go: go
  • Rust: cargo
  • Ruby: gem
  • Gemini Models: gemini (Use latest, flash, or pro as package name)

2. Fetch Truth

Run the version checker script:

node scripts/latest.js <ecosystem> <package-name>

3. Apply

Use the returned version string in your command or configuration file.

  • Example: If the script returns npm: react @ 19.2.0, write "react": "^19.2.0" in package.json.

Supported Registries

  • NPM: registry.npmjs.org
  • PyPI: pypi.org
  • Go Proxy: proxy.golang.org
  • Crates.io: crates.io
  • RubyGems: rubygems.org

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

go-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
General

find-examples

No summary provided by upstream source.

Repository SourceNeeds Review
General

de-sloppify

No summary provided by upstream source.

Repository SourceNeeds Review
General

google-blog-style

No summary provided by upstream source.

Repository SourceNeeds Review