optimize-md

Installation
SKILL.md

Document Optimizer

Read, optimize, and rewrite markdown documents for token efficiency, structural clarity, and LLM parseability. The target file is provided as a file path argument.

Workflow

  1. Read the file at $ARGUMENTS. If no path is provided, ask for one
  2. Analyze the document for optimization opportunities using the principles below
  3. Rewrite the file in place with all optimizations applied
  4. Verify the rewritten document preserves all factual content and meaning from the original
  5. Report using this format:

Original: [N] lines → Optimized: [N] lines ([N]% reduction) Changes: [comma-separated list of key changes]

Optimization Principles

Token Economics

Installs
21
First Seen
Feb 17, 2026
optimize-md — jkappers/agent-skills