Dotnet Local Tools

🌐Community
by aaronontheweb · vlatest · Repository

This skill executes .NET code locally for debugging and testing, streamlining development workflows by eliminating external dependencies.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add dotnet-local-tools npx -- -y @trustedskills/dotnet-local-tools
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "dotnet-local-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/dotnet-local-tools"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The dotnet-local-tools skill enables AI agents to discover and install .NET tools directly within their local environment, streamlining dependency management without external package managers. It allows agents to execute specific CLI commands for tasks like scaffolding projects or running linters immediately after installation.

When to use it

  • Setting up a new .NET solution from scratch by installing the necessary SDKs and templates locally.
  • Running code analysis tools like dotnet format or dotnet analyze on existing repositories without modifying global configurations.
  • Installing specific NuGet packages or extensions required for a particular project's build pipeline.
  • Automating environment preparation steps in CI/CD workflows where local tooling must be consistent across agents.

Key capabilities

  • Discover available .NET tools and SDKs compatible with the current runtime.
  • Install, update, and uninstall .NET CLI tools locally.
  • Execute post-installation verification commands to ensure tool readiness.
  • Manage versions of installed tools to match project requirements.

Example prompts

  • "Install the latest .NET 8 SDK and verify it is working on this machine."
  • "Run dotnet format on the current solution directory after ensuring the formatter tool is installed."
  • "Scaffold a new Web API project using the dotnet CLI and confirm the template was applied correctly."

Tips & gotchas

Ensure the AI agent has write permissions to the local file system where tools will be installed, as this skill modifies the environment directly. Always verify the target .NET version matches your project's global.json or project.json requirements before installing tools.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
aaronontheweb
Installs
69

🌐 Community

Passed automated security scans.