Skip to content

Releases: majiayu000/claude-skill-manager

Release list

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 07:18
ecff01d

sk v0.3.1

Claude Skills Manager - npm for Claude Code Skills

Changelog

  • ecff01d Migrate module path to claude-skill-manager

Installation

# Using Go
go install github.com/majiayu000/claude-skill-manager@v0.3.1

# Or download binary
curl -L https://github.com/majiayu000/claude-skill-manager/releases/download/v0.3.1/sk_darwin_arm64.tar.gz | tar xz
sudo mv sk /usr/local/bin/

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 06:36
aff5f5d

sk v0.3.0

Claude Skills Manager - npm for Claude Code Skills

Changelog

  • 7758885 Add Shipwise readiness docs and release status (#4)
  • d37ca41 Add registry config, cache, and install-by-name
  • 5f33986 Align CI Go version and harden GitHub URL parsing
  • 9e82d6a Document registry config and add cache TTL
  • d80e2fc Fallback to ASCII icons when UTF-8 is unavailable
  • 24ebb38 Fix sk CLI compatibility with sharded registry artifacts (#2)
  • a49df0f Fix uninstall path and harden zip extraction
  • 2015bdf Handle ambiguous GitHub tree refs with fallback
  • 1a14f20 Handle reinstall errors and clarify update/search messaging
  • 2b50f51 Load full registry manifest shards (#11)
  • 316046b Make registry cache TTL configurable
  • cfb5602 Remove unused UI and registry code
  • 999034d Restore skill table renderer for list command
  • a5748db ci: update goreleaser v2 config
  • 9de75c9 feat: add Branch field and GitHubURL method to Skill
  • b043495 feat: add registry diagnostics smoke flow (#12)
  • 9e47b0e feat: use lightweight docs endpoints for search

Installation

# Using Go
go install github.com/majiayu000/caude-skill-manager@v0.3.0

# Or download binary
curl -L https://github.com/majiayu000/caude-skill-manager/releases/download/v0.3.0/sk_darwin_arm64.tar.gz | tar xz
sudo mv sk /usr/local/bin/

Full Changelog: v0.2.0...v0.3.0