SYSTEM INITIALIZATION
Package management for
AI agent capabilities.
Install instruction sets. Manage local skills. Compose shareable stacks.
shell
$ npm install -g @kenji-protocol/kenji規格 / PROTOCOL ARCHITECTURE
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.
手順 / INITIALIZATION SEQUENCE
From zero to first skill in four commands.
1Install Kenji globally
shell
$ npm install -g @kenji-protocol/kenji2Verify installation
shell
$ kenji doctor3Search the registry
shell
$ kenji search react4Install your first skill
shell
$ kenji install react-debugStacks, exports, imports, and advanced workflows are available in the documentation.
登録 / REGISTRY
Search across skills and stacks.
Kenji aggregates official and community registries into a single searchable protocol index.
shell
$ kenji search reactshell
$ kenji search react --type skillshell
$ kenji info kenji/react-debug文書 / DOCUMENTATION
Everything you need to begin.
Installation, skill management, stacks, versioning, and the full CLI reference.