技能/Skills

Managing Skills

List installed skills

shell
$ kenji list

Lists skills installed in the current project.

shell
$ kenji list --global

Lists globally installed skills.

Remove a skill

shell
$ kenji remove react-debug
shell
$ kenji remove react-debug --global

Check where a skill came from

shell
$ kenji where react-debug

Shows the skill's install location, source URL, and install type. Pass --json for machine-readable output, or --verbose for full metadata.

Search the registry

shell
$ kenji search react

Returns up to 5 results from the aggregated registry. Use --namespace to filter by author. For broader browsing, use the web registry.

Inspect a registry item

shell
$ kenji info kenji/react-debug

Works with registry names, GitHub repo paths (user/repo), tree URLs, and raw file URLs.

Copy a global skill into the current project

shell
$ kenji use my-workflow
shell
$ kenji use my-workflow --force

Copies the skill from ~/.kenji/skills/ into .kenji/skills/. Does not re-download from the internet. Pass --force to overwrite an existing local copy.