use-neemata
Installation
SKILL.md
Prerequisites
Before working with a Neemata project, check whether the relevant public packages are installed:
- Server / application definitions:
node_modules/nmtjs - Client runtime:
node_modules/@nmtjs/client
For server-side code, prefer the nmtjs umbrella package. Do not install most
internal @nmtjs/* packages directly for application/router/DI usage. Server
transport packages (@nmtjs/ws-transport, @nmtjs/http-transport) remain
separate dependencies for application definitions:
pnpm add nmtjs @nmtjs/ws-transport @nmtjs/http-transport
For client-side usage, install:
Related skills