·design-serialization-schema
{}

design-serialization-schema

使用 JSON 架构、协议缓冲区定义或 Apache Avro 设计序列化架构。涵盖长期数据格式的模式版本控制、向后兼容性、验证规则和演化策略。在定义新的 API 协定或数据交换格式、在不破坏使用者的情况下将字段添加到现有模式、在模式版本之间迁移、在模式系统之间进行选择或记录数据验证规则以自动执行时使用。

10安装·1热度·@pjt222

安装

$npx skills add https://github.com/pjt222/development-guides --skill design-serialization-schema

如何安装 design-serialization-schema

通过命令行快速安装 design-serialization-schema AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill design-serialization-schema
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:pjt222/development-guides。

SKILL.md

查看原文

Create well-versioned serialization schemas that evolve gracefully without breaking consumers.

| System | Format | Strengths | Best For |

| JSON Schema | JSON | Widely supported, flexible validation | REST APIs, config validation | | Protocol Buffers | Binary | Compact, fast, strong typing, built-in evolution | gRPC, microservices | | Apache Avro | Binary/JSON | Schema in data, excellent evolution support | Kafka, data pipelines |

使用 JSON 架构、协议缓冲区定义或 Apache Avro 设计序列化架构。涵盖长期数据格式的模式版本控制、向后兼容性、验证规则和演化策略。在定义新的 API 协定或数据交换格式、在不破坏使用者的情况下将字段添加到现有模式、在模式版本之间迁移、在模式系统之间进行选择或记录数据验证规则以自动执行时使用。 来源:pjt222/development-guides。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/pjt222/development-guides --skill design-serialization-schema
分类
{}数据分析
认证
收录时间
2026-03-10
更新时间
2026-03-11

Browse more skills from pjt222/development-guides

快速解答

什么是 design-serialization-schema?

使用 JSON 架构、协议缓冲区定义或 Apache Avro 设计序列化架构。涵盖长期数据格式的模式版本控制、向后兼容性、验证规则和演化策略。在定义新的 API 协定或数据交换格式、在不破坏使用者的情况下将字段添加到现有模式、在模式版本之间迁移、在模式系统之间进行选择或记录数据验证规则以自动执行时使用。 来源:pjt222/development-guides。

如何安装 design-serialization-schema?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill design-serialization-schema 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/pjt222/development-guides