fix(update-skills): coach Claude CLI install when claude is missing (0.27.2) - #3
Merged
Merged
Conversation
…0.27.2) Replace the Step 1 hard-stop on `command not found: claude` with Step 1a — Mac/Linux curl installer and Windows PowerShell irm, one command at a time, then resume Step 1. Keep managed-first Step 2. No org-skills copy (Chat/Cowork already get this via the MCP playbook). Co-authored-by: richheadley <richheadley@users.noreply.github.com>
richheadley
marked this pull request as ready for review
September 9, 2026 18:59
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
/update-skillsno longer hard-stops oncommand not found: claude. Step 1 branches to Step 1a — Install the Claude Code CLI (one command at a time, non-technical), then resumes Step 1 onceclaude --versionworks. Managed-first Step 2 from 0.27.1 is unchanged.Changes
plugins/mothy/skills/update-skills/SKILL.mdcurl -fsSL https://claude.ai/install.sh | bash→ quit Terminal →claude --versionirm https://claude.ai/install.ps1 | iex→ new terminal →claude --version/dev-setup; avoid npm unless native fails; link official docs0.27.1→0.27.2inplugin.json+marketplace.jsonorg-skills/update-skills— Chat/Cowork already get this coach via the Mothy MCP playbook; an org upload would duplicate the plugin skilldocs/onboarding-claude-code-skills.mddoes not hard-stop on missing CLIFollow-up (separate repo)
Mirror Step 1a in
mothy-mcp/playbooks/update-skills.mdso Chat/Cowork stay in sync with the plugin skill (this file’s canonical note).Test plan
node --test tests/*.mjs tests/integration/*.mjspassescommand not found→ Step 1a → back toclaude plugin list--scope managedin Step 2