home/categories/framework-internals/letta-ai-skills-letta-benchmarks-trajectory-only-write-compressor-skill-md
framework-internalsdevelopment

write-compressor

This skill provides guidance for implementing custom compression encoders that must be compatible with existing decoders (especially arithmetic coding). It should be used when the task requires writing a compressor/encoder that produces output compatible with a given decompressor/decoder, or when implementing arithmetic coding or similar bit-level compression schemes.

letta-ai
maintainer
letta-ai
Updated 1/19/2026
Stars
31
Forks
5
quick start

Installation and usage

This skill provides guidance for implementing custom compression encoders that must be compatible with existing decoders (especially arithmetic coding). It should be used when the task requires writing a compressor/encoder that produces output compatible with a given decompressor/decoder, or when implementing arithmetic coding or similar bit-level compression schemes.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use write-compressor