Global Skill Reuse
Global skills are installed once and can be copied into any project without re-downloading.
Workflow
Install a skill globally:
shell
$ kenji install anthropics/prompt-engineering --globalLater, in any project directory, copy it in:
shell
$ kenji use prompt-engineeringCase-insensitive matching
Skill names are matched case-insensitively. If a skill is stored as README, kenji use readme will find it.