External CLI Skill With Allow

Sample skill wrapping the Azure `az` CLI, paired with a vibe-agent-toolkit.config.yaml exercising validation.allow suppression for the expected compat codes.

jdutton Updated

File contents

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

Frequently asked questions

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