heavy-file-ingestion-codex

Convert heavyweight PDFs, Office documents, and spreadsheets into markdown or CSV artifacts.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/robwestz/ob1_workspace --skill heavy-file-ingestion-codex-robwestz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heavy-file-ingestion-codex
Source: https://github.com/robwestz/ob1_workspace/tree/main/skills/heavy-file-ingestion/variants/codex
Command: npx skills add https://github.com/robwestz/ob1_workspace --skill heavy-file-ingestion-codex-robwestz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents wasteful direct reading of large, structured documents by converting them into smaller, easier-to-analyze artifacts first.

Core Features & Use Cases

  • Deterministic Conversion: Transforms heavyweight PDFs, Office documents, spreadsheets, and similar files into markdown or CSV.
  • Index-First Workflow: Generates a lightweight index so you can inspect the structure before spending tokens on the extracted content.
  • Practical Scenarios: Use it for summarizing reports, extracting tables, reviewing slide decks, or mapping the contents of a large file before deeper analysis.

Quick Start

Use this skill to convert the attached heavy file into a lightweight artifact, review the generated index first, and then summarize or extract insights from the compressed output.

Frequently Asked Questions about heavy-file-ingestion-codex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract data from large PDF files without wasting tokens?

To extract data from large PDF files efficiently, convert the heavyweight documents into compact markdown or CSV artifacts first. This prevents wasteful direct reading by applying deterministic conversion, allowing you to perform lightweight follow-up reasoning on the extracted text instead of the raw source.

What is an index-first workflow for document conversion?

An index-first workflow for document conversion generates a lightweight index of the file structure before extracting content. This allows you to inspect the structure of heavy files, such as large PDFs or spreadsheets, ensuring you only spend tokens on the relevant extracted data.

How do I convert bulky Office documents and spreadsheets into markdown?

You can convert bulky Office documents and spreadsheets into markdown by applying deterministic conversion. This process transforms structured files like DOCX and presentations into compact markdown artifacts, making them easier to analyze and summarize without reading the raw source.

Can I summarize large presentations without reading the entire file?

Yes, you can summarize large presentations by converting them into compact markdown artifacts. By reviewing the generated index first, you can map the contents of the slide deck and extract insights from the compressed output rather than reading the heavy file directly.

What is the best way to extract tables from heavy files?

The best way to extract tables from heavy files is to use deterministic conversion to transform them into CSV artifacts. This approach applies an index-first review flow to map the file contents, allowing for lightweight follow-up reasoning on the extracted data rather than the raw source.

When should I avoid direct reading of large structured documents?

You should avoid direct reading of large structured documents when reading, summarizing, or extracting data would be too costly. Instead, convert heavy PDFs, spreadsheets, and presentations into compact markdown or CSV artifacts for efficient analysis.