From Napkin
Updates Azure Verified Modules (AVM) to latest versions in Bicep files. Scans Bicep files, checks MCR for latest versions, and applies non-breaking updates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/napkin:update-avm-modules-in-bicepThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Update Bicep file `${file}` to use latest Azure Verified Module (AVM) versions. Limit progress updates to non-breaking changes. Don't output information other than the final output table and summary.
Update Bicep file ${file} to use latest Azure Verified Module (AVM) versions. Limit progress updates to non-breaking changes. Don't output information other than the final output table and summary.
${file}avm/res/{service}/{resource} using #search tool#fetch tool to get latest version of each AVM module from MCR: https://mcr.microsoft.com/v2/bicep/avm/res/{service}/{resource}/tags/list#fetch tool to get docs from: https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/{service}/{resource}#editFiles toolbicep lint and bicep build using #runCommands tool to ensure compliance.Always use tools #search, #searchResults,#fetch, #editFiles, #runCommands, #todos if available. Avoid writing code to perform tasks.
⚠️ PAUSE for approval if updates involve:
Only display results in table with icons:
| Module | Current | Latest | Status | Action | Docs |
|--------|---------|--------|--------|--------|------|
| avm/res/compute/vm | 0.1.0 | 0.2.0 | 🔄 | Updated | [📖](link) |
| avm/res/storage/account | 0.3.0 | 0.3.0 | ✅ | Current | [📖](link) |
### Summary of Updates
Describe updates made, any manual reviews needed or issues encountered.
npx claudepluginhub ani1797/forge --plugin copilot-sdk3plugins reuse this skill
First indexed Jun 6, 2026
Updates Azure Verified Modules (AVM) to latest versions in Bicep files. Scans Bicep files, checks MCR for latest versions, and applies non-breaking updates.
Outlines requirements for certifying Azure Terraform modules with AVM, including providers, code style, variables, outputs, testing, documentation, and compliance.
Provides expert guidance for Azure Resource Manager development: authoring Bicep/ARM templates, troubleshooting deployment errors, architecture patterns, security, and multi-scope deployments.