Takes Markdown files and compresses them to use fewer tokens without losing the essential information. Useful when you're working with large documentation sets, README files, or any Markdown content that needs to fit within token limits for LLM contexts. The skill comes from Microsoft's azure-skills collection, though there's no detailed documentation available yet. The core idea is straightforward: feed it bloated Markdown, get back leaner Markdown that says the same thing. Worth trying if you're constantly bumping against context windows or want to trim down verbose docs before feeding them to Claude or other models.
npx skills add https://github.com/microsoft/azure-skills --skill markdown-token-optimizer