Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 33 additions & 2 deletions plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,39 @@

This directory contains agent plugins for Azure SDK development.

## azure-sdk-tools
## Installation

### Via GitHub Copilot CLI

1. Add this repository as a plugin marketplace:

```bash
copilot plugin marketplace add Azure/azure-sdk-tools
```

2. Install the desired plugin:

```bash
copilot plugin install azure-sdk-tools@azure-sdk-plugins
```

3. Verify installation:

```bash
copilot plugin list
```

### Via VS Code

1. Open the Command Palette (`Ctrl+Shift+P` / `Cmd+Shift+P` on Mac).
2. Run `Chat: Install Plugin from Source`.
3. Enter the marketplace repository: `Azure/azure-sdk-tools`.
4. Select the `azure-sdk-tools` plugin from the list.

## Available Plugins

### azure-sdk-tools

A plugin for Azure SDK development workflows including SDK generation, build, test, release planning, and pipeline management. It bundles MCP server configurations and reusable skills for AI-assisted development agents.

See [azure-sdk-tools/skills/README.md](azure-sdk-tools/skills/README.md) for details on available skills.
See [azure-sdk-tools/skills/README.md](azure-sdk-tools/skills/README.md) for the full list of skills and development details.