meteor-cli-installationlisted
Install: claude install-skill meteor/agent-skills
# Install and repair the Meteor CLI
Make the Meteor CLI available without changing an application or deleting
state that the user did not place in scope. `npx meteor` runs the official npm
installer and creates a user-wide Meteor installation; it does not add the
installer permanently to global npm packages.
## Decision flow
1. Classify the request before changing the machine.
- Install a missing CLI when the user asks to set up Meteor or requests a
local create, run, test, build, or deploy operation that requires it.
- For explanation, review, or planning only, report the missing prerequisite
and the install command without running it.
- Require explicit confirmation before any recovery operation that removes
state: `meteor reset`, `meteor reset --db`, npm cache clearing, targeted
global metadata cleanup, uninstall, or full reinstall.
- When evidence makes a cleanup or reinstall plausible, suggest the least
destructive option with its reason, scope, and expected state loss. Do
not execute it until the user explicitly confirms that operation.
2. Inspect the host and intended project. Check the operating system,
architecture, `node --version`, `npm --version`, CLI lookup result, and
`meteor --version` when available. In an application, read
`.meteor/release` before selecting a release.
3. Distinguish the requested version:
- The npm selector in `npx meteor@<version>` chooses an installer package.
- A Meteor applicatio