token-waste-elimination

Eliminate token waste from cognitive architecture memory files.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/fabioc-aloha/tldr --skill token-waste-elimination
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-waste-elimination
Source: https://github.com/fabioc-aloha/tldr/tree/main/.github/skills/token-waste-elimination
Command: npx skills add https://github.com/fabioc-aloha/tldr --skill token-waste-elimination

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory files are LLM context, not human documentation. Every line costs tokens. Optimize for my consumption, not human readability.

Core Features & Use Cases

  • Identify and trim token waste from memory files across instructions, skills, prompts, and memory references.
  • Enforce size thresholds and applyTo gates to minimize loaded context.
  • Perform automated audits and lean-up during heir or release cycles.

Quick Start

Run the automated waste audit to trim oversized instructions and skill bodies from memory.

Frequently Asked Questions about token-waste-elimination

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce token waste in LLM memory files and instructions?

To reduce token waste in LLM memory files, you audit and trim oversized instructions, skills, prompts, and synapses to minimize loaded context. This enforces size thresholds and applyTo gates, ensuring memory is optimized for model consumption rather than human readability.

What is the best way to audit memory bloat in cognitive architecture prompts?

The best way to audit memory bloat in cognitive architecture prompts is by running an automated waste profiling audit. This process identifies oversized instructions and skill bodies, applying size thresholds and applyTo gates to minimize the loaded context size across the project.

How does context size optimization work for LLM instructions and skills?

Context size optimization works by enforcing size thresholds and applyTo gates on memory files like instructions and skills. It profiles and trims token waste automatically, ensuring only necessary context is loaded during project-wide audits and heir maintenance workflows.

Can I automate token trimming during project release cycles?

Yes, you can automate token trimming during project release cycles. The automated waste audit identifies and eliminates token waste from memory files, applying size thresholds and applyTo gates to perform lean-up tasks specifically during heir or release cycles.

Why does documentation bloat increase LLM context size and cost?

Documentation bloat increases LLM context size and cost because memory files function as LLM context, not human documentation, meaning every line costs tokens. Trimming this waste optimizes the memory for model consumption and reduces overall context size.

When should I not use automated token waste elimination on my memory files?

You should not use automated token waste elimination if your memory files are intended primarily for human readability rather than LLM consumption. The process optimizes memory for model context by trimming bloat, which may reduce human-friendly formatting and explanations.