ceponatia

Example Reader — Development agent for Claude Code

Development community

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

Terminal
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 Repository