Bulk Reader

Delegate bulk file reading to a cheap worker model. Use when you need to read a file over 350 lines, answer a question across 3+ files, or summarize a large diff.

SalehB1 3b50668 690 B Updated

File contents

"${CLAUDE_PLUGIN_ROOT:-$PLUGIN_ROOT}/scripts/bulk-read" --question "<question>" --paths <file1> [<file2> ...]

Each call is independent. To ask a follow-up, ask again with the same --paths — the files go to the worker, never into your context, so re-sending them costs you nothing.

Verify specific line numbers or exact values before using them in edits.

If neither variable is set in your shell, the refusal from the read gate names the absolute path to the script.

SalehB1/shunt-anywhere/tree/main/plugins/shunt/skills/bulk-reader commit 3b50668529

Frequently asked questions

npx skillmds@latest add salehb1/bulk-reader-2