技能/Skills

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 --global

Later, in any project directory, copy it in:

shell
$ kenji use prompt-engineering

Case-insensitive matching

Skill names are matched case-insensitively. If a skill is stored as README, kenji use readme will find it.