dotnet-file-based-apps
CommunityBuild .NET apps from single C# files.
Authorlbussell
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill simplifies the development of small .NET applications, scripts, and utilities by allowing them to be built and run from a single C# file, eliminating the need for traditional project files (.csproj).
Core Features & Use Cases
- Single-File Development: Write, compile, and run .NET code from one
.csfile. - Directives: Use
#:directives to manage NuGet packages, project references, and build properties. - Native AOT: Compiles to optimized, self-contained executables by default.
- Use Case: Quickly create a command-line tool to automate a repetitive task, like renaming files in a directory, without the overhead of setting up a full Visual Studio project.
Quick Start
Create a file named hello.cs with the content using System; Console.WriteLine("Hello, World!"); and run it using the command dotnet run hello.cs.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dotnet-file-based-apps Download link: https://github.com/lbussell/agent-skills/archive/main.zip#dotnet-file-based-apps Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.