How to install dotnet/skills. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
dotnet/skills Installation Guide
How to install dotnet/skills. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for dotnet/skills. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i dotnet/skillsor
Install via npx
npx @hexmos/ipm i dotnet/skillsPrerequisites
dotnet-sdk
sdkManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install using Copilot CLI / Claude Code
/plugin marketplace add dotnet/skills
/plugin install <plugin>@dotnet-agent-skills
Restart
/skills
/agents
/plugin update <plugin>@dotnet-agent-skillsInstall using VS Code / VS Code Insiders
settings.json
{"chat.plugins.enabled": true, "chat.plugins.marketplaces": ["dotnet/skills"]}
/pluginsInstall using Cursor
Open the marketplace panel in Cursor
Search for '.NET' or browse cursor.com/marketplace
cp -r <local_checkout_path> ~/.cursor/plugins/local/dotnet-agent-skills
Developer: Reload WindowInstall using Codex CLI
skill-installer install https://github.com/dotnet/skills/tree/main/plugins/<plugin>/skills/<skill-name>Build from Source (General)
git clone https://github.com/dotnet/skills.git
cd skills