構成/Stacks

Installing Stacks

Installing a stack downloads all of its skills into the current project's .kenji/skills/ directory.

shell
$ kenji stack install frontend-tools

How it works

Kenji iterates over each entry in the stack. For registry items, it resolves the skill from the aggregated registry and installs from the source repo. For URLs, it downloads directly. For local skill references, it copies from global.

Partial failures

If a skill fails to install — for example, a GitHub repo has been deleted or is unreachable — Kenji logs the error and continues installing the remaining skills in the stack. A stack install does not stop on the first failure.