scripting-guide
CommunityWrite C# scripts without files.
AuthorMakotoUwaya
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables developers to write and execute C# code for data processing and file generation directly via the command line, without the need to create separate .cs files.
Core Features & Use Cases
- File-less Scripting: Execute C# code snippets by piping them directly to
dotnet run -. - Standard Library Access: Utilizes built-in .NET namespaces for common tasks like JSON processing.
- External Library Integration: Supports adding external packages like CsvHelper and ClosedXML via
#directives. - Use Case: Quickly process a JSON string from an API response or transform CSV data using C# logic on the fly.
Quick Start
Execute the C# code 'Console.WriteLine("Hello, World!");' using the scripting-guide skill.
Dependency Matrix
Required Modules
CsvHelperClosedXML
Components
references
💻 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: scripting-guide Download link: https://github.com/MakotoUwaya/dotfiles/archive/main.zip#scripting-guide 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 223,000+ vetted skills library on demand.