AI AGENT ADDONS

GrepAI splits code files into smaller pieces called chunks. Each chunk gets its own embedding for search. Choosing the right chunk size and overlap helps balance precision and context.

Large chunks give more context but less precise results. Small chunks are more precise but can lose context. The goal is to find a good balance.

You can adjust chunk size and overlap in your config file. Different languages and codebases may need different settings. This skill shows you how to optimize chunking for your project.

Add Grepai Chunking skill to your workflow

Global

mkdir -p ~/.claude/skills/grepai-chunking

Project

mkdir -p .claude/skills/grepai-chunking

Source Repository

Stars
17
Forks
2
Watchers
17
License
MIT
Last Push
5 months ago
Created
5 months ago