dotnet
v0.1.0Scaffold new .NET libraries, apps and services with official templates and optional Clean Architecture, DDD, MVVM and microservice structures
By leoLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install dotnet for Codex and Claude Code
codex plugin marketplace add liuww06/skills
codex plugin marketplace upgrade leo-skills
codex plugin add dotnet@leo-skillsPaste and run these commands in a terminal with Codex. They add and refresh the leo-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “dotnet-2” remain stable.
- Codex:
dotnet-2@agent-plugin-marketplace→dotnet@leo-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/liuww06/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dotnet/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/dotnet-scaffold/SKILL.md
Included Skills1
Scaffold new .NET codebases for libraries, desktop apps, web apps and services, using official templates or optional layered, Clean Architecture, DDD, MVVM and microservice structures. 用于从零搭建 .NET 类库、WPF 等应用及服务的基础结构;支持原始模板、简单布局及按需复杂架构。不用于修改已有代码库、迁移架构或单纯解释 C# 概念。
Plugin manifests2
{
"name": "dotnet",
"version": "0.1.0",
"description": "Scaffold new .NET libraries, apps and services with official templates and optional Clean Architecture, DDD, MVVM and microservice structures",
"author": {
"name": "leo"
},
"license": "MIT",
"keywords": [
"dotnet",
"csharp",
"scaffold",
"wpf",
"ddd",
"microservices"
],
"skills": "./skills/",
"interface": {
"displayName": ".NET 项目脚手架",
"shortDescription": "创建简单或按需分层的 .NET 代码库",
"longDescription": "从官方模板新建类库、桌面应用、Web 与服务;默认最小可运行,按需组合 Clean Architecture、DDD、MVVM 和微服务。",
"developerName": "leo",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": "使用 dotnet-scaffold 帮我搭建一个 .NET 类库项目的基础结构。"
}
}{
"name": "dotnet",
"version": "0.1.0",
"description": "Scaffold new .NET libraries, apps and services with official templates and optional Clean Architecture, DDD, MVVM and microservice structures",
"author": {
"name": "leo"
},
"license": "MIT",
"keywords": [
"dotnet",
"csharp",
"scaffold",
"wpf",
"ddd",
"microservices"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dotnet on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dotnet-2)