← Back to tools
View AGENTS.md for yek
yek
Fast Rust tool to serialize text-based files for LLM consumption
Description
yek is a fast Rust-based tool to serialize text-based files in a repository or directory for LLM consumption. It prepares codebases and text files into a format optimized for feeding into large language models.
When to use this tool
✓ Good fit when
- You need to feed a codebase to an LLM
- You want to prepare files for AI processing
✕ Avoid when
- You need general text processing
AI Summary
Fast Rust tool for serializing repository files for LLM context windows
Capabilities
- + Serialize repository files for LLM input
- + Fast processing of large codebases
- + Optimize text for LLM consumption
- + Support for various file types
Use When
- → You need to feed a codebase to an LLM
- → You want to prepare files for AI processing
Avoid When
- x You need general text processing