azure-defaults

azure-defaults is a skill for Claude Code, Codex from jonathan-vella/apex-accelerator. It costs 86 tokens per session (1,191 once invoked), scanned A, original, MIT.

A guide for applying consistent defaults when building Azure infrastructure as code, such as naming, tags, regions, networking, security, and cost settings. Infrastructure as code means defining cloud resources in files that can be reviewed and deployed repeatedly.

In plain words
What is it for?
Use it when planning or generating Bicep or Terraform infrastructure, choosing Azure resources and modules, setting names and tags, and checking lifecycle or cost requirements.
Why use it?
It reduces inconsistent resource setups and helps infrastructure follow the project’s governance rules and Azure naming limits.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it when planning or generating Bicep or Terraform infrastructure, choosing Azure resources and modules, setting names and tags, and checking lifecycle or cost requirements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jonathan-vella/apex-accelerator/azure-defaults
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jonathan-vella/apex-accelerator --skill azure-defaults
Clone the repo
git clone --depth 1 https://github.com/jonathan-vella/apex-accelerator

Made for: Claude Code, Codex.

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 azure-defaults

README.md
[![agentmods](https://agentmods.dev/badge/skills/jonathan-vella/apex-accelerator/azure-defaults/github.svg)](https://agentmods.dev/skills/jonathan-vella/apex-accelerator/azure-defaults)
Your own site
<a href="https://agentmods.dev/skills/jonathan-vella/apex-accelerator/azure-defaults"><img src="https://agentmods.dev/badge/skills/jonathan-vella/apex-accelerator/azure-defaults/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for azure-defaults

Your own site · 80×15
<a href="https://agentmods.dev/skills/jonathan-vella/apex-accelerator/azure-defaults"><img src="https://agentmods.dev/badge/skills/jonathan-vella/apex-accelerator/azure-defaults.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,191 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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.00086 $0.01191
Opus 5 $0.00043 $0.00596
Sonnet 5 $0.00017 $0.00238
Haiku 4.5 $0.00009 $0.00119

Measured 5d ago against content hash 3a6b1029fd84, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

azure-defaults 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 5d ago.

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.

.github/skills/azure-defaults/SKILL.md · 93 lines

How it starts

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

Azure Defaults

Apply the canonical defaults from .github/copilot-instructions.md without duplicating them here. Live governance discovered for the target scope always overrides repository defaults.

Prerequisites

  • Read the canonical Azure Defaults section once per session.
  • Read 04-governance-constraints.json when it exists.
  • Read sku-manifest.json for creative SKU decisions; do not derive SKUs from artifact prose.
  • Load only the reference needed for the current decision.

IaC Workflow

  1. Resolve governance precedence — apply live policy constraints before fallback regions, tags, networking, cost, or security defaults.
  2. Generate one stable suffix — derive it once from deployment scope and pass it to every globally unique resource name.
  3. Apply CAF naming — use resource-specific abbreviations and length limits; load naming examples when constraints differ by service.
  4. Resolve AVM modules live — prefer AVM, pin the latest stable version at plan time, and record justified stale-pin exceptions in the IaC contract.
  5. Apply canonical security defaults — use the canonical baseline and load AVM pitfalls only when module parameters or lifecycle constraints require detail.
  6. Run conditional planning gates — apply VNet and cost-monitoring workflows when their triggers hold; governance remains authoritative.
  7. Check service lifecycle — use the latest supported GA LTS runtime and reject retired, classic, preview, or short-lifecycle choices for durable production workloads unless explicitly approved.
  8. Validate the output — run the stack validator and the security, AVM pin, SKU coverage, and governance checks relevant to the produced IaC.

IaC-Specific Invariants

  • Unique suffix: generate one deterministic suffix per deployment scope and pass it into modules rather than recomputing it independently.
  • AVM-first: do not hand-roll a resource with an applicable stable AVM module.
  • Live pins: resolve module versions at plan time; training-data pins are not evidence of currency.
  • Governance wins: discovered policy overrides every fallback in the canonical defaults and this workflow.
  • VNet planning is interactive: confirm CIDRs when a workload requires VNet integration, private endpoints, or a VNet-attached service. Production cannot defer the gate.
  • Cost monitoring is explicit: production requires the governed budget, notification, and anomaly-monitoring contract; non-production exceptions must use a documented mode.
  • Lifecycle is verified live: selectable engine and runtime versions require current support-policy evidence.

Read the full file on GitHub · 93 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. 5d ago First seen · 93 lines · 86 tokens per session scan A 3a6b1029fd84

Subscribe to this mod's changes

azure-defaults is a skill published in the GitHub repository jonathan-vella/apex-accelerator (50 stars, last pushed yesterday), licensed MIT. It adds 86 tokens to every session and 1,191 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.