Streamlines Azure cloud development by generating mandatory architecture plans, infrastructure-as-code, and deployment configurations.
The azure-prepare skill is the official entry point for all Azure-related tasks within Claude Code, ensuring a structured and compliant path to cloud deployment. It enforces a mandatory 'Plan-First' workflow by analyzing your workspace, scanning dependencies, and creating a canonical .azure/plan.md file that maps your application stack to optimal Azure services. Whether you are building a new web app, adding a database, or migrating a legacy project, this skill automates the creation of Bicep, Terraform, or AZD artifacts while adhering to Microsoft's best practices for security and identity management.
主な機能
011,777 GitHub stars
02Automated workspace analysis for NEW, MODIFY, or MODERNIZE modes
03Integrated security hardening and identity configuration
04Multi-recipe support including AZD, Bicep, Terraform, and Azure CLI
05Mandatory Plan-First workflow with .azure/plan.md generation
06Automatic generation of Dockerfiles and infrastructure artifacts
ユースケース
01Adding cloud components like Cosmos DB, Redis, or Entra ID authentication
02Setting up infrastructure for a new full-stack application on Azure
03Migrating an existing local codebase to Azure Container Apps or App Service