From datoon
Smart TOON conversion workflow for structured data in Claude Code. Converts JSON-like payloads to TOON only when structure is suitable and token savings are meaningful.
How this skill is triggered — by the user, by Claude, or both
Slash command
/datoon:datoonThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before sending structured payloads to the model:
Before sending structured payloads to the model:
/datoondatoon modeconvert to TOONoptimize tokens for this JSONuse TOON for this datasetConvert when all conditions pass:
Skip conversion when any condition fails:
echo '<json>' | datoon --report-stdoutdatoon input.json -o output.toon --report report.jsondecision == "convert", pass TOON to model;decision == "skip", pass normalized JSON.--force only for controlled experiments.Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub andrii-su/datoon --plugin datoon