Long Context Retrieval banner
iLearn-Lab iLearn-Lab

Long Context Retrieval

Development community

Description

--- name: long-context-retrieval description: Read large files and broad search results progressively instead of blowing up the live context window. --- # Long Context Retrieval Use this skill when the task needs large-file reading, deep codebase explanation, or long search sessions. - start with `workspace_status` or `list_registry` only once, then narrow down - prefer `grep` before `read_file` when you do not yet know the exact window - for large files, read the first segment, then request

Installation

Installs to ~/.claude/skills/ilearn-lab-evoharness-long-context-retrieval/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ilearn-lab-evoharness-long-context-retrieval && curl -fsSL https://raw.githubusercontent.com/iLearn-Lab/EvoHarness/HEAD/.claude/skills/long-context-retrieval.md -o ~/.claude/skills/ilearn-lab-evoharness-long-context-retrieval/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository