Agentic Product Lifecycle

mxa-deploy

Puts a project on GitHub and Vercel and hands over a link that works. It first establishes which of several things deploy means, then proves the page renders rather than only that it responded.

  • Asks what deploy means before doing it, because a preview to share and a production release are different things.
  • Sets up GitHub and Vercel the first time, and resolves the stable URL after that.
  • Checks the page renders, since a 200 response is not a working page.
  • Steers towards a git remote every time, because history and undo are worth a one-minute sign-in.

What is inside

Instructions. Nothing here runs on its own: the judgement is the skill.

Evals
3

Works with

The outside tools and connectors this skill drives.

  • Vercel

A project that already has its own tool for this keeps it. The skill works with what is there rather than assuming what we would have chosen.

Install it

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