·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