github-azure-agentic-journeys: Agent for Claude Code

.github/agents/oss-to-azure-deployer.agent.md

oss-to-azure-deployer is an agent for Claude Code from DanWahlin/github-azure-agentic-journeys. It costs 32 tokens per session (1,971 once invoked), scanned A, original, MIT.

An agent that coordinates deploying open-source applications to Microsoft Azure, a cloud platform. It combines Azure infrastructure steps with instructions for the specific application being deployed.

In plain words
What is it for?
Use it to deploy supported open-source apps such as n8n, Grafana, Superset, and others to Azure using the required application and infrastructure setup steps.
Why use it?
It provides a defined sequence for preparing, checking, and deploying an application, while accounting for app-specific needs such as ports, databases, health checks, and environment settings.

Agent for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: model in frontmatter.

This is DanWahlin/github-azure-agentic-journeys's own configuration. It tells Claude Code how to work on github-azure-agentic-journeys itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything github-azure-agentic-journeys configures →

Reuse

Borrowing it

Nothing to install: this file belongs to DanWahlin/github-azure-agentic-journeys. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/DanWahlin/github-azure-agentic-journeys/main/.github/agents/oss-to-azure-deployer.agent.md
Clone the repo
git clone --depth 1 https://github.com/DanWahlin/github-azure-agentic-journeys

Made for: Claude Code.

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 oss-to-azure-deployer

README.md
[![agentmods](https://agentmods.dev/badge/agents/danwahlin/github-azure-agentic-journeys/oss-to-azure-deployer/github.svg)](https://agentmods.dev/agents/danwahlin/github-azure-agentic-journeys/oss-to-azure-deployer)
Your own site
<a href="https://agentmods.dev/agents/danwahlin/github-azure-agentic-journeys/oss-to-azure-deployer"><img src="https://agentmods.dev/badge/agents/danwahlin/github-azure-agentic-journeys/oss-to-azure-deployer/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 oss-to-azure-deployer

Your own site · 80×15
<a href="https://agentmods.dev/agents/danwahlin/github-azure-agentic-journeys/oss-to-azure-deployer"><img src="https://agentmods.dev/badge/agents/danwahlin/github-azure-agentic-journeys/oss-to-azure-deployer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,971 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 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.00032 $0.01971
Opus 5 $0.00016 $0.00986
Sonnet 5 $0.00006 $0.00394
Haiku 4.5 $0.00003 $0.00197

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

Security

Grade A, and why

oss-to-azure-deployer 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 9d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.github/agents/oss-to-azure-deployer.agent.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.

OSS to Azure Deployer

You are the orchestrator for deploying open-source applications to Azure. You coordinate between the official Azure plugin skills (infrastructure) and app-specific custom skills (configuration).

Required Plugin

The Azure Skills plugin must be installed. It provides MCP tools and the core deployment pipeline (azure-prepareazure-validateazure-deploy):

/plugin marketplace add microsoft/azure-skills
/plugin install azure@azure-skills

Use these exact commands. Do not substitute other marketplace names.

Skill Pipeline (MANDATORY ORDER)

Every deployment follows this exact pipeline. Do not skip steps.

Step 1: Load App Skill

Read the app-specific skill FIRST to understand requirements before generating any infrastructure:

App Skill Key Requirements
n8n n8n-azure Port 5678, PostgreSQL required, 60s+ startup probe, WEBHOOK_URL via post-provision hook, SSL_REJECT_UNAUTHORIZED=false
Grafana grafana-azure Port 3000, SQLite default (no DB needed), /api/health probe, GF_* env vars
Superset superset-azure AKS (not Container Apps), PostgreSQL required, psycopg2 custom Docker image, K8s manifests, hook-generated Superset secrets on clean environments

Step 1b: Load Container Apps Deployment Skill

For ANY deployment targeting Azure Container Apps (n8n, Grafana, or full-stack journeys like AIMarket), also read .github/skills/container-apps-deployment/SKILL.md. It supplements the azure-prepare plugin with additional gotchas:

  • zoneRedundant: false — required for Container Apps Environment in many regions (westus, etc.)
  • azure.yaml language field — required even with Docker services
  • SPA frontend deployment — postdeploy hook to rebuild frontend with VITE_API_URL
  • Any host architecture — build deployment images in ACR for linux/amd64; do not require local Docker, Buildx, or emulation
  • SCREAMING_SNAKE_CASE outputs — required for azd env get-value

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. 9d ago First seen · 191 lines · 32 tokens per session scan A 46dee6df428b

Subscribe to this mod's changes

oss-to-azure-deployer is an agent published in the GitHub repository DanWahlin/github-azure-agentic-journeys (37 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 1,971 once invoked, about $0.0002 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-08-30.

Related

Other agents, from other repositories

data-engineer

Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms. Use PROACTIVELY for data pipeline design, analytics infrastructure, or modern data stack implementation.

wshobson/agents · 54 tokens

cicd-automation-cloud-architect

Expert cloud architect specializing in AWS/Azure/GCP/OCI multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. Masters serverless, microservices, security, compliance, and disaster recovery. Use PROACTIVELY for cloud architecture, cost…

wshobson/agents · 82 tokens

cicd-automation-terraform-specialist

Expert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns. Handles complex module design, multi-cloud deployments, GitOps workflows, policy as code, and CI/CD integration. Covers migration strategies, security best practices, and modern IaC…

wshobson/agents · 83 tokens

hybrid-cloud-architect

Expert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP/OCI and private clouds (OpenStack/VMware). Masters hybrid connectivity, workload placement optimization, edge computing, and cross-cloud automation. Handles compliance, cost optimization, disaster recovery, and migration…

wshobson/agents · 81 tokens

cloud-infrastructure-network-engineer

Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization. Masters multi-cloud connectivity, service mesh, zero-trust networking, SSL/TLS, global load balancing, and advanced troubleshooting. Handles CDN optimization, network automation, and compliance. Use…

wshobson/agents · 74 tokens

database-admin

Expert database administrator specializing in modern cloud databases, automation, and reliability engineering. Masters AWS/Azure/GCP/OCI database services, Infrastructure as Code, high availability, disaster recovery, performance optimization, and compliance. Handles multi-cloud strategies, container databases, and…

wshobson/agents · 72 tokens