Overview
What skil is, how it works, and how to get started quickly.
skil is a CLI for installing and maintaining Agent Skills from git repositories or archives.
Install
Section titled “Install”curl -fsSL https://useskil.dev/install.sh | shOr with Cargo:
cargo install skilBasic Usage
Section titled “Basic Usage”# Add all skills from a packageskil add vercel-labs/agent-skills
# Add only specific skillsskil add vercel-labs/agent-skills --skill frontend-design
# See installed skillsskil list
# Check and apply updatesskil checkskil updateCommand Groups
Section titled “Command Groups”add,install,remove,list: install and manage skills.find,check,update: discover and update skill packages.init,completions: authoring and shell integration.docs build,docs serve: generate and preview static docs from repository skills.