dotnet-io-pipelines

Community

High-perf network I/O with Pipelines.

AuthorAGIBuild
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the complexities of high-performance network I/O in .NET by leveraging System.IO.Pipelines, offering efficient buffer management, backpressure, and streamlined protocol parsing compared to traditional stream-based approaches.

Core Features & Use Cases

  • Efficient Data Handling: Utilizes PipeReader and PipeWriter for zero-copy data transfer and automatic buffer pooling.
  • Backpressure Management: Automatically pauses producers when consumers can't keep up, preventing memory exhaustion.
  • Protocol Parsing: Simplifies parsing of binary or delimited protocols from fragmented data streams.
  • Use Case: Build a high-throughput network service that parses custom binary protocols, ensuring stable performance even under heavy load by managing data flow effectively.

Quick Start

Use the dotnet-io-pipelines skill to demonstrate reading data from a PipeReader and writing to a PipeWriter.

Dependency Matrix

Required Modules

None required

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: dotnet-io-pipelines
Download link: https://github.com/AGIBuild/Agibuild.Fulora/archive/main.zip#dotnet-io-pipelines

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.