スキル一覧に戻る
alexhholmes

version

by alexhholmes

Claude Skills

1🍴 0📅 2025年11月7日
GitHubで見るManusで実行

SKILL.md


name: version description: Search and fetch the latest version of a Go or Python package. license: Complete terms in LICENSE.txt

Version Fetcher Skill

Fetch latest package versions for Go and Python packages.

Tools

get_go_version

Fetch the latest version of a Go package/module.

Example: get_go_version github.com/gin-gonic/gin

bash scripts/go-version.sh "$PACKAGE"

Parameters:

  • PACKAGE (required): Go module path (e.g., github.com/gin-gonic/gin)

Alternative

Get the latest version of all the go mod files using go list -m -u all


get_python_version

Fetch the latest version of a Python package from PyPI.

Example: get_python_version requests

bash scripts/python-version.sh "$PACKAGE"

Parameters:

  • PACKAGE (required): Python package name (e.g., requests, numpy)

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です