logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/skills
or

Install via npx

npx @hexmos/ipm i dotnet/skills

Prerequisites

dotnet-sdk

sdk

Manual 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-skills

Install using VS Code / VS Code Insiders

settings.json

{"chat.plugins.enabled": true, "chat.plugins.marketplaces": ["dotnet/skills"]}

/plugins

Install 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 Window

Install 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