Azure Master Architect - VS Code Extension
A VS Code Chat Participant extension that provides expert-level Azure cloud architecture guidance, powered by 192 Azure Agent Skills.
Features
@azure-architect — Chat participant with deep Azure expertise
/design — Design end-to-end Azure architectures with Mermaid diagrams
/review — Well-Architected Framework reviews across all 5 pillars
/bicep — Generate production-ready Bicep templates
/cost — Azure cost analysis and optimization
/security — Security posture review and recommendations
/migrate — Migration planning from on-premises or other clouds
Prerequisites
- Visual Studio Code 1.100+
- GitHub Copilot extension
Development
# Install dependencies
npm install
# Compile
npm run compile
# Watch mode
npm run watch
# Press F5 in VS Code to launch Extension Development Host
Packaging & Publishing
# Package as .vsix
npm run package
# Install locally
code --install-extension azure-master-architect-0.1.0.vsix
# Publish to Marketplace (requires publisher setup)
npx @vscode/vsce publish
Adding Skills
Copy Azure Agent Skills into the skills/ directory:
git clone https://github.com/MicrosoftDocs/agent-skills.git /tmp/agent-skills
cp -r /tmp/agent-skills/skills/* ./skills/
License
MIT
| |