# Serialization Binary Format

> Implement binary serialization for efficient save files

- Skill: `lgrappag/serialization-binary-format` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lgrappag/serialization-binary-format`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lgrappag/serialization-binary-format/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: LgrappaG (https://skillmd.com/u/lgrappag)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lgrappag/serialization-binary-format

---


# Serialization Binary Format

Implement binary serialization for efficient save files

## Risk Level
**MEDIUM**

## Core Rules
- Implement properly
- Test thoroughly
- Validate results

## Response Pattern

1. Design appropriate approach
2. Implement solution
3. Test edge cases
4. Validate quality

## Usage Contexts
- Performance optimization
- Development workflows

## What NOT to Do
- Format brittleness
- Incomplete testing
- Deploy without validation

