azure-artifacts

Generate Azure deployment artifact templates with H2 structure compliance.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Avihai-H/infraops --skill azure-artifacts-avihai-h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-artifacts
Source: https://github.com/Avihai-H/infraops/tree/main/.github/skills/azure-artifacts
Command: npx skills add https://github.com/Avihai-H/infraops --skill azure-artifacts-avihai-h

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, python, bicep, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the generation of artifact templates, ensuring compliance with H2 structure and documentation standards for Azure deployments.

Core Features & Use Cases

  • Artifact Generation: Automatically generate artifact templates based on predefined H2 structure and compliance rules.
  • H2 Compliance: Enforce mandatory H2 headings and order in artifacts for consistency and readability.
  • Documentation Styling: Apply standardized styling to artifacts for a professional appearance.
  • Use Case: Imagine you are preparing for an Azure deployment. Use this Skill to automatically generate the necessary artifact templates, ensuring they follow the required structure and standards.

Quick Start

Use the azure-artifacts skill to generate the artifact template for Step 1 requirements.

Frequently Asked Questions about azure-artifacts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate artifact generation for Azure deployments?

You can automate artifact generation by using predefined H2 structure templates from the references directory, which outputs compliant files directly to your project folder.

What is H2 structure compliance for Azure deployment documentation?

H2 structure compliance enforces mandatory H2 headings and specific ordering in deployment artifacts to ensure structural consistency and professional documentation standards across Azure projects.

Do I need bicep and yaml templates before generating Azure deployment artifacts?

Yes, you need existing bicep, yaml, and python configurations, because the artifact generation process requires predefined templates from the references directory to function correctly.

Can I use python scripts to apply documentation styling for Azure artifacts?

Yes, python scripts drive the artifact generation, applying standardized documentation styling and enforcing mandatory H2 structure rules to ensure a professional appearance for Azure deployments.

Where does the generated Azure deployment artifact output get saved?

Generated Azure deployment artifacts are saved to the agent-output/{project}/ directory, providing a structured output location for your compliant bicep and yaml deployment templates.