Serialize Data Formats
Skill Verified ActiveSerialize and deserialize data across common formats including JSON, XML, YAML, Protocol Buffers, MessagePack, and Apache Arrow/Parquet. Covers format selection criteria, encoding/decoding patterns, performance trade-offs, and interoperability considerations. Use when choosing a wire format for API communication, persisting structured data to disk, exchanging data between systems written in different languages, optimizing transfer size or parsing speed, or migrating from one serialization format to another.
To guide users in choosing and correctly implementing the most appropriate data serialization format for their specific use case, ensuring efficiency and interoperability.
Features
- Format selection criteria and decision trees
- Implementation examples in Python, R, and Bash
- Performance trade-off analysis
- Handling of common data types and edge cases
- Guidance on schema evolution and binary data handling
Use Cases
- Choosing a wire format for API communication
- Persisting structured data to disk or object storage
- Exchanging data between systems in different languages
- Optimizing data transfer size or parsing speed
- Migrating between serialization formats
Non-Goals
- Designing complex data schemas from scratch
- Handling real-time streaming data beyond basic examples
- Providing specific tooling for legacy XML parsing issues
- Deep dives into niche serialization formats
Installation
/plugin install agent-almanac@pjt222-agent-almanacQuality Score
VerifiedTrust Signals
Similar Extensions
Chdb Sql
98In-process ClickHouse SQL engine for Python — run ClickHouse SQL queries directly on local files, remote databases, and cloud storage without a server. Use when the user wants to write SQL queries against Parquet/CSV/ JSON files, use ClickHouse table functions (mysql(), s3(), postgresql(), iceberg(), deltaLake() etc.), build stateful analytical pipelines with Session, use parametrized queries, window functions, or other advanced ClickHouse SQL features. Also use when the user explicitly mentions chdb.query(), ClickHouse SQL syntax, or wants cross-source SQL joins. Do NOT use for pandas-style DataFrame operations — use chdb-datastore instead.
Agent Docs Api Openapi
97Agent skill for docs-api-openapi - invoke with $agent-docs-api-openapi
Website Extraction Api
100Extract typed JSON from public website pages using a schema.
Extract Real Estate Listing
100Extract property address, price, room count, and features from a listing document into structured JSON for MLS and property platforms.
Extract Medical Record
100Extract patient details, diagnoses, and medications from a medical record into structured JSON for healthcare workflows.
Performance Analysis
100Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms