Arm Templates
Arm Templates provides pre-built character arms for quick customization in tabletop RPGs, saving time and ensuring consistent visual styles.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add arm-templates npx -- -y @trustedskills/arm-templates
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"arm-templates": {
"command": "npx",
"args": [
"-y",
"@trustedskills/arm-templates"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The arm-templates skill allows AI agents to generate and manage Azure Resource Manager (ARM) templates. These templates define the infrastructure resources you need, enabling automated deployments and consistent configurations across environments. The skill can create new templates from scratch or modify existing ones based on user instructions.
When to use it
- Automated Infrastructure Deployment: Quickly deploy a complete set of Azure resources (virtual machines, networks, storage accounts) using a template.
- Environment Consistency: Ensure all development, testing, and production environments are configured identically by deploying the same ARM template.
- Infrastructure as Code (IaC): Manage your Azure infrastructure through code, allowing for version control, collaboration, and repeatable deployments.
- Disaster Recovery Planning: Create templates that can rapidly recreate your environment in case of an outage or disaster.
Key capabilities
- ARM template generation
- ARM template modification
- Infrastructure deployment via ARM templates
Example prompts
- "Create an ARM template for a virtual machine named 'myvm' with 2 vCPUs and 4 GB of memory."
- "Modify the existing ARM template to add a network security group rule allowing inbound traffic on port 80."
- “Generate an ARM template for deploying a basic Azure Kubernetes Service (AKS) cluster.”
Tips & gotchas
The skill requires familiarity with Azure Resource Manager concepts and potentially some understanding of JSON syntax. Complex deployments might require iterative refinement of the generated templates.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.