From 53c31ebd9d18e22c355a1a7a28270cb90d170fc0 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Date: Tue, 19 May 2026 13:46:32 +0530 Subject: [PATCH] =?UTF-8?q?chore(m69-001):=20flip=20install-cmd=20usezombi?= =?UTF-8?q?e/usezombie=20=E2=86=92=20usezombie/skills?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Live install pages now reference the M69_001 skill-repo split. Skill bodies moved from monorepo to github.com/usezombie/skills (lead-repo PR feat/m69-001-public-skills-repo); install one-liner is now `npx skills add usezombie/skills`. Files: - index.mdx — hero install snippet - quickstart.mdx — cold-machine bootstrap - cli/install.mdx — primary install path - zombies/install.mdx — host-agent skill section changelog.mdx historical entries left untouched per CHANGELOG_VOICE.md ("historical entries archived not rewritten"). M69 CHORE(close) will add a new entry describing the M69 cutover. Co-Authored-By: Claude Opus 4.7 (1M context) --- cli/install.mdx | 2 +- index.mdx | 2 +- quickstart.mdx | 2 +- zombies/install.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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.