From memory-optimization
Converts supported files or URLs to Markdown using Microsoft MarkItDown for cheaper and easier inspection. Useful for binary or structured inputs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-optimization:markitdown-file-intakeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert supported files or URLs into Markdown before inspection. This reduces token cost and makes binary or structured inputs easier to analyze.
Convert supported files or URLs into Markdown before inspection. This reduces token cost and makes binary or structured inputs easier to analyze.
Do not use when:
Required tool:
Check:
Get-Command markitdown -ErrorAction SilentlyContinue
python -m markitdown --help
Install:
python -m pip install markitdown
Rules:
references/.markitdown <path-or-url> -o output.md
powershell -ExecutionPolicy Bypass -File "references\convert_with_markitdown.ps1" -Source "<path-or-url>"
ffmpegIf MarkItDown is missing:
npx claudepluginhub yeaight7/agent-powerups --plugin memory-optimizationCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.