Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ This repository contains the .NET team's curated set of core skills and custom a

Once configured, type `/plugins` in Copilot Chat or use the `@agentPlugins` filter in Extensions to browse and install plugins from the marketplace.

### Codex CLI

Skills in this repository follow the [agentskills.io](https://agentskills.io) open standard
and are compatible with [OpenAI Codex](https://developers.openai.com/codex/skills).

Install individual skills using the `skill-installer` CLI with the GitHub URL:

```bash
$ skill-installer install https://github.com/dotnet/skills/tree/main/plugins/<plugin>/skills/<skill-name>
```

### ⚡ Agentic Workflows

Some plugins include [GitHub Agentic Workflow](https://github.com/github/gh-aw) templates for CI/CD automation:
Expand Down
3 changes: 3 additions & 0 deletions eng/reference-scanner/known-domains.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ github.com/microsoftdocs/visualstudio-docs
github.com/modelcontextprotocol/csharp-sdk
github.com/NuGet/docs.microsoft.com-nuget

# Codex
developers.openai.com

# Community
ollama.com
stackoverflow.com
Expand Down