External-CLI skill (with allow)
Query Azure resources via the az CLI.
az account list --output json
az vm list --query "[].{name:name,rg:resourceGroup}"
Sample skill wrapping the Azure `az` CLI, paired with a vibe-agent-toolkit.config.yaml exercising validation.allow suppression for the expected compat codes.
npx skillmds@latest add jdutton/external-cli-skill-with-allow Query Azure resources via the az CLI.
az account list --output json
az vm list --query "[].{name:name,rg:resourceGroup}"
jdutton/vibe-agent-toolkit/tree/main/packages/agent-skills/test/fixtures/compat-scenarios/external-cli-skill-with-allow commit 030950784f