• 0.2.0 9332e4cffa

    v0.2.0
    Build / build (ccsm-darwin-amd64.tar.gz, ccsm, x86_64-apple-darwin) (release) Successful in 5m46s
    Build / build (ccsm-linux-amd64.tar.gz, ccsm, x86_64-unknown-linux-gnu) (release) Successful in 2m25s
    Build / build (ccsm-windows-amd64.zip, ccsm.exe, x86_64-pc-windows-gnu) (release) Successful in 6m47s
    Pre-Release

    siujamo released this 2026-06-22 11:49:21 +08:00 | 0 commits to main since this release

    Added

    • Monorepo skill support — skills can now live in subdirectories of a single repository via the path field in skills.json
    • Release-triggered CI — workflow runs on release: published and uploads built artifacts directly to the release
    • Project documentation — README, CONTRIBUTING, and LICENCE (MIT) files

    Fixed

    • CI artifact upload compatibility with self-hosted Gitea (downgrade upload-artifact to v3)
    • Cross-compilation for macOS and Windows targets via cargo-zigbuild
    Downloads
  • 0.1.0 c53b23b6fd

    v0.1.0
    Build / build (ccsm-darwin-amd64.tar.gz, ccsm, x86_64-apple-darwin) (release) Successful in 4m23s
    Build / build (ccsm-linux-amd64.tar.gz, ccsm, x86_64-unknown-linux-gnu) (release) Successful in 2m27s
    Build / build (ccsm-windows-amd64.zip, ccsm.exe, x86_64-pc-windows-gnu) (release) Successful in 6m17s
    Pre-Release

    siujamo released this 2026-06-22 11:02:20 +08:00 | 3 commits to main since this release

    Initial release of Claude Code Skill Manager (CCSM) — a CLI tool for discovering, installing, and managing Claude Code skills from Git-based marketplace repositories.

    Features

    • Marketplace management — register, list, update, and remove skill marketplaces from any Git repository exposing a skills.json manifest
    • Skill search — browse and search available skills by name or description across all registered marketplaces
    • Skill installation — download and deploy skills to ~/.claude/skills/ with copy or symlink modes
    • Skill lifecycle — update installed skills to latest versions, remove unwanted skills, and inspect skill details
    • Cross-platform — pre-built binaries for Linux, macOS, and Windows (amd64)

    Commands

    Command Description
    ccsm marketplace add <url> Register a skill marketplace
    ccsm marketplace remove <name> Unregister a marketplace
    ccsm marketplace list List registered marketplaces
    ccsm marketplace update [name] Refresh marketplace manifests
    ccsm search [query] Search available skills
    ccsm install <name> Install a skill
    ccsm list Show installed skills
    ccsm info <name> Show skill details
    ccsm update [name] Update installed skills
    ccsm remove <name> Uninstall a skill

    Installation

    cargo install --path .
    

    Or download a pre-built binary from the Releases page.

    Downloads