[工具详情]
files-to-prompt
Concatenate selected files into prompt-ready text for LLM workflows.
agent-contextagenttext 语言: all
[适用场景]推荐
- ✓ Build a controlled prompt from an explicit list of files
- ✓ Share a small, auditable subset of repository context with another agent or model
[不适用场景]避免
- ✕ A whole-repository packer with token accounting and ignore handling is needed
- ✕ File selection has not been reviewed for sensitive content
[安全约束]必须遵守
- ⚠ Use explicit file lists or reviewed globs; do not blindly include entire home directories or repositories.
- ⚠ Check prompt output for secrets before sharing externally.
[详细信息]原始元数据
- 命令
- files-to-prompt
- 影响
- read_files, secret_exposure
[类似工具]03