azure-agentic-infraops-accelerator
Orchestrated Azure infrastructure planning, code generation, and deployment
All Skills in This Repository (13)
Pure Emerald Level Indicatorsgolden-principles
Define the 10 core operating principles for AI agents in the Azure Agentic InfraOps Accelerator repository.
workflow-engine
Define machine-readable DAGs for orchestrating multi-agent workflows.
session-resume
Manages JSON-based state tracking and resume protocol for interrupted workflows.
context-optimizer
Audit agent context window usage by parsing debug logs and profiling token consumption.
copilot-customization
Reference VS Code Copilot customization mechanisms and file schemas.
microsoft-code-reference
Verify Microsoft SDK code against official documentation and find working samples.
microsoft-docs
Retrieve official Microsoft documentation for Azure services and .NET.
terraform-patterns
Generate Azure Terraform HCL for hub-spoke networks with private endpoints.
context-shredding
Compresses runtime context into full, summarized, or minimal tiers for AI agents.
azure-troubleshooting
Diagnose Azure resource health issues using KQL queries and diagnostic commands.
azure-bicep-patterns
Generate Azure Bicep patterns for hub-spoke networking and private endpoints.
iac-common
Validate Azure CLI authentication and implement phased Bicep and Terraform deployments.
Frequently Asked Questions
FAQPage SchemaHow to install azure-agentic-infraops-accelerator?โผ
Run `npx skills add jonathan-vella/azure-agentic-infraops-accelerator --all -g -y` in your terminal to install all skills in this suite globally.
How to generate Azure infrastructure with Bicep or Terraform?โผ
The suite walks your agent through requirements, architecture, governance discovery, and code generation, producing validated Bicep or Terraform templates with security baselines applied automatically.
Does it check Azure Policy compliance before deployment?โผ
Yes. A dedicated governance discovery step reads your subscription's effective Azure Policy assignments and maps every Deny rule to compliant infrastructure code before anything is deployed.
Which AI coding tools does it work with?โผ
All skills follow the open SKILL.md standard and run in GitHub Copilot, Claude Code, Cursor, and any compatible agent environment.
Can it estimate Azure costs before deploying?โผ
Yes. A cost-estimate step pulls live pricing from Azure APIs and produces a detailed monthly cost breakdown for review before any resources are created.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core