Claude Skill Manager banner
majiayu000 majiayu000

Claude Skill Manager

Development community

Description

CLI tool to discover, install, and manage Claude Code skills from a curated community registry

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

sk - Claude Skills Manager

Release Go License PRs Welcome

**npm for Claude Code Skills** — The package manager for Claude Code skills

   _____ __ __
  / ___// //_/
  \__ \/ ,<
 ___/ / /| |
/____/_/ |_|

Why sk?

  • 🚀 One-command installsk install user/repo
  • 🔄 Batch updatesk update (coming soon)
  • 🔍 Smart searchsk search testing
  • 🩺 Health checksk doctor to find issues
  • 🎨 Beautiful TUI — Built with Charm

Quick Start

Install

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

# Or download a binary archive from the latest GitHub release.

Release status

`v0.3.0` is the first asset-backed release for manifest/shard registry support. Use Go install or download a release archive from GitHub.

The expected archive names are:

# macOS (Apple Silicon)
curl -L https://github.com/majiayu000/claude-skill-manager/releases/latest/download/sk_darwin_arm64.tar.gz | tar xz
sudo mv sk /usr/local/bin/

# macOS (Intel)
curl -L https://github.com/majiayu000/claude-skill-manager/releases/latest/download/sk_darwin_amd64.tar.gz | tar xz
sudo mv sk /usr/local/bin/

# Linux (amd64)
curl -L https://github.com/majiayu000/claude-skill-manager/releases/latest/download/sk_linux_amd64.tar.gz | tar xz
sudo mv sk /usr/local/bin/

Usage

# Install a skill from GitHub
sk install anthropics/skills/docx
sk install obra/superpowers
sk install https://github.com/user/repo

# Ins