Skip to content

ccustine/sklz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sklz

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.

Features

  • 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

Install

cargo install --path .

Usage

# 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
sklz

Acknowledgments

This 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.

License

Apache License 2.0

About

Agent Skills Manager - The open agent skills ecosystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages