chunked-file-reading

Community

Read large files in focused, windowed chunks.

Author89jobrien
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Large files such as logs, JSON Lines, and CSVs can exceed context limits or slow down analysis, forcing you to read and search through huge data without precise targeting.

Core Features & Use Cases

  • Windowed reads: read only a small window around a match using offset and limit to minimize data transfer and processing.
  • Grep-based localization: quickly locate relevant sections in multi-thousand-line files before reading.
  • JSONL/line-based navigation: navigate across lines to locate and inspect specific entries without loading the entire file.
  • Use Case: debugging a failing service with a massive log to locate the error line and read surrounding lines for context.

Quick Start

Grep for a keyword to locate the section, then read a focused window around the match.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: chunked-file-reading
Download link: https://github.com/89jobrien/dotfiles/archive/main.zip#chunked-file-reading

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.