Setup
Skill fcakyon/claude-codex-settings/plugins/azure-tools/skills/setup
This skill should be used when user encounters "Azure MCP error", "Azure authentication failed", "az login required", "Azure CLI not found", or needs help configuring Azure MCP integration.From its SKILL.md
npx -y skills add fcakyon/claude-codex-settings --skill setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 1 command, including `az login`.
SKILL.md
0.6 KB, 99 tokens by cl100k_base, as published. Nobody here has run it
Azure Tools Setup
Run /azure-tools:setup to configure Azure MCP.
Quick Fixes
- Authentication failed - Run
az loginto authenticate - Azure CLI not found - Install Azure CLI first
- Permission denied - Check Azure RBAC roles for your account
- Node.js not found - Install Node.js 20 LTS or later
Don't Need Azure MCP?
Disable via /mcp command to prevent errors.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.