chore(m69-001): flip install-cmd usezombie/usezombie → usezombie/skills#62
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 PRfeat/m69-001-public-skills-repo, skills-repo PR #1); install one-liner is nownpx skills add usezombie/skills.Files
index.mdx— hero install snippetquickstart.mdx— cold-machine bootstrapcli/install.mdx— primary install pathzombies/install.mdx— host-agent skill sectionchangelog.mdxhistorical entries deliberately untouched perCHANGELOG_VOICE.md("historical entries archived not rewritten"). M69 CHORE(close) will add a new<Update>entry describing the cutover.Sequencing
feat/m69-001-public-skills-repo(deletes in-reposkills/, drops from npm bundle) → merges thirdnpx skills addresolutionTest plan
grep -rn "npx skills add usezombie/usezombie" .against the 4 modified files → 0 matches/quickstartshows the new command🤖 Generated with Claude Code
Greptile Summary
This PR flips the
npx skills addinstall target fromusezombie/usezombietousezombie/skillsacross all four live-install pages, tracking the M69-001 skill-repo split.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.mdxhistorical 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 inAGENTS.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
usezombie/usezombietousezombie/skills; one-line mechanical change, correct.usezombie/skills; change is isolated to the npx one-liner code block, no prose drift.usezombie/skills; surrounding prose and curl fallback path untouched and consistent.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| BReviews (1): Last reviewed commit: "chore(m69-001): flip install-cmd usezomb..." | Re-trigger Greptile
Context used: