← Back to tools
View AGENTS.md for llm-fuse
llm-fuse
Aggregate repository files into LLM-ready context bundles
Description
A tool designed to quickly generate an aggregated text file, or multiple files when chunking is enabled, from numerous files within a repository. The output can be pasted into an LLM prompt to provide context from multiple source files.
AI Summary
Aggregates multiple repository files into a single LLM-ready text file for providing code context in prompts.
Capabilities
- + Aggregate multiple source files into one text file
- + Chunking support for large repositories
- + Generate LLM-ready context from codebases
Use When
- → You need to provide codebase context to an LLM
- → You want to bundle source files for AI-assisted coding
Avoid When
- x You need structured code analysis rather than raw text