CLI
Use the skz CLI to add skills and agents to your project.
init
Use the init command to initialize configuration for a new project. The init command creates the config file and sets up the required directories.
bunx @bind/skillz initOptions
Usage: skz init [options] Initialize skillz in current directory Options: --claude Force Claude mode (creates .claude/skills/)
add
Use the add command to add skills to your project.
bunx @bind/skillz add [skill]Run without arguments to open an interactive picker.
Options
Usage: skz add [skills...] Add skills to your project Arguments: skills Skill name(s), domain, or glob pattern Examples: skz add # Interactive picker skz add linear-issues-read # Add specific skill skz add linear # Add all skills in domain skz add linear-*-read # Add skills matching pattern skz add linear-* github-* # Multiple patterns
agent
Use the agent command to add agents to your project.
bunx @bind/skillz agent [agent]Run without arguments to open an interactive picker.
Options
Usage: skz agent [agents...] Add agents to your project Arguments: agents Agent name(s) to add Examples: skz agent # Interactive picker skz agent librarian # Add specific agent
list
Use the list command to list available skills from registries.
bunx @bind/skillz listOptions
Usage: skz list [options] List available skills from registries Options: --agents List available agents instead of skills
upgrade
Use the upgrade command to check for and install CLI updates.
bunx @bind/skillz upgradeOptions
Usage: skz upgrade [options] Check for CLI upgrades Options: --yes, -y Auto-upgrade without confirmation