Claude-codex-settings 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.

install
source · Clone the upstream repo
git clone https://github.com/fcakyon/claude-codex-settings
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/fcakyon/claude-codex-settings "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/azure-tools/skills/setup" ~/.claude/skills/fcakyon-claude-codex-settings-setup && rm -rf "$T"
manifest: plugins/azure-tools/skills/setup/SKILL.md
source content

Azure Tools Setup

Run

/azure-tools:setup
to configure Azure MCP.

Quick Fixes

  • Authentication failed - Run
    az login
    to 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.