# Manage Vercel Microfrontends with AI Agents and the CLI

**Published:** April 7, 2026 | **Authors:** Tim White, Mark Knichel

---

Vercel Microfrontends now include two new setup and management tools: an AI skill for coding agents and new Vercel CLI commands.

**New Vercel Microfrontends skill:** Install the Microfrontends skill to let your AI coding agent guide you through group creation with natural language prompts. It will automatically generate `microfrontends.json`, wire up framework integrations, and manage projects, all without leaving your editor.

```bash
npx skills add vercel/microfrontends
```

Once added, ask your agent to create your first microfrontend group using this prompt.

Get started with the [Microfrontends skill](https://skills.sh/vercel/microfrontends/vercel-microfrontends).

**New CLI commands:** The [Vercel CLI](https://vercel.com/docs/cli/microfrontends) now includes commands for managing microfrontend groups, so you can create, inspect, and manage groups from the terminal without opening the dashboard.

- `vercel microfrontends create-group`
- `vercel microfrontends inspect-group`
- `vercel microfrontends add-to-group`
- `vercel microfrontends remove-from-group`
- `vercel microfrontends delete-group`

Learn more in the [CLI docs](https://vercel.com/docs/cli/microfrontends).

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)