KS
Killer-Skills
Documentation

Guide

Core Commands

install

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

killer-skills install 
killer-skills install owner/repo
killer-skills install ./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