toon
SolidToken-Oriented Object Notation (TOON) format for LLM-optimized data encoding. Converts JSON to compact, human-readable format that minimizes tokens (~40% reduction) while improving LLM comprehension accuracy.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- georgekhananaev
- Repository
- georgekhananaev/claude-skills-vault
- Created
- 5 months ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
toon
Token-Oriented Object Notation (TOON) format for LLM-optimized data encoding. Converts JSON to compact, human-readable format that minimizes tokens (~40% reduction) while improving LLM comprehension accuracy.
toon-format
TOON (Token-Oriented Object Notation) encoding for LLM-efficient data representation. 30-60% token savings vs JSON for structured data.
toon-conversion
Decider et executer la conversion entre JSON et TOON (Token-Oriented Object Notation). Declencher quand l'utilisateur mentionne TOON, demande de reduire les tokens d'un payload envoye a un LLM, optimise un prompt charge en donnees JSON, evalue le cout token d'un contexte structure, ou demande explicitement une conversion JSON<->TOON. Inclut un arbre de decision base sur la structure des donnees (gain reel mesure), une reference syntaxique TOON v3.0, et un script de conversion lossless avec mesure tiktoken.