Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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=<claude|amp|codex|opencode>` to pin a specific host instead of letting the package decide.
Expand Down
2 changes: 1 addition & 1 deletion index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ usezombie owns the outcome instead. A **zombie** is a durable runtime described
## Get started

<Card title="Install platform-ops in ten minutes" icon="rocket" href="/quickstart" horizontal>
`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.
</Card>

## How a stage works
Expand Down
2 changes: 1 addition & 1 deletion quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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=<claude|amp|codex|opencode>` to pin a specific host.
Expand Down
2 changes: 1 addition & 1 deletion zombies/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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=<claude|amp|codex|opencode>` to pin a specific host.
Expand Down
Loading