概要/Introduction

Project vs Global Skills

Kenji installs skills to one of two locations depending on whether you pass the --global flag.

Project skills

Installed into the current working directory. Scoped to that project only.

text
./.kenji/skills/

Use this for skills that are specific to a single codebase — architecture rules, testing conventions, framework-specific prompts.

Global skills

Installed into your user home directory. Available across all projects via kenji use.

text
~/.kenji/skills/

Use this for skills you reuse frequently across multiple projects. Install once, copy into any project later without re-downloading.