소개
This skill leverages .NET 10's script-like execution capabilities to run C# code instantly without the overhead of creating project files. It enables developers to execute single-file scripts, run one-liner code directly via stdin, and manage dependencies through inline directives like #:package and #:sdk. Perfect for quick data transformations, prototyping, and AI-assisted workflows, it transforms C# into a powerful tool for rapid automation and experimentation by removing the friction of boilerplate setup.