Use this skill when the user wants to serialize data in Token-Oriented Object Notation
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-9c00ca80)More formats (shields.io, HTML) on the badges page.
---
name: toon
description: Use this skill when the user wants to serialize data in Token-Oriented Object Notation
---
# Toon Plugin
serialize data in Token-Oriented Object Notation
## Commands
- `toon self version` — Print toon version
- `toon _ _` — Passthrough to toon CLI
## Usage Examples
- "Convert JSON to TOON format"
- "Parse TOON data"
- "Compare TOON files"
## Installation
```bash
npm install -g toon
```
## Examples
```bash
toon encode data.json > data.toon
toon decode data.toon > data.json
toon validate schema.toon data.toon
```
## Key Features
- Compact token-oriented format
- Faster parsing than JSON
- Schema validation
- Bidirectional conversion
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!