·dotnet-local-tools
</>

dotnet-local-tools

aaronontheweb/dotnet-skills

使用 dotnet-tools.json 管理本地 .NET 工具,以实现跨开发环境和 CI/CD 管道的一致工具。

27安装·0热度·@aaronontheweb

安装

$npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-local-tools

SKILL.md

Local tools are .NET CLI tools that are installed and versioned per-repository rather than globally. They're defined in .config/dotnet-tools.json and restored with dotnet tool restore.

| Installation | dotnet tool install -g | dotnet tool restore | | Scope | Machine-wide | Per-repository | | Version control | Manual | In .config/dotnet-tools.json | | CI/CD | Must install each tool | Single restore command | | Conflicts | Can have version conflicts | Isolated per project |

| version | Manifest schema version (always 1) | | isRoot | Marks this as the root manifest (prevents searching parent directories) | | tools | Dictionary of tool configurations | | tools. .version | Exact version to install | | tools. .commands | CLI commands the tool provides |

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-local-tools
分类
</>开发工具
认证
收录时间
2026-02-05
更新时间
2026-02-18

快速解答

什么是 dotnet-local-tools?

使用 dotnet-tools.json 管理本地 .NET 工具,以实现跨开发环境和 CI/CD 管道的一致工具。 来源:aaronontheweb/dotnet-skills。

如何安装 dotnet-local-tools?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-local-tools 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/aaronontheweb/dotnet-skills