Skip to content

chore(m69-001): flip install-cmd usezombie/usezombie → usezombie/skills#62

Merged
indykish merged 1 commit into
mainfrom
chore/m69-skills-install-path
May 19, 2026
Merged

chore(m69-001): flip install-cmd usezombie/usezombie → usezombie/skills#62
indykish merged 1 commit into
mainfrom
chore/m69-skills-install-path

Conversation

@indykish
Copy link
Copy Markdown
Contributor

@indykish indykish commented May 19, 2026

Summary

Live install pages now reference the M69_001 skill-repo split. Skill bodies moved from the monorepo to github.com/usezombie/skills (lead-repo PR feat/m69-001-public-skills-repo, skills-repo PR #1); 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 deliberately untouched per CHANGELOG_VOICE.md ("historical entries archived not rewritten"). M69 CHORE(close) will add a new <Update> entry describing the cutover.

Sequencing

  • usezombie/skills PR docs: UseZombie v0.3.0 documentation site (M13_002) #1 (skill body) → merges first
  • This PR (docs flip) → can merge any time after; users hitting docs see the new command
  • usezombie/usezombie PR feat/m69-001-public-skills-repo (deletes in-repo skills/, drops from npm bundle) → merges third
  • Reversing the order leaves users with broken npx skills add resolution

Test plan

  • grep -rn "npx skills add usezombie/usezombie" . against the 4 modified files → 0 matches
  • After merge: docs.usezombie.com /quickstart shows the new command
  • After lead-repo PR merges + release tag: full smoke install on clean env succeeds

🤖 Generated with Claude Code

Greptile Summary

This PR flips the npx skills add install target from usezombie/usezombie to usezombie/skills across all four live-install pages, tracking the M69-001 skill-repo split.

  • Four files (index.mdx, quickstart.mdx, cli/install.mdx, zombies/install.mdx) each have a single one-liner code block updated; no prose, flag, or curl-fallback content is touched.
  • changelog.mdx historical entries referencing the old command are correctly preserved; a new <Update> entry is deferred to a follow-up "M69 CHORE(close)" PR, which is a deviation from the four-step companion docs flow defined in AGENTS.md.

Confidence Score: 4/5

Safe to merge; changes are purely mechanical doc updates with no logic or schema impact.

All four install-command code blocks are correctly updated and consistent with each other. The only gap is the missing changelog entry, which AGENTS.md expects as part of the same PR — the referenced CHANGELOG_VOICE.md that the PR cites as justification for omitting it does not exist in this repo.

changelog.mdx — a new Update block for the M69 install-command cutover is expected per AGENTS.md but is absent from this PR.

Important Files Changed

Filename Overview
index.mdx Hero card install snippet updated from usezombie/usezombie to usezombie/skills; one-line mechanical change, correct.
quickstart.mdx Cold-start bootstrap install snippet updated to usezombie/skills; change is isolated to the npx one-liner code block, no prose drift.
cli/install.mdx Primary install path code block updated to usezombie/skills; surrounding prose and curl fallback path untouched and consistent.
zombies/install.mdx Host-agent skill section updated to usezombie/skills; all other content unchanged and accurate.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["usezombie/skills PR #1\n(skill body moves to new repo)"] -->|merges first| B["This PR #62\n(docs flip: usezombie/usezombie → usezombie/skills)"]
    B -->|can merge any time after| C["usezombie/usezombie\nfeat/m69-001-public-skills-repo\n(deletes skills/, drops from npm)"]
    B --> D["index.mdx\nnpx skills add usezombie/skills"]
    B --> E["quickstart.mdx\nnpx skills add usezombie/skills"]
    B --> F["cli/install.mdx\nnpx skills add usezombie/skills"]
    B --> G["zombies/install.mdx\nnpx skills add usezombie/skills"]
    H["changelog.mdx\nhistorical entries preserved\n(new entry deferred to M69 CHORE close)"] -.->|not touched| B
Loading

Reviews (1): Last reviewed commit: "chore(m69-001): flip install-cmd usezomb..." | Re-trigger Greptile

Context used:

  • Context used - AGENTS.md (source)

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 <Update> entry describing the M69 cutover.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@indykish indykish merged commit 5e887bb into main May 19, 2026
4 checks passed
@indykish indykish deleted the chore/m69-skills-install-path branch May 19, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant