Agent Skills
› fcakyon/claude-codex-settings
› setup
setup
GitHub用于解决 Azure MCP 集成配置问题,包括处理认证失败、CLI 缺失及权限错误等场景。
Trigger Scenarios
Azure MCP error
Azure authentication failed
az login required
Azure CLI not found
Install
npx skills add fcakyon/claude-codex-settings --skill setup -g -y
SKILL.md
Frontmatter
{
"name": "setup",
"description": "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."
}
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.
Version History
- 9d0ce8b Current 2026-07-25 10:34


