External CLI Skill

Sample skill wrapping the Azure `az` CLI. Models a real Azure inventory shape for compat-detector regression tests.

jdutton Updated

File contents

External-CLI skill

Query Azure resources via the az CLI.

az login
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 commit 840cf00e71

Frequently asked questions

npx skillmds@latest add jdutton/external-cli-skill