Get a PDF into the model without blowing the context window or losing structure. Native PDF beats OCR-then-text for most cases; extract-then-summarize beats native for very long docs.
$npx -y skills add archive228/loopkit --skill pdf-ingestionInstalls into the current project.
Run `npx skills use "https://github.com/archive228/loopkit" --skill "archive228/loopkit/pdf-ingestion"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/archive228/loopkit" that are relevant to the current task. Run `npx skills add "https://github.com/archive228/loopkit"` and select the relevant skills, then follow their instructions.