Integrates Azure DevOps with Claude Code via the official Microsoft Azure DevOps MCP server for work items, repositories, pipelines, and wikis
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin joshuaramirez-ms-ado-claude-code-pluginIntegrates Azure DevOps with Claude Code via the official Microsoft Azure DevOps MCP server.
# macOS/Linux
export ADO_ORGANIZATION="your_organization"
# Windows PowerShell
$env:ADO_ORGANIZATION = "your_organization"
For persistence, add to your shell profile or system environment variables.
Option A: Azure CLI (recommended)
az login
az devops configure --defaults organization=https://dev.azure.com/your_org
Option B: Personal Access Token
Create a PAT at https://dev.azure.com/_usersettings/tokens with scopes for:
Start Claude Code and run /mcp to confirm azure-devops is connected.
Interact with Azure DevOps naturally:
| Command | Description |
|---|---|
/setup | Guided Azure DevOps configuration |
| Agent | Description |
|---|---|
ado-helper | Azure DevOps workflow assistant |
MCP server won't connect:
node --versionnpx -y @azure-devops/mcp YOUR_ORGaz account showPermission errors: Create a PAT with appropriate scopes at https://dev.azure.com/_usersettings/tokens
MIT
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification