caude-skill-manager
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 13 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
CLI tool to discover, install, and manage Claude Code skills from a curated community registry
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/caude-skill-manager@latest
# Binary archives will be available after the first tagged GitHub release.
Release status
As of 2026-06-06, this repository does not have a published GitHub release yet.
Use go install github.com/majiayu000/caude-skill-manager@latest until a v*
tag has been published and the release assets are visible on GitHub.
After the first release, the expected archive names are:
# macOS (Apple Silicon)
curl -L https://github.com/majiayu000/caude-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/caude-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/caude-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
# Install a skill by registry name
sk install docx
# List installed skills
sk list
# Search for skills
sk search # Show popular skills
sk search testing # Search by keyword
# Get skill details
sk info my-skill
# Remove a skill
sk uninstall my-skill
# Check health
sk doctor
# Update skills
sk update # Planned; currently prints manual reinstall guidance
Demo
$ sk list
📦 Installed Skills
NAME DESCRIPTION
───────────────────────────────────────────────────────────────────────────────
docx Comprehensive document creation and editing...
frontend-design Create distinctive, production-grade frontend...
superpowers 20+ battle-tested skills for Claude Code
3 skill(s) installed
$ sk search
★ Popular Skills
Anthropic Official (anthropics/skills)
Official Claude Code skills from Anthropic
📦 docx sk install anthropics/skills/docx
📦 pdf sk install anthropics/skills/pdf
📦 pptx sk install anthropics/skills/pptx
...
Commands
| Command | Alias | Description |
|---|---|---|
sk install <source> |
i, add |
Install a skill from GitHub |
sk list |
ls, l |
List installed skills |
sk search [keyword] |
s, find |
Search for skills |
sk info <name> |
show |
Show skill details |
sk uninstall <name> |
rm, remove |
Remove a skill |
sk update [name] |
up, upgrade |
Planned update flow; currently prints manual reinstall guidance |
sk doctor |
- | Check skills health |
Supported Sources
# From registry by name
sk install docx
# Short format
sk install owner/repo # Entire repo
sk install owner/repo/path # Subdirectory (monorepo)
# Full URL
sk install https://github.com/owner/repo
sk install https://github.com/owner/repo/tree/main/path
# Examples
sk install anthropics/skills/docx # Official Anthropic skill
sk install obra/superpowers # Community skill
vs SkillsMP
SkillsMP is the best website to discover skills.
sk is the best tool to manage skills.
They're complementary:
- Find skills on SkillsMP
- Install & manage with
sk
Configuration
Skills are installed to ~/.claude/skills/ by default.
Config file: ~/.skrc
{
"skills_dir": "~/.claude/skills",
"registry": "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main",
"registry_ttl_hours": 24
}
Registry cache:
- Location:
~/.cache/sk/registry.json - TTL:
registry_ttl_hours(cache is ignored after expiry)
Limitations
- No binary GitHub release is published yet; use the Go install path until the
firstv*release is cut. sk updateis present as a command, but automated updates are not implemented
yet. For now, reinstall withsk uninstall <name> && sk install <source>.- Registry-backed search and install depend on the configured registry URL and
network access. Featured search may show a small fallback list when the
registry is unavailable. - Installs are designed for public GitHub repositories and GitHub URLs. Private
repositories, enterprise GitHub hosts, and authenticated downloads are not
documented as supported. - Installed skill content is copied into the configured local skills directory.
skdoes not sandbox, sign, or audit third-party skill content before use.
Changelog
Release history and launch-readiness notes are tracked in CHANGELOG.md.
The release checklist is documented in docs/release.md.
Built With
- Cobra — CLI framework
- Bubble Tea — TUI framework
- Lip Gloss — Style definitions
- Huh — Form components
Contributing
PRs welcome!
- Fork the repo
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
MIT License - see LICENSE for details.
Made with ❤️ for the Claude Code community
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found