← ClaudeAtlas

meteor-cli-installationlisted

Use when installing, locating, repairing, resetting, or uninstalling the Meteor CLI for Meteor 3 development. Triggers on "meteor: command not found", npx meteor, installer failures, PATH problems, specific Meteor versions, clean reinstall requests, meteor reset, or corrupted dev bundles. Use this skill when the user asks about fresh workstation setup or making a local Meteor command available. For application failures after the CLI starts, use meteor-debugging; for application code upgrades, use migrate-to-meteor-3.
meteor/agent-skills · ★ 7 · AI & Automation · score 74
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