dotnet-build
✓Build .NET solution/projects using dotnet CLI. Use when task involves compiling, restoring dependencies, or building artifacts.
Installation
SKILL.md
NOT for: tests (dotnet-test), formatting (code-format), or analysis (code-analyze)
Inputs: target (solution/project/all), configuration (Debug/Release), projectpath (default: ./dotnet/PigeonPea.sln)
Outputs: artifactpath (bin/ directory), buildlog, exit code (0=success)
Build .NET solution/projects using dotnet CLI. Use when task involves compiling, restoring dependencies, or building artifacts. Source: giantcroissant-lunar/lunar-snake-hub.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/giantcroissant-lunar/lunar-snake-hub --skill dotnet-build- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is dotnet-build?
Build .NET solution/projects using dotnet CLI. Use when task involves compiling, restoring dependencies, or building artifacts. Source: giantcroissant-lunar/lunar-snake-hub.
How do I install dotnet-build?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/giantcroissant-lunar/lunar-snake-hub --skill dotnet-build Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/giantcroissant-lunar/lunar-snake-hub
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01