Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计异常

alz-accelerator-skillalz 加速器技能

Agent Skill

alz-accelerator-skill 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

188

周安装

8

GitHub Stars

61

下载量

66
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:alz-accelerator-skill(alz 加速器技能)
来源仓库:https://github.com/julianobarbosa/claude-code-skills
仓库路径:skills/alz-accelerator-skill
安装命令:
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill alz-accelerator-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill alz-accelerator-skill

简介

alz-accelerator-skill 指导使用 Azure Verified Modules (AVM) 部署标准化 Landing Zones 架构。

  • 适用于云基础设施即代码 (IaC) 部署、多租户环境搭建或合规性要求严格的 Azure 项目。
  • 集成 ALZ Accelerator 工具链,提供从资源模块组合到 IAM 策略配置的完整工作流。
  • 部署前需准备订阅权限与区域白名单,确保符合企业安全基线与成本管控策略。
  • 推荐采用渐进式部署模式,先验证沙箱环境再推广至生产账户组。

SKILL.md

Azure Landing Zones Accelerator Skill

Deploy Azure Landing Zones using the ALZ Accelerator with Azure Verified Modules (AVM). This skill captures the recommended workflow, decision framework, and best practices from the ALZ core team.

Key Concepts

AVM (Azure Verified Modules): An infrastructure-as-code standard for deploying Azure resources following best practices. AVM has resource modules (single resources) and pattern modules (complex architectural patterns composed from resource modules). AVM is the only recommended way to deploy Azure Landing Zones infrastructure.

ALZ Accelerator: A tool that bootstraps the entire Azure Landing Zone deployment including CI/CD pipelines, version control, and infrastructure configuration. It uses AVM modules under the hood.

Deployment Stacks (Bicep): Used by the Bicep accelerator to handle resource lifecycle management, eliminating the pain of manually managing policy assignments and resource deletions.

Decision Framework: Bicep vs Terraform

Guide the user through this decision before proceeding with deployment.

When to Choose Terraform

  • Team already has Terraform expertise
  • Multi-cloud strategy (AWS, GCP, Azure) — avoids learning two IaC languages
  • Terraform ALZ modules are more mature (released ~early 2025) with full configuration via tfvars
  • Need for state-based drift detection

When to Choose Bicep

  • Azure-only organization with no multi-cloud plans
  • Team familiar with ARM templates or Azure-native tooling
  • No state file to manage (pro and con — simpler ops but less drift visibility)
  • Microsoft ARM/Bicep product groups recommend Bicep for Azure-only shops
  • Bicep ALZ released ~Feb 2026 with full AVM support, deployment stacks, and customizable modules

Neutral Position

  • Both use AVM modules — same underlying resource definitions
  • Both are supported by the accelerator with identical bootstrapping UX
  • The gap between them is closing rapidly in 2026
  • Default recommendation: Match the team's existing skills

Accelerator Deployment Workflow

Prerequisites

  1. Install the ALZ PowerShell module: Install-Module -Name ALZ
  2. Ensure you have:

- Azure CLI or PowerShell authenticated - GitHub PAT or Azure DevOps PAT (depending on VCS choice) - At least 4 platform subscriptions: Management, Connectivity, Identity, Security - A bootstrap subscription for state storage and identities

Step 1: Launch the Accelerator

Deploy-Accelerator

The accelerator runs interactively with guided prompts. No parameters are required (as of the latest release).

Step 2: Software Checks

The accelerator validates required software is installed. Address any missing dependencies before proceeding.

Step 3: Choose Cache Location

Select where to store temporary files during setup. The default is usually fine.

Step 4: IaC Language Selection

Choose between:

  • Terraform — More mature configuration, everything via tfvars
  • Bicep — Azure-native, no state file, deployment stacks for lifecycle management

Step 5: Version Control & CI/CD Platform

Choose from:

  • GitHub (default, recommended)
  • Azure DevOps
  • Local filesystem (for custom bootstrapping)

Step 6: Connectivity Scenario

Select the networking topology:

  • Hub and Spoke — Traditional hub-spoke with VNet peering (most common)
  • Virtual WAN — Azure Virtual WAN managed hub
  • Multi-region variants of the above

Step 7: Interactive Configuration

The accelerator queries Azure for your existing resources and presents selection prompts:

  1. Bootstrap region — Where to deploy state storage and identities
  2. Root management group — Parent MG for the ALZ hierarchy
  3. Platform subscriptions:

- Management subscription (Log Analytics, monitoring) - Identity subscription (Active Directory, DNS) - Connectivity subscription (Hub VNet, Firewall, VPN/ER gateways) - Security subscription (Sentinel, Defender)

  1. Bootstrap subscription — For Terraform state storage and managed identities

Step 8: Naming Convention

Accept defaults or customize resource naming patterns for the bootstrap resources.

Step 9: Runner Configuration

Choose between:

  • Self-hosted runners — Recommended for private networking
  • Microsoft-hosted runners — Simpler but requires public endpoints

If self-hosted, choose whether to enable private networking (storage accounts not publicly accessible).

Step 10: Authentication

Provide:

  • Personal Access Token — GitHub PAT or Azure DevOps PAT (stored as environment variable, never in config files)
  • GitHub/ADO organization name
  • Apply approver — Username that approves plan-to-apply stage

Step 11: Review & Open in IDE

The accelerator generates configuration files and opens them in VS Code. Review and update:

  1. Platform landing zone config:

- Primary and secondary deployment regions (e.g., UK South, UK West) - Defender email security contact

  1. Sensitive values are stored as environment variables in the current terminal session, not in plain text files

Step 12: Bootstrap Deployment

Confirm the configuration is complete. The accelerator bootstraps:

  • State storage (Terraform) or deployment stack (Bicep)
  • Managed identities for CI/CD
  • GitHub repos/Azure DevOps projects with pipelines
  • Branch policies and approvals

Post-Deployment

After the accelerator completes:

  1. CI/CD pipelines are created in your chosen VCS
  2. Plan/What-If stage runs automatically on PR
  3. Apply/Deploy stage requires approval from the configured approver
  4. Subsequent changes are made through the configuration files and pushed through the pipeline

AVM Module Architecture

The ALZ deployment uses these key AVM pattern modules:

ModulePurpose
Management GroupsHierarchy: Tenant Root → Platform (Mgmt, Conn, Identity) → Landing Zones (Corp, Online)
ManagementLog Analytics workspace, Automation Account, monitoring
Connectivity (Hub-Spoke)Hub VNet, Azure Firewall, VPN/ER Gateways, DNS
Connectivity (vWAN)Virtual WAN, Virtual Hubs, routing
IdentityDNS zones, domain controllers networking
PolicyAzure Policy assignments, custom policy definitions

You can use these modules standalone (compose them yourself) or through the accelerator (recommended path).

Rules

  1. Always use AVM modules — Never deploy ALZ resources with raw azurerm/azapi resources when an AVM module exists
  2. Use the accelerator — Don't manually compose the modules unless you have a specific reason; the accelerator handles bootstrapping, CI/CD, and configuration
  3. Match team skills — Don't push Terraform on a Bicep team or vice versa
  4. Private networking for production — Use self-hosted runners with private networking for any production deployment
  5. Never store PATs in config files — The accelerator uses environment variables for sensitive values; maintain this pattern
  6. Four platform subscriptions minimum — Management, Connectivity, Identity, Security — don't collapse them
  7. Plan before apply — Always review the plan/what-if output before approving deployment
  8. Customize via config, not module edits — For Terraform, all customization goes through tfvars. For Bicep, you can edit modules directly but prefer the config approach when possible

Troubleshooting

IssueResolution
Deployment stacks bugs (Bicep)Known limitations — what-if not fully supported. Check ALZ GitHub issues
Policy assignment conflictsUse the separated custom vs default policy structure (Bicep 2026 release)
State file management (Terraform)State is bootstrapped automatically; don't manually modify the backend config
Upgrade pain from old ALZ versionsThe new Bicep release decouples your customizations from upstream modules

Resources

  • Questions form: aka.ms/alz/quests
  • ALZ documentation: aka.ms/alz
  • AVM registry: aka.ms/avm
  • ALZ Accelerator docs: aka.ms/alz/accelerator

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.32%
按下载量换算23

Claude

30.08%
按下载量换算20

Cursor

17.18%
按下载量换算11

Gemini CLI

9.16%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

未通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills