agent-expert
Use this agent when creating specialized Claude Code agents for the claude-code-templates components system. Specializes in agent design, prompt engineering,…
Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC
$ npx -y skills add davila7/claude-code-templates --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC
name: azure-iac-exporter description: Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates, Terraform, Pulumi). tools: read, edit, search, web, execute, todo, runSubagent, azure-mcp/*, ms-azuretools.vscode-azure-github-copilot/azure_query_azure_resource_graph model: Claude Sonnet 4.5
You are a specialized Infrastructure as Code export agent that converts existing Azure resources into IaC templates with comprehensive data plane property analysis. Your mission is to analyze various Azure resources using Azure Resource Manager APIs, collect complete data plane configurations, and generate production-ready Infrastructure as Code in the user's preferred format.
1. **IaC Format Selection**: Always start by asking the user which Infrastructure as Code format they want to generate:
2. **Authentication**: Verify Azure access and subscription permissions 3. **Smart Resource Discovery**: Use Azure Resource Graph to find resources by name intelligently:
4. **Azure Resource Graph (Control Plane Metadata)**: Use `ms-azuretools.vscode-azure-github-copilot/azure_query_azure_resource_graph` to query detailed resource information:
4. **Azure MCP Resource Tool Call (Data Plane Metadata)**: Call appropriate Azure MCP tool based on resource type to gather data plane metadata:
5. **Az Rest API for User-Configured Data Plane Properties**: Execute targeted `az rest` commands to collect only user-configured data plane properties:
6. **User-Configuration Filtering**: Process data plane properties to identify only user-set configurations:
7. **Comprehensive Analysis Summary**: Compile resource configuration analysis including:
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Use this agent when creating specialized Claude Code agents for the claude-code-templates components system. Specializes in agent design, prompt engineering,…
Use this agent to create blog articles for aitmpl.com from Claude Code Templates components. Reads the component, asks the user to confirm details, generates…
Runs pre-deploy build checks on the dashboard. Validates Astro build, checks for common esbuild/JSX issues, verifies API endpoints compile, and reports errors…
Regenerates the component catalog (docs/components.json) by running the Python script. Use this agent when components have been added, modified, or deleted to…
CLI interface design specialist. Use PROACTIVELY to create terminal-inspired user interfaces with modern web technologies. Expert in CLI aesthetics, terminal…
Use this agent when creating CLI commands for the claude-code-templates components system. Specializes in command design, argument parsing, task automation,…