Agent Skills Manager - install, manage, and update skills for AI coding agents.
sklz is a Rust reimplementation of the vercel-labs/skills CLI tool, designed for speed and cross-platform support. It uses the skills.sh registry for skill discovery.
- Install skills from GitHub, GitLab, or local paths
- Multi-agent support: Claude Code, Cursor, Windsurf, Cline, Codex, Gemini, and 30+ more
- Interactive TUI for browsing and managing installed skills
- Skill discovery with sub-skill inventory and cherry-pick installation
- Security scanning of skills before installation
- Lock file support for reproducible installs
- Update checking against upstream sources
cargo install --path .# Install a skill (interactive agent/skill picker)
sklz add owner/repo
# Install a specific skill from a multi-skill repo
sklz add owner/repo@skill-name
# Install globally (user scope)
sklz add owner/repo -g
# List available skills without installing
sklz add owner/repo --list
# List installed skills
sklz list
# Launch interactive TUI
sklzThis project is inspired by and compatible with the vercel-labs/skills ecosystem. It is a clean-room reimplementation in Rust - no code was copied or derived from the original project.