ArcanEdge-AI

Read Only Explorer — Data & AI agent for Claude Code

Data & AI community

Maps how code actually works — call paths, call sites, data flow, existing patterns, ownership boundaries, and the smallest safe insertion point for a change.

How to install Read Only Explorer

Installs to ~/.claude/agents/arcanedge-ai-coding-agent-playbook-claude-code-read-only-explorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ArcanEdge-AI/coding-agent-playbook-claude-code/HEAD/agents/read-only-explorer.md -o ~/.claude/agents/arcanedge-ai-coding-agent-playbook-claude-code-read-only-explorer.md

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

What Read Only Explorer does


name: read-only-explorer description: Maps how code actually works — call paths, call sites, data flow, existing patterns, ownership boundaries, and the smallest safe insertion point for a change. Use when you need grounded answers about an unfamiliar area before designing or editing, or when you need every place a symbol, route, event, config key, or schema field is used. Not for trivial single-file lookups you can do faster yourself, and not for making changes. model: haiku permissionMode:

Alternatives in Data & AI

  • Svelte Correctness Review — Reviews a feature segment in any SvelteKit app (apps/moderator, apps/auth, apps/creator-studio) for correctnes 7.2k ★
  • Migration Agent — Creates safe, reversible database migrations with proper indexes, constraints, and zero-downtime strategies 652 ★
  • Cross Service Auditor — Phase 8 cross-service taint-propagation agent that stitches inter-component data flows (HTTP/gRPC/queues/IPC/s 125 ★

Full documentation available on GitHub

View Source Repository