You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`azd copilot` is an [Azure Developer CLI](https://learn.microsoft.com/azure/developer/azure-developer-cli/) extension that turns GitHub Copilot CLI into a full-stack Azure development assistant — 16 specialized agents, 28 Azure skills, and 6 MCP servers working together so you can go from idea to deployed app in one command.
6
8
7
9
```
@@ -368,6 +370,19 @@ skills/my-skill/
368
370
369
371
Then run `mage UpdateCounts` to update agent/skill counts across the project.
370
372
373
+
## 🔗 azd Extensions
374
+
375
+
azd copilot is part of a suite of Azure Developer CLI extensions by [Jon Gallant](https://github.com/jongio).
376
+
377
+
| Extension | Description | Website |
378
+
|-----------|-------------|---------|
379
+
|**[azd app](https://github.com/jongio/azd-app)**| Run Azure apps locally with auto-dependencies, dashboard, and AI debugging |[jongio.github.io/azd-app](https://jongio.github.io/azd-app/)|
380
+
|**[azd copilot](https://github.com/jongio/azd-copilot)**| AI-powered Azure development with 16 agents and 28 skills |[jongio.github.io/azd-copilot](https://jongio.github.io/azd-copilot/)|
381
+
|**[azd exec](https://github.com/jongio/azd-exec)**| Execute scripts with azd environment context and Key Vault integration |[jongio.github.io/azd-exec](https://jongio.github.io/azd-exec/)|
382
+
|**[azd rest](https://github.com/jongio/azd-rest)**| Authenticated REST API calls with automatic scope detection |[jongio.github.io/azd-rest](https://jongio.github.io/azd-rest/)|
383
+
384
+
🌐 **Extension Hub**: [jongio.github.io/azd-extensions](https://jongio.github.io/azd-extensions/) — Browse all extensions, quick install, and registry info.
0 commit comments