AI AGENT ADDONS

A new data format called TOON helps AI prompts use fewer tokens. Tokens are the parts of text that language models process. Fewer tokens means lower costs and faster responses. TOON is a compact way to write JSON data.

This format combines two simple styles. It uses indentation like YAML for nested objects. It uses a table-like layout for lists of similar items. The result is about 40 percent fewer tokens than regular JSON. Your AI model gets the same information in a smaller package.

Anyone who sends data to a language model can benefit. Developers can convert their JSON files to TOON easily. The tool works from the command line or as a code library. It makes your prompts leaner without losing accuracy.

Add Toon Format skill to your workflow

Global

mkdir -p ~/.claude/skills/toon-format

Project

mkdir -p .claude/skills/toon-format

Source Repository

Stars
49
Forks
11
Watchers
49
Last Push
2 months ago
Created
2 months ago