azure-env-builder/SKILL.md
[Alpha] Enterprise Azure environment builder. Deploy apps to App Service/AKS/Container Apps, generate Bicep with AVM modules, configure service connections and CI/CD. Use when building Azure infrastructure, deploying applications, or designing Hub-Spoke/AKS/AI Foundry architectures.
npx skillsauth add aktsmm/agent-skills azure-env-builderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Enterprise Azure environment builder skill.
| Category | Capabilities | | -------------- | ---------------------------------- | | Architecture | Hub-Spoke, Web+DB, AKS, AI Foundry | | AVM Modules | 200+ Azure Verified Modules | | VM Init | Squid, Nginx, Docker, IIS setup | | Config Linking | SQL/Storage/Redis, Managed ID RBAC | | CI/CD | GitHub Actions / Azure Pipelines |
scripts/scaffold_environment.ps1Run before generating Bicep code:
mcp_bicep_experim_get_bicep_best_practices
mcp_bicep_experim_list_avm_metadata
mcp_bicep_experim_get_az_resource_type_schema(azResourceType, apiVersion)
microsoft_docs_search(query: "Private Endpoint Bicep")
→ references/hearing-checklist.md
| Item | Details |
| ------------ | ----------------------- |
| Subscription | ID or az account show |
| Environment | dev / staging / prod |
| Region | japaneast / japanwest |
| Deploy Type | Azure CLI / Bicep |
→ references/architecture-patterns.md
| Pattern | Use Case | | ---------- | ------------------------------ | | Hub-Spoke | Large enterprise | | Web + DB | Standard web applications | | AKS | Container microservices | | AI Foundry | AI/ML workloads | | Proxy VM | Private network egress control |
# Scaffold environment folder
pwsh scripts/scaffold_environment.ps1 -Environment <env> -Location <region>
# Validate
az deployment group what-if --resource-group <rg> --template-file main.bicep
# Deploy
az deployment group create --resource-group <rg> --template-file main.bicep
| File | Purpose | | --------------------------------------------------------------------- | ---------------------- | | architecture-patterns.md | Architecture patterns | | avm-modules.md | AVM module catalog | | vm-app-scripts.md | VM init scripts | | app-deploy-patterns.md | App deploy patterns | | service-config-templates.md | Service config linking | | cicd-templates/ | CI/CD templates |
az deployment group what-if succeededdevelopment
Generate draw.io editable diagrams (.drawio, .drawio.svg) from text, images, or Excel. Orchestrates 3-agent workflow (Analysis → Manifest → SVG generation) with quality gates. Use when creating architecture diagrams, flowcharts, sequence diagrams, or converting existing images to editable format. Supports Azure/AWS cloud icons.
data-ai
Set up a reusable book-writing workspace with AI agents, instructions, prompts, and scripts. Use when creating a new book or technical writing project, bootstrapping a manuscript repository, or preparing a Markdown + Re:VIEW + PDF workflow. Triggers on "book writing workspace", "technical book project", "執筆ワークスペース", "book manuscript repo", and "Re:VIEW workspace".
documentation
Create, review, and update Prompt and agents and workflows. Covers 5 workflow patterns, agent delegation, Handoffs, Context Engineering. Use for any .agent.md file work or multi-agent system design. Triggers on 'agent workflow', 'create agent', 'ワークフロー設計'.
tools
Guide for creating VS Code extensions from scratch to Marketplace publication. Use when: (1) Creating a new VS Code extension, (2) Adding commands, keybindings, or settings to an extension, (3) Publishing to VS Code Marketplace, (4) Troubleshooting extension activation or packaging issues, (5) Building TreeView or Webview UI, (6) Setting up extension tests.