[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-75144":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},75144,"skills","dotnet\u002Fskills","dotnet","Repository for skills to assist AI coding agents with .NET and C#","",null,"C#",3331,245,25,46,0,48,129,629,144,29.17,"MIT License",false,"main",true,[27],"agent-skills","2026-06-12 02:03:33","# .NET Agent Skills\n\n[![Dashboard](https:\u002F\u002Fgithub.com\u002Fdotnet\u002Fskills\u002Factions\u002Fworkflows\u002Fpages\u002Fpages-build-deployment\u002Fbadge.svg)](https:\u002F\u002Fdotnet.github.io\u002Fskills\u002F)\n\nThis repository contains the .NET team's curated set of core skills and custom agents for coding agents. For information about the Agent Skills standard, see [agentskills.io](https:\u002F\u002Fagentskills.io).\n\n[**📊 Dashboard**](https:\u002F\u002Fdotnet.github.io\u002Fskills\u002F) - Accuracy and efficiency scoring trends for contained plugins (https:\u002F\u002Fdotnet.github.io\u002Fskills\u002F)\n\n## What's Included\n\n| Plugin | Description |\n|--------|-------------|\n| [dotnet](plugins\u002Fdotnet\u002F) | Collection of core .NET skills for handling common .NET coding tasks. |\n| [dotnet-data](plugins\u002Fdotnet-data\u002F) | Skills for .NET data access and Entity Framework related tasks. |\n| [dotnet-diag](plugins\u002Fdotnet-diag\u002F) | Skills for .NET performance investigations, debugging, and incident analysis. |\n| [dotnet-msbuild](plugins\u002Fdotnet-msbuild\u002F) | Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization. |\n| [dotnet-nuget](plugins\u002Fdotnet-nuget\u002F) | NuGet and .NET package management: dependency management and modernization. |\n| [dotnet-upgrade](plugins\u002Fdotnet-upgrade\u002F) | Skills for migrating and upgrading .NET projects across framework versions, language features, and compatibility targets. |\n| [dotnet-maui](plugins\u002Fdotnet-maui\u002F) | Skills for .NET MAUI development: environment setup, diagnostics, and troubleshooting. |\n| [dotnet-ai](plugins\u002Fdotnet-ai\u002F) | AI and ML skills for .NET: technology selection, LLM integration, agentic workflows, RAG pipelines, MCP, and classic ML with ML.NET. |\n| [dotnet-template-engine](plugins\u002Fdotnet-template-engine\u002F) | .NET Template Engine skills: template discovery, project scaffolding, and template authoring. |\n| [dotnet-test](plugins\u002Fdotnet-test\u002F) | Skills for running, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, and MSTest workflows. |\n| [dotnet-aspnet](plugins\u002Fdotnet-aspnet\u002F) | ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns. |\n| [dotnet11](plugins\u002Fdotnet11\u002F) | Skills for new .NET 11 APIs and language features. |\n\n## Installation\n\n### 🚀 Plugins - Copilot CLI \u002F Claude Code\n\n1. Launch Copilot CLI or Claude Code\n2. Add the marketplace:\n   ```\n   \u002Fplugin marketplace add dotnet\u002Fskills\n   ```\n3. Install a plugin:\n   ```\n   \u002Fplugin install \u003Cplugin>@dotnet-agent-skills\n   ```\n4. Restart to load the new plugins\n5. View available skills:\n   ```\n   \u002Fskills\n   ```\n6. View available agents:\n   ```\n   \u002Fagents\n   ```\n7. Update plugin (on demand):\n   ```\n   \u002Fplugin update \u003Cplugin>@dotnet-agent-skills\n   ```\n\n### VS Code \u002F VS Code Insiders (Preview)\n\n> [!IMPORTANT]  \n> VS Code plugin support is a preview feature and subject to change. You may need to enable it first.\n\n```jsonc\n\u002F\u002F settings.json\n{\n  \"chat.plugins.enabled\": true,\n  \"chat.plugins.marketplaces\": [\"dotnet\u002Fskills\"]\n}\n```\n\nOnce configured, type `\u002Fplugins` in Copilot Chat or use the `@agentPlugins` filter in Extensions to browse and install plugins from the marketplace.\n\n### Cursor\n\nThis repository is a [Cursor plugin marketplace](https:\u002F\u002Fcursor.com\u002Fdocs\u002Fplugins). You can discover and install published plugins directly in Cursor:\n\n1. Open the marketplace panel in Cursor\n2. Search for `.NET` or browse [cursor.com\u002Fmarketplace](https:\u002F\u002Fcursor.com\u002Fmarketplace)\n3. Install the desired plugins\n\nFor local development or unpublished changes, import plugins from a local checkout:\n\n1. Copy or symlink your local checkout to `~\u002F.cursor\u002Fplugins\u002Flocal\u002Fdotnet-agent-skills`\n2. Restart Cursor or run **Developer: Reload Window**\n\n### Codex CLI\n\nSkills in this repository follow the [agentskills.io](https:\u002F\u002Fagentskills.io) open standard\nand are compatible with [OpenAI Codex](https:\u002F\u002Fdevelopers.openai.com\u002Fcodex\u002Fskills).\n\nInstall individual skills using the `skill-installer` CLI with the GitHub URL:\n\n```bash\n$ skill-installer install https:\u002F\u002Fgithub.com\u002Fdotnet\u002Fskills\u002Ftree\u002Fmain\u002Fplugins\u002F\u003Cplugin>\u002Fskills\u002F\u003Cskill-name>\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines and how to add a new plugin.\n\n## License\n\nSee [LICENSE](LICENSE) for details.\n","dotnet\u002Fskills 项目旨在为 AI 编码助手提供 .NET 和 C# 的技能支持。该项目包括了一系列核心功能，如.NET编码任务处理、数据访问与Entity Framework相关操作、性能调试及事件分析、MSBuild构建优化、NuGet包管理、项目迁移升级等，并涵盖了从基础的模板引擎使用到高级的人工智能集成等多个方面。这些技能以插件形式存在，用户可以通过Copilot CLI或Claude Code等工具轻松安装和更新。此项目特别适用于需要提高.NET开发效率、解决复杂问题或希望利用AI辅助编程的开发者。",2,"2026-06-11 03:52:30","high_star"]