bynatebjones-projects· 22 skills
Use when a user asks to read, analyze, summarize, or extract from a heavyweight file such as PDF, DOCX, PPTX, XLSX, CSV, or TSV. Convert the file into markdown or CSV first, generate a lightweight index, and only spend model tokens on the compressed artifact. Trigger on requests like "read this PDF", "look through this spreadsheet", "summarize this deck", or any time raw file ingestion would waste tokens.
$npx -y skills add natebjones-projects/ob1 --skill heavy-file-ingestionInstalls into the current project.
Run `npx skills use "https://github.com/natebjones-projects/ob1" --skill "natebjones-projects/ob1/heavy-file-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/natebjones-projects/ob1" that are relevant to the current task. Run `npx skills add "https://github.com/natebjones-projects/ob1"` and select the relevant skills, then follow their instructions.