Claude Skill Manager
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
**npm for Claude Code Skills** — The package manager for Claude Code skills
_____ __ __
/ ___// //_/
\__ \/ ,<
___/ / /| |
/____/_/ |_|
Why sk?
- 🚀 One-command install —
sk install user/repo - 🔄 Batch update —
sk update(coming soon) - 🔍 Smart search —
sk search testing - 🩺 Health check —
sk doctorto 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
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development