ilang-compress
Installation
SKILL.md
I-Lang Compress
An AI-native prompt compression protocol created by a Chinese developer.
Compress natural language prompts into dense structured instructions that any AI understands natively. 40-65% token savings, zero training needed.
Why I-Lang
Token is money. Every prompt you send to GPT/Claude/Gemini, you pay by token. I-Lang compresses your instructions into a fraction of the original size — AI reads it just as well, you pay less.
How to compress
When the user asks to compress a prompt, convert it to I-Lang syntax following these rules.
Syntax
Single operation: [VERB:@ENTITY|mod1=val1,mod2=val2]
Pipe chain: [VERB1:@SRC]=>[VERB2]=>[VERB3:@DST]
Each step receives previous output as @PREV.