# Bulk Reader

> Delegate bulk file reading to AiKA. Use when you need to read files >350 lines, answer questions across 3+ files, or summarize large diffs.

- Skill: `spotify/bulk-reader` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spotify/bulk-reader`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spotify/bulk-reader/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: spotify (https://skillmd.com/u/spotify)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spotify/bulk-reader

---


```bash
${CLAUDE_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 AiKA, never into your context, so re-sending them costs you nothing.

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

