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
Описание
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
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
Установка Versions Skills
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/scagogogo/versions-skillsFAQ
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
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Versions Skills with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
