Skip to content

fix(update-skills): coach Claude CLI install when claude is missing (0.27.2) - #3

Merged
richheadley merged 1 commit into
mainfrom
cursor/update-skills-cli-install-07e6
Sep 9, 2026
Merged

richheadley merged 1 commit into
mainfrom
cursor/update-skills-cli-install-07e6

Conversation

@richheadley

Copy link
Copy Markdown
Contributor

Summary

/update-skills no longer hard-stops on command 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 once claude --version works. Managed-first Step 2 from 0.27.1 is unchanged.

Changes

  • plugins/mothy/skills/update-skills/SKILL.md
    • Replace hard-stop bullet with Step 1a pointer
    • Mac/Linux: curl -fsSL https://claude.ai/install.sh | bash → quit Terminal → claude --version
    • Windows PowerShell: irm https://claude.ai/install.ps1 | iex → new terminal → claude --version
    • Still missing: new terminal / PATH first; Git via /dev-setup; avoid npm unless native fails; link official docs
  • Version 0.27.10.27.2 in plugin.json + marketplace.json
  • Skipped (Rich scope change): no org-skills/update-skills — Chat/Cowork already get this coach via the Mothy MCP playbook; an org upload would duplicate the plugin skill
  • Skipped: docs/onboarding-claude-code-skills.md does not hard-stop on missing CLI

Follow-up (separate repo)

Mirror Step 1a in mothy-mcp/playbooks/update-skills.md so Chat/Cowork stay in sync with the plugin skill (this file’s canonical note).

Test plan

  • node --test tests/*.mjs tests/integration/*.mjs passes
  • Spot-check: Step 1 command not found → Step 1a → back to claude plugin list
  • Spot-check: managed Scope still leads with --scope managed in Step 2
Open in Web Open in Cursor 

…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
richheadley marked this pull request as ready for review September 9, 2026 18:59
@richheadley
richheadley merged commit fb2a9e3 into main Sep 9, 2026
2 checks passed
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.

2 participants