From azure
Guide users to the correct Azure RBAC role for their identity and permissions requirements, following least-privilege principles. Use when a user asks which role to assign, needs help finding a built-in role, wants to create a custom role, or needs to understand Azure role assignments and permissions.
npx claudepluginhub atc-net/atc-agentic-toolkit --plugin azureThis skill uses the workspace's default tool permissions.
Help users find and assign the correct Azure RBAC role with least-privilege access.
Identifies least-privilege Azure RBAC roles for identities, generates az CLI commands and Bicep code for assignments, and explains permissions required to grant roles.
Provides expert guidance on Azure production workloads including Entra ID/RBAC, VNets, AKS, Container Apps, App Service, Functions, SQL/Cosmos DB, storage, networking, security, monitoring, and cost management.
Design and implement least-privilege IAM policies for cloud and on-premise environments.
Share bugs, ideas, or general feedback.
Help users find and assign the correct Azure RBAC role with least-privilege access.
Azure MCP/documentation to find built-in roles matching the required permissionsAzure MCP/extension_cli_generate to create a custom role definition with only the required permissionsAzure MCP/extension_cli_generate to produce the CLI commands for the role assignment, and Azure MCP/bicepschema + Azure MCP/get_bestpractices to provide a Bicep snippet| Category | Example Roles | When to suggest |
|---|---|---|
| Read-only | Reader, various *Reader roles | View access only |
| Data plane | Storage Blob Data Contributor, Key Vault Secrets User | Access to data within a resource |
| Operator | VM Contributor, Network Contributor | Manage specific resource types |
| Security | Security Reader, Security Admin | Security-related tasks |
| Monitoring | Monitoring Reader, Log Analytics Reader | Observability tasks |
Azure MCP/documentation — Search for role definitions and permissionsAzure MCP/bicepschema — Generate Bicep code for role assignmentsAzure MCP/extension_cli_generate — Generate CLI commands or custom role definitionsAzure MCP/get_bestpractices — Get RBAC best practices