Reusable AI skills, plugins, and agents for use in .NET product repos such as dotnet/runtime.
This repository contains shared building blocks for coding agents:
- Skills: reusable, task-focused instruction packs
- Agents: role-based configurations that bundle tool expectations and skill selection
For information about the Agent Skills standard, see agentskills.io.
| Plugin | Description |
|---|---|
dotnet-dnceng |
CI/CD analysis, build pipeline workflows for .NET engineering infrastructure. |
| (more coming soon) | Contribute one! See CONTRIBUTING.md. |
- Launch Copilot CLI or Claude Code
- Add the marketplace:
/plugin marketplace add dotnet/arcade-skills - Install a plugin:
/plugin install <plugin>@dotnet-arcade-skills - Restart to load the new plugins
- View available skills:
/skills
Once configured, type /plugins in Copilot Chat to browse and install plugins from the marketplace.
See CONTRIBUTING.md for contribution guidelines and how to add a new plugin.
See LICENSE for details.