Serialize Data Formats
技能 已验证 活跃Serialize 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.
功能
- 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
使用场景
- 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
非目标
- 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
安装
/plugin install agent-almanac@pjt222-agent-almanac质量评分
已验证类似扩展
Chdb Sql
98Python 的进程内 ClickHouse SQL 引擎 — 无需服务器即可直接在本地文件、远程数据库和云存储上运行 ClickHouse SQL 查询。当用户希望针对 Parquet/CSV/JSON 文件编写 SQL 查询、使用 ClickHouse 表函数(如 mysql()、s3()、postgresql()、iceberg()、deltaLake() 等)、使用 Session 构建有状态的分析管道、使用参数化查询、窗口函数或其他高级 ClickHouse SQL 功能时使用。当用户明确提及 chdb.query()、ClickHouse SQL 语法或希望进行跨源 SQL 连接时也请使用。请勿用于 pandas 风格的 DataFrame 操作 — 请改用 chdb-datastore。
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