scaffold

scaffold is a skill for Claude Code from microsoft/azure-skills. It costs 0 tokens per session (3,771 once invoked), scanned A, a copy of scaffold, MIT.

An infrastructure-code generator that turns an Azure architecture plan into Bicep or Terraform files, then checks the result before deployment.

In plain words
What is it for?
Use it to create Azure resource definitions from a service plan, produce a file manifest, and prepare the infrastructure for later validation and deployment.
Why use it?
It removes the need to write cloud setup files from scratch and helps catch problems before anything is deployed.

Skill for Claude Code ✓ vendor

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is See [shared tools](../references/mcp-tool-reference.md) for cross-phase tools and global parameters. See [scaffold tools](references/mcp-tools.md) for full para.

Part of the azure plugin — 38 skills, 1 plugin shipped together

Good fit Use it to create Azure resource definitions from a service plan, produce…

Compare 6 skills from other repositories ↓
About the project

Azure Skills Plugin is an agent plugin that packages Azure-specific guidance with MCP server configurations for carrying out Azure work. Coding agents use it to plan, deploy, troubleshoot, monitor, govern, and optimize Azure applications and services. The catalogue entries are the plugin's skills, instructions, and execution integrations.

microsoft/azure-skills · 1,453 stars · on GitHub

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/microsoft/azure-skills
agentmods
npx agentmods add skills/microsoft/azure-skills/scaffold

Made for: Claude Code.

Or install azure, the plugin that ships this one along with the rest of its 38 skills, 1 plugin.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for scaffold

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoft/azure-skills/scaffold.svg)](https://agentmods.dev/skills/microsoft/azure-skills/scaffold)
Your own site
<a href="https://agentmods.dev/skills/microsoft/azure-skills/scaffold"><img src="https://agentmods.dev/badge/skills/microsoft/azure-skills/scaffold.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,771 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.03771
Opus 5 $0.00000 $0.01886
Sonnet 5 $0.00000 $0.00754
Haiku 4.5 $0.00000 $0.00377

Measured 7d ago against content hash 06ea2eedf46d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

scaffold scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (references/scaffold-schemas.ts, scripts/scaffold-conformance.ps1, scripts/scaffold-conformance.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to scaffold — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.github/plugins/azure-skills/skills/azure-app-onboard/scaffold/SKILL.md · 191 lines

How it starts

The opening of the file, as written. The whole thing — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Azure App Onboard Scaffold — IaC Generation + Self-Review

Generate deployment-ready infrastructure code from an architecture plan, verify it with adversarial self-review, and bridge to validation — all without deploying.

Quick Reference

Property Value
Parent azure-app-onboard
Best for Turning prepare-plan.json service list into Bicep templates with secure-by-default patterns
Inputs prepare-plan.json (services, naming, quotas), context.json (overrides, components, repo info)
Outputs scaffold-manifest.json, generated IaC files in infra/
Pipeline position Phase 3 of 4: prereq → prepare → scaffold → deploy
IaC format Bicep (v1 default). Terraform when existing .tf detected or user override.

When to Use This Skill

Invoked by the azure-app-onboard orchestrator at Phase 3 when prepare-plan.json exists with services[]. Not directly user-routable in v1.

Return to orchestrator: When complete, return control to azure-app-onboard. Do NOT directly invoke deploy — the orchestrator manages phase transitions.

When NOT to Use

Scenario Use Instead
User-triggered IaC (no prepare-plan.json) azure-prepare
Subscription-scope landing zones azure-enterprise-infra-planner
Execute deployment (azd up) azure-deploy (do NOT invoke from AppOnboard pipeline)

MCP Tools

See shared tools for cross-phase tools and global parameters. See scaffold tools for full parameter tables.

Tool Sub-command Purpose Parameters
mcp_azure_mcp_bicepschema bicepschema_get ARM resource type schemas resource_type (Required), api_version (Optional)
mcp_bicep_list_avm_metadata (flat) AVM module catalog None
mcp_bicep_get_bicep_best_practices (flat) Bicep best practices None
mcp_bicep_get_az_resource_type_schema (flat) ARM resource type JSON schema azResourceType, apiVersion (Required)
mcp_bicep_build_bicep (flat) Validate .bicep files (self-review L3) filePath (Required)
mcp_bicep_format_bicep_file (flat) Format .bicep files (LF enforcement) filePath (Required)
mcp_azure_mcp_deploy deploy_iac_rules_get IaC best practices and rules deployment-tool, iac-type, resource-types
mcp_azure_mcp_deploy deploy_pipeline_guidance_get CI/CD pipeline config is-azd-project, pipeline-platform, deploy-option
mcp_azure_mcp_get_azure_bestpractices get_azure_bestpractices_get SDK/Functions best practices resource, action
mcp_azure_mcp_azureterraformbestpractices (flat) Terraform patterns (TF path only) resource_type (Required)

Read the full file on GitHub · 191 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 191 lines · 0 tokens per session scan A 06ea2eedf46d

Subscribe to this mod's changes

scaffold is a skill published in the GitHub repository microsoft/azure-skills (1,453 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,771 tokens. A static security scan graded it A with 0 findings. It is 100% identical to scaffold, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

gke-reliability

Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).

google/skills · 73 tokens

gke-workload-security

Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…

google/skills · 181 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens