npx skills add microdotdo/micro-mcp --skill micro-sites -g -a codex -ycodex mcp add micro -- npx -y @microdotdo/micro-mcpYOUR FIRST MICRO ONE COMPLETE LOOP
Choose only the local tools you need. Your coding agent uses the Micro skill to create the source with a suitable toolchain, check the real result, and deploy only when it works.
INSTALL MICRO
All Linux downloads are versioned and checksum-verified, with no Homebrew or system package changes. The CLI works alone; the runner and Abla compiler are optional capabilities. Homebrew provides the complete setup on macOS.
curl -fsSL https://micro.do/install | sh -s -- clicurl -fsSL https://micro.do/install | sh -s -- runtimecurl -fsSL https://micro.do/install | sh -s -- ablabrew install microdotdo/tap/micromicro doctorTEACH YOUR AGENT
The skill contains the project contract and quality gates. MCP adds typed local tools; passwords and provider secrets never enter those tools.
npx skills add microdotdo/micro-mcp --skill micro-sites -g -a codex -ycodex mcp add micro -- npx -y @microdotdo/micro-mcpnpx skills add microdotdo/micro-mcp --skill micro-sites -g -a claude-code -yclaude mcp add --transport stdio --scope user micro -- npx -y @microdotdo/micro-mcpnpx skills add microdotdo/micro-mcp --skill micro-sites -g -a cursor -ypi install npm:@microdotdo/micro-mcpASK FOR AN OUTCOME
This request is deliberately concrete enough to build and verify, while leaving the visual direction to the agent.
Use the Micro skill to build a polished site where I sell one downloadable product. Include a public product page, Login with Micro, test-mode checkout, an authenticated library, and a protected download. Give it a distinctive responsive design, run it locally, and check the complete journey in a browser before creating a preview.REVIEW AND SHIP
The agent should run these itself. Pair the CLI through the browser when asked; an unclaimed preview is safe to share before production.
micro dev
micro deploy --preview
micro login
micro deploy your-slug