diff --git a/cli/install.mdx b/cli/install.mdx index b7fe197..95cc13d 100644 --- a/cli/install.mdx +++ b/cli/install.mdx @@ -34,7 +34,7 @@ The `usezombie-install-platform-ops` skill is the guided install UX driven from One-liner. Symlinks the `/usezombie-*` slash commands into every supported host's skill directory the package can detect on your machine: ```bash - npx skills add usezombie/usezombie + npx skills add usezombie/skills ``` Pass `--host=` to pin a specific host instead of letting the package decide. diff --git a/index.mdx b/index.mdx index 8aa597b..c203f12 100644 --- a/index.mdx +++ b/index.mdx @@ -32,7 +32,7 @@ usezombie owns the outcome instead. A **zombie** is a durable runtime described ## Get started - `npm install -g @usezombie/zombiectl`, then `npx skills add usezombie/usezombie`, then `/usezombie-install-platform-ops` inside Claude Code, Amp, Codex CLI, or OpenCode. + `npm install -g @usezombie/zombiectl`, then `npx skills add usezombie/skills`, then `/usezombie-install-platform-ops` inside Claude Code, Amp, Codex CLI, or OpenCode. ## How a stage works diff --git a/quickstart.mdx b/quickstart.mdx index 19b2534..38fe84f 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -60,7 +60,7 @@ This walks through installing the flagship `platform-ops` zombie on one of your One-liner. The `skills` package symlinks `/usezombie-*` into every supported host's skill directory it can detect: ```bash - npx skills add usezombie/usezombie + npx skills add usezombie/skills ``` Pass `--host=` to pin a specific host. diff --git a/zombies/install.mdx b/zombies/install.mdx index bba4f09..13410d0 100644 --- a/zombies/install.mdx +++ b/zombies/install.mdx @@ -29,7 +29,7 @@ Most users don't run `zombiectl install --from` directly. They drive the install One-liner. Symlinks `/usezombie-*` into every supported host's skill directory the package can detect: ```bash - npx skills add usezombie/usezombie + npx skills add usezombie/skills ``` Pass `--host=` to pin a specific host.