A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Sample skills and prompt patterns demonstrating how to use the Azure DevOps MCP Server with GitHub Copilot and agent-bas
This repository contains examples of reusable "skills" for working with Azure DevOps from AI coding assistants (for example, GitHub Copilot in VS Code). Each skill is a focused bundle of instructions and, optionally, references or scripts that teach the model how to perform a specific Azure DevOps task in a consistent, repeatable way.
Skills in this repo are designed to:
skills/ – Individual skills, one folder per skill
.github/skills/<skill-name>/SKILL.md – Primary instructions and metadata for each skilltemplate/ – A starter template for creating new skills.github/ – GitHub configuration and skill metadata.vscode/ – VS Code workspace and MCP configurationThis project is very new and limited in the number of skills defined. We expect to build out more skills over time.
This repo currently includes skills focused on Azure DevOps work item and iteration management:
boards-my-work – Lists the user's active work across Azure DevOps boardsboards-work-item-summary – Summarizes a single work item (plus links and comments)pipelines-build-summary – Lists, inspects, and troubleshoots pipeline builds; shows recent builds, drills into status/results, displays logs for failed steps, and lists associated changessecurity-alert-review – Lists and reviews Advanced Security alerts (dependency vulnerabilities, secret exposure, code scanning findings) with filtering by severity, state, and alert typework-iterations – Lists, creates, and assigns iterations for projects and teamsEach skill has its own SKILL.md under .github/skills/<skill-name>/ describing:
These skills are intended to be used with GitHub Copilot in VS Code and an Azure DevOps Model Context Protocol (MCP) server.
At a high level:
SKILL.md.To add a new Azure DevOps-focused skill:
template/SKILL.md into a new file under .github/skills/<your-skill-name>/SKILL.md.name: a short, unique identifier for the skill (lowercase, hyphen-separated).description: a clear explanation of what the skill does and when it should be used.Use the existing skills in .github/skills/ as concrete references for structure, tone, and level of detail.
Contributions are welcome. When adding or updating a skill:
Before submitting changes:
See LICENSE.md for licensing terms.
If your organization plans to extend or adapt these skills, consider maintaining a separate, internal fork with any org-specific conventions (project naming, team structures, field customizations) captured as additional skills.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba