Everything that happened in your terminal, what each command actually did, and how to do it entirely yourself next time — no AI hand-holding needed.
npm (Node Package Manager) downloads a tool called uipro and installs it globally — meaning you can run it from any folder on your machine, not just this one.
This command comes from the tool you just installed — not from the GitHub repo. That's why you couldn't find it. When you run it, uipro fetches the skill files and drops them exactly where Cursor expects them.
Node.js ships with npm. Run this — if you see a version number, you're set. If the command isn't found, download Node from nodejs.org.
This puts the uipro command on your machine. You only ever run this once — it lives globally across all your projects.
The skill installs relative to where you are when you run the command. Make sure you're in the root of the project you want to use it in.
Pick the one that matches your editor — --ai tells uipro exactly where to drop the files.
Your editor picks it up automatically from the skills folder. No config, no restart. Just ask Claude to build something UI-related and it activates. If you ever want to update it: uipro update. To remove: uipro uninstall.
uipro CLI knows exactly which shelf to put things on for each different editor. Knowing this pattern means you can apply it to any Claude Code skill you find in the wild — no AI needed.