write-compressor

Official

Design encoders that perfectly invert decoders.

Authorletta-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides building encoders whose outputs are the exact inverse of a given decoder's operations, applicable to arithmetic coding and other entropy-encoding schemes.

Core Features & Use Cases

  • Derivation of encoder state machines from decoder behavior
  • Phase-wise implementation and verification
  • Side-by-side state checks to ensure perfect reversibility

Quick Start

Derive the encoder operations for a provided decoder state machine and implement the first minimal case that round-trips perfectly.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: write-compressor
Download link: https://github.com/letta-ai/skills/archive/main.zip#write-compressor

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository