Install Preview & Confirmation
Before writing files, Kenji displays a preview of what will be installed — the source, file list, and destination path.
Community registry prompt
For skills from community registries, Kenji pauses and asks for confirmation before downloading anything:
text
This skill is from a community registry and has not been reviewed by the Kenji team.
Name: someuser/some-skill
Source: github.com/someuser/kenji-registry
Repo: someuser/some-skill-repo
We recommend viewing the source repo before installing: https://github.com/someuser/some-skill-repo
Proceed with installation? (y/N)Note
This prompt does not appear for official Kenji registry skills. Official skills are trusted by default.
Skip confirmation
Pass --force to skip the prompt and overwrite any existing files:
shell
$ kenji install someuser/some-skill --forceThis is useful in CI environments or when re-installing a known skill.