Managing Skills
List installed skills
shell
$ kenji listLists skills installed in the current project.
shell
$ kenji list --globalLists globally installed skills.
Remove a skill
shell
$ kenji remove react-debugshell
$ kenji remove react-debug --globalCheck where a skill came from
shell
$ kenji where react-debugShows 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 reactReturns 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-debugWorks 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-workflowshell
$ kenji use my-workflow --forceCopies the skill from ~/.kenji/skills/ into .kenji/skills/. Does not re-download from the internet. Pass --force to overwrite an existing local copy.