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
14 changes: 13 additions & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,19 @@
{
"name": "dotnet-msbuild",
"source": "./plugins/dotnet-msbuild",
"description": "Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization."
"description": "Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization.",
"mcpServers": {
"binlog": {
"type": "stdio",
"command": "dotnet",
"args": [
"dnx",
"Microsoft.AITools.BinlogMcp",
"--yes"
],
"tools": ["*"]
}
}
},
{
"name": "dotnet-nuget",
Expand Down
23 changes: 23 additions & 0 deletions plugins/dotnet-msbuild/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "dotnet-msbuild",
"version": "0.1.0",
"description": "Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization.",
"skills": ["./skills/"],
"agents": [
"./agents/build-perf.agent.md",
"./agents/msbuild-code-review.agent.md",
"./agents/msbuild.agent.md"
],
"mcpServers": {
"binlog": {
"type": "stdio",
"command": "dotnet",
"args": [
"dnx",
"Microsoft.AITools.BinlogMcp",
"--yes"
],
"tools": ["*"]
}
}
}
Loading