Agentic Product Lifecycle

mxa-setup

Sets up a Mac once for the suite: it checks what is there, installs only what is missing, signs into GitHub and Vercel, and never asks the person to run a command.

  • Runs a read-only check first, so a working machine is left alone.
  • Sets up the accounts before the tools, because the installs need them.
  • Installs git, Homebrew, Node, pnpm and the GitHub and Vercel command-line tools, and nothing else.
  • Runs again as a health check whenever something looks broken.

What is inside

The doctor script checks git, Homebrew, Node, pnpm and the GitHub and Vercel command-line tools, and installs nothing.

Uses
gitHomebrewNodepnpmGitHub CLIVercel CLI
Evals
3

Works with

The outside tools and connectors this skill drives.

  • git· our default
  • Homebrew
  • Node
  • pnpm
  • the GitHub and Vercel command-line tools

The first is what we reach for on our own projects. A project that already uses one of the others keeps it, and the skill works with that instead.

Install it

npx skills add madebymany/madebyagents --skill mxa-setup
Read the skill itself