tomlyn
OfficialHigh-performance TOML serialization and deserialization for .NET.
Authormeow-sci
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill streamlines the serialization and deserialization of TOML files in C#, offering a fast and efficient way to convert between TOML and .NET data structures.
Core Features & Use Cases
- Object Serialization: Converts TOML documents to .NET objects and vice versa.
- Low-level Parsing: Provides access to the syntax tree and token stream for advanced use cases.
- Use Case: Suppose you have a configuration file in TOML format and you want to load it into a .NET application. This Skill can quickly parse the file and populate the necessary data structures.
Quick Start
To serialize an object, use the Tomlyn library as follows:
var serializer = new TomlSerializer();
var config = new ServerConfig { Host = "localhost", Port = 8080 };
var toml = serializer.Serialize(config);
Dependency Matrix
Required Modules
System.Text.Json
Components
scriptsreferences
💻 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: tomlyn Download link: https://github.com/meow-sci/gatOS/archive/main.zip#tomlyn 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 620,000+ vetted skills library on demand.