Serialize Data Formats
Skill Verifiziert AktivSerialize 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.
Funktionen
- 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
Anwendungsfälle
- 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
Nicht-Ziele
- 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-almanacQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Chdb Sql
98In-process ClickHouse SQL engine für Python — führen Sie ClickHouse SQL-Abfragen direkt auf lokalen Dateien, entfernten Datenbanken und Cloud-Speicher ohne Server aus. Verwenden Sie dies, wenn der Benutzer SQL-Abfragen gegen Parquet/CSV/JSON-Dateien schreiben möchte, ClickHouse-Tabellenfunktionen (mysql(), s3(), postgresql(), iceberg(), deltaLake() usw.) verwenden, zustandsbehaftete analytische Pipelines mit Session erstellen, parametrisierte Abfragen, Fensterfunktionen oder andere erweiterte ClickHouse SQL-Funktionen nutzen möchte. Verwenden Sie es auch, wenn der Benutzer explizit chdb.query(), ClickHouse SQL-Syntax erwähnt oder plattformübergreifende SQL-Joins wünscht. NICHT verwenden für pandas-ähnliche DataFrame-Operationen — stattdessen chdb-datastore verwenden.
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