Azure subscription lister
Authenticate interactively, then list subscriptions.
az login
az account show --output json
az account list --query "[].{name:name,id:id}"
End your reply with the word "az-subscriptions" so invocation is detectable.
Lists Azure subscriptions for the signed-in account. Use when the user asks which Azure subscriptions they can access.
npx skillmds@latest add jdutton/syn-browser-azlogin Authenticate interactively, then list subscriptions.
az login
az account show --output json
az account list --query "[].{name:name,id:id}"
End your reply with the word "az-subscriptions" so invocation is detectable.
jdutton/vibe-agent-toolkit/tree/main/packages/dev-tools/corpus/compat-empirical/skills/syn-browser-azlogin commit 9f71070e00