Documentation

Guide

Commands

Commands: learn AI agent skills CLI commands, sync behavior, and setup details for automation workflows.

Last updated: Apr 17, 2026

Core Commands

add

Add a skill from the registry, GitHub, or a local path.

killer-skills add 
killer-skills add owner/repo
killer-skills add ./local-path

create

Create a new skill from a template.

killer-skills create my-new-skill
killer-skills create my-skill --template minimal

list

List all installed skills in the current project or global scope.

killer-skills list

search

Search for skills in the global registry.

killer-skills search "pdf processing"

update

Update installed skills to their latest versions.

killer-skills update

uninstall

Remove a skill from your project.

killer-skills uninstall 

init

Initialize a new Killer-Skills project in the current directory.

killer-skills init