From b00t
Serializes FOCUS cost/usage records into TOON format, a token-efficient serialization for LLM consumption. Reduces token overhead vs JSON while preserving semantic structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/b00t:t00nThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
t00n implements the TOON (Token-Oriented Object Notation) spec v3.0 for serializing FOCUS cost/usage records into a token-efficient format optimized for LLM consumption.
t00n implements the TOON (Token-Oriented Object Notation) spec v3.0 for serializing FOCUS cost/usage records into a token-efficient format optimized for LLM consumption.
Use t00n when serializing FOCUS records for LLM agents, validation pipelines, or contract verification. The format reduces token overhead vs JSON while preserving semantic structure.
t00n encodes FOCUS records using compact field identifiers aligned with the focus.schema.tomllmd definition. It is entangled with ledgrrr.cli for CLI access and ledgerr-mcp.mcp for MCP-based tool invocation.
The skill defines a stub SkillStorage trait for future virtual filesystem backends (FUSE, io_uring, memfs) that would mount t00n-serialized records as an in-memory file tree accessible via POSIX I/O — no MCP channel needed.
npx claudepluginhub elasticdotventures/_b00t_ --plugin skill-document-understandingProvides syntax rules, quoting conventions, examples, and validation for writing, parsing, and generating TOON files including org-patterns.toon and JSON conversions.
Reduces token waste through anti-sycophancy rules, tool-call budgets per task type, one-pass coding discipline, and read-before-write enforcement.
Tracks tokens, analyzes caching behavior, identifies bottlenecks in tool usage, and estimates costs to optimize Claude Code session performance and efficiency.