SYSTEM INITIALIZATION

Package management for
AI agent capabilities.

Install instruction sets. Manage local skills. Compose shareable stacks.

shell
$ npm install -g @kenji-protocol/kenji

v0.1.7·MIT License·GitHub ↗

01

Install

Install instruction sets directly from GitHub or the Kenji registry.

02

Manage

List, inspect, remove, and organize installed skills locally.

03

Compose

Combine skills into reusable, shareable environments called stacks.

From zero to first skill in four commands.

1Install Kenji globally
shell
$ npm install -g @kenji-protocol/kenji
2Verify installation
shell
$ kenji doctor
3Search the registry
shell
$ kenji search react
4Install your first skill
shell
$ kenji install react-debug

Stacks, exports, imports, and advanced workflows are available in the documentation.

Search across skills and stacks.

Kenji aggregates official and community registries into a single searchable protocol index.

shell
$ kenji search react
shell
$ kenji search react --type skill
shell
$ kenji info kenji/react-debug

Everything you need to begin.

Installation, skill management, stacks, versioning, and the full CLI reference.