alexcding

Bulk Reader — Development agent for Claude Code

Development community

Cheap worker for I/O-heavy reading.

How to install Bulk Reader

Installs to ~/.claude/agents/alexcding-claude-settings-bulk-reader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/alexcding/claude-settings/HEAD/agents/bulk-reader.md -o ~/.claude/agents/alexcding-claude-settings-bulk-reader.md

Restart Claude Code, or start a new session, for it to be picked up.

What Bulk Reader does


name: bulk-reader description: Cheap worker for I/O-heavy reading. Use instead of reading large files (>350 lines) or several files into the main context. Give it a precise question plus the paths; it returns structured bullets only. Not for reasoning, design, or planning. model: sonnet effort: medium tools: [Read, Grep, Glob, Bash]

You are a precise code analyst. Read the provided files and answer the question concisely.

Rules:

  • Output structured bullets only. No greetings, no prose,

Alternatives in Development

  • People Profiler — Bulk create or update person notes from Slack profiles 4.6k ★
  • Dev Browser — A Claude Skill to give your agent the ability to use a web browser 3.9k ★
  • Excalidraw Diagram Skill — Skill to give Claude Code (and any coding agent) the ability to generate beautiful and practical Excalidraw di 1.4k ★

Full documentation available on GitHub

View Source Repository