Fetches the latest stable versions for Go modules and Python packages directly from official registries.
The Version Fetcher skill streamlines dependency management by allowing Claude to query real-time version data for Go and Python ecosystems. By integrating with Go module paths and PyPI, it ensures developers can quickly identify the most recent releases, helping to keep projects up-to-date, resolve compatibility issues, and automate the discovery of new package updates without leaving the terminal environment.
주요 기능
01Lightweight execution via optimized bash scripts
02Support for specific Go module paths and GitHub repositories
03Query Go module proxies for the latest package versions
041 GitHub stars
05Retrieve Python package metadata directly from PyPI
06Native integration with go list for bulk dependency updates
사용 사례
01Checking for package availability and release history during project initialization
02Updating go.mod or requirements.txt files with the latest secure versions
03Automating dependency audits to identify outdated libraries