azure-fullstack-development

A set of Azure-focused defaults for applications with a frontend, backend services, user identity, and operational monitoring. It covers hosting, content delivery, environment separation, secrets, and alerts.

In plain words
What is it for?
Use it when planning or delivering a fullstack application on Azure, including frontend deployment, service hosting, CDN use, managed identity, secret governance, monitoring, and alerting.
Why use it?
It helps define how application parts are deployed and kept separate across environments on Azure. Managed identity and monitoring reduce manual security work and make operational problems easier to detect.

Skill for Claude CodeCodex

Part of the fullstack-development-agent-skills plugin — 36 skills, 10 commands, 6 agents shipped together

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.

agentmods
npx agentmods add skills/vaquarkhan/fullstack-development-agent-skills/azure-fullstack-development
Any agent
npx skills add vaquarkhan/Fullstack-development-agent-skills --skill azure-fullstack-development
Clone the repo
git clone --depth 1 https://github.com/vaquarkhan/Fullstack-development-agent-skills

Made for: Claude Code, Codex.

Or install fullstack-development-agent-skills, the plugin that ships this one along with the rest of its 36 skills, 10 commands, 6 agents.

Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 117 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00038 $0.00117
Opus 5 $0.00019 $0.00059
Sonnet 5 $0.00008 $0.00023
Haiku 4.5 $0.00004 $0.00012

Measured 2d ago against content hash eb1c3e70af4d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

azure-fullstack-development 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 2d 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.

presets/azure-fullstack-development/SKILL.md · 20 lines

What it actually says

Azure Fullstack Development Preset

Defaults

  • Frontend deployment and CDN strategy defined
  • Service hosting and environment isolation defined
  • Managed identity and secret governance enabled
  • Monitoring and alerting standards established
  • cloud-fullstack-development
  • backend-microservices-architecture
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. 2d ago First seen · 20 lines · 38 tokens per session scan A eb1c3e70af4d

Subscribe to this mod's changes

azure-fullstack-development is a skill published in the GitHub repository vaquarkhan/Fullstack-development-agent-skills (2 stars, last pushed 18d ago), licensed MIT. It adds 38 tokens to every session and 117 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-31.

Related

Other skills, from other repositories

agent-availability-report

Generate a production availability report for NVIDIA Elements packages and documentation.

NVIDIA/elements · 17 tokens

geoserver-cloud

Use when deploying GeoServer on Kubernetes as cloud-native microservices with auto-scaling, service discovery, and centralized configuration. GeoServer Cloud: break monolithic GeoServer into independently scalable WMS/WFS/WCS services.

znlgis/opengis-skills · 49 tokens

Cursor rules for full-stack SaaS applications on Cloudflare Workers with Hono AP

Cursor rules for full-stack SaaS applications on Cloudflare Workers with Hono APIs, Angular frontends, typed RPC, D1/Neon, and production observability.

AmariahAK/atlarix-skills · 16 tokens

docs-deployment

How apps/docs is hosted and shipped — SSG on AWS S3 + CloudFront, OpenTofu/Terraform infrastructure, and the nx-affected CI deploy workflow. Read before any question or change about docs hosting, the SSG hosting model, CloudFront, S3, CDN caching, the qalma.dev domain, the ACM/TLS cert, the OIDC deploy role, or the…

cdskill/qalma · 107 tokens

deploying

Guides deployment of Race Condition to a GCP project. Use when deploying to the cloud, setting up infrastructure with Terraform, or troubleshooting a deployment. This is for cloud deployment -- for local development, use the getting-started skill instead.

GoogleCloudPlatform/race-condition · 51 tokens

deploying-on-aws

Selecting and implementing AWS services and architectural patterns. Use when designing AWS cloud architectures, choosing compute/storage/database services, implementing serverless or container patterns, or applying AWS Well-Architected Framework principles.

ancoleman/ai-design-components · 45 tokens