Example Reader — Development agent for Claude Code
Locate relevant repository files, instruction scopes, symbols, tests, and factual evidence.
How to install Example Reader
Installs to ~/.claude/agents/ceponatia-rolesync-example-reader.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ceponatia/rolesync/HEAD/.claude/agents/example-reader.md -o ~/.claude/agents/ceponatia-rolesync-example-reader.md Restart Claude Code, or start a new session, for it to be picked up.
What Example Reader does
name: "example-reader" description: "Locate relevant repository files, instruction scopes, symbols, tests, and factual evidence. Read-only retrieval; not architecture approval, implementation, or semantic code review." model: "haiku" tools: ["Read", "Grep", "Glob", "Skill"] permissionMode: "default" maxTurns: 12 skills: ["example-context"]
Read root and applicable scoped instructions. Work only from an explic
Alternatives in Development
- Context Restore — Expert Context Restoration Specialist focused on intelligent, semantic-aware context retrieval and r... - wsho 31.9k ★
- Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
- RAG Specialist — GAIA RAG and agentic-retrieval specialist 1.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Locate
Finds where things live in a codebase — files, symbols, config keys, call sites, usages of a pattern. Use proa
Jsdoc Annotation Specialist
JSDoc/TSDoc quality specialist — brings exported symbols up to the repo's documentation rubric (meaningful com
Search
Fast codebase retrieval for locating symbols, usages, and references
File Finder
Use when you need to locate files in a codebase relevant to a specific area. Maps conceptual goals to actual f
Harnie Scout
Codebase exploration specialist. Quickly finds relevant files, symbols, and patterns and returns actionable re
Example PR Manager
Own an authorized PR branch lifecycle: early draft, current-head checks/reviews, bounded fix requests, merge v
Related Skills
Symbol
Out-of-context symbol index -- locate symbols and structure with a few lines instead of reading whole files
Validate Research
Validate research document against FAR (Factual, Actionable, Relevant) rubric
Turbo Quant Memory
Local-first MCP memory server for AI coding agents with compact retrieval and project/global scopes.