Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Versions Skills

БесплатноНе проверен

AI-native version number toolkit in Go — Skills + MCP + SDK + CLI. Parse, compare, sort, group, check constraints & range-query version numbers. Works with Clau

GitHubEmbed

Описание

AI-native version number toolkit in Go — Skills + MCP + SDK + CLI. Parse, compare, sort, group, check constraints & range-query version numbers. Works with Claude Code, Codex, Cursor, Windsurf, Cline, VS Code Copilot.

README

Go Tests Go Report Card Go Reference GitHub Release License: MIT

An AI-native toolkit for version numbers — parse, compare, sort, group, and check constraints in Go

📚 Full documentation → · 简体中文


Built for the agentic era: every capability is reachable through 🤖 Claude Code Skills and 🔌 MCP so that AI agents can call them directly, with a 📦 Go SDK and 💻 CLI underneath. Works natively with Claude Code, Codex, Cursor, Windsurf, Cline, and VS Code Copilot.

Features

  • 🔄 Wide version support — standard semver (1.2.3), prefixed (v1.2.3), prerelease (1.2.3-beta1), and custom formats
  • 🧩 Flexible parsing — auto-detects prefix, numeric segments, suffix, and metadata; configurable delimiters
  • 📊 Semantic comparison — suffix-weight ordering (dev < alpha < beta < rc < stable), not lexicographic
  • 📋 npm-style constraints>=, ^, ~, 1.x, || combinations, three-level grammar
  • 🌳 Grouping & visualization — group by major/minor, Unicode tree rendering of version hierarchies
  • 🚀 Zero dependencies — core library has no external dependencies; immutable operations

Quick Start

go get github.com/scagogogo/versions-skills
v1 := versions.NewVersion("1.2.3")
v2 := versions.NewVersion("v1.3.0-beta")

v1.IsOlderThan(v2)      // true
v2.IsPrerelease()       // true
v2.PreReleaseType()     // "beta"
v1.Diff(v2).IsUpgrade() // true

Documentation

👉 https://scagogogo.github.io/versions-skills/

The website covers everything: concepts, tutorials, recipes, the algorithm reference, and full API docs for the Go SDK / CLI / MCP / Skills.

License

MIT License — Copyright © 2023-2026 scagogogo

from github.com/scagogogo/versions-skills

Установка Versions Skills

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/scagogogo/versions-skills

FAQ

Versions Skills MCP бесплатный?

Да, Versions Skills MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Versions Skills?

Нет, Versions Skills работает без API-ключей и переменных окружения.

Versions Skills — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Versions Skills в Claude Desktop, Claude Code или Cursor?

Открой Versions Skills на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Versions Skills with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development