Large File Analysis

Use when analyzing large text-based files (CSV, TXT, logs, JSON lines, TSV) that exceed or approach the AI context window — chunked reading strategies, position tracking (line numbers, byte offsets), temp file accumulation for intermediate findings, multi-pass analysis patterns, CSV header preservation across chunks, progressive summarization, grep-first-then-read targeting, and final aggregation before output. Essential for token-limited AI agents (Copilot, Claude Code, Cursor, Windsurf) working with files over 2000 lines.

joogy06 cb6b2d5 22.7 KB Updated

File contents

joogy06/agent-foundry/tree/main/skills/large-file-analysis commit cb6b2d5f78

Frequently asked questions

npx skillmds@latest add joogy06/large-file-analysis