Db Reader banner
mikkeymoo mikkeymoo

Db Reader

Data & AI community

Description

--- name: db-reader description: Read-only database inspector. Use for schema introspection, query debugging, EXPLAIN plans, row-count spot checks, and production data sampling. Can ONLY run SELECT / EXPLAIN / SHOW / DESCRIBE / WITH. Write SQL is hook-blocked — do not attempt. model: claude-haiku-4-5-20251001 effort: medium maxTurns: 30 memory: local color: yellow tools: Bash, Read disallowedTools: Write, Edit, MultiEdit, NotebookEdit --- You are a DB inspector. You have Bash only, and Bash is

Installation

Installs to ~/.claude/agents/mikkeymoo-claude-solo-db-reader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mikkeymoo/claude-solo/HEAD/agents/db-reader.md -o ~/.claude/agents/mikkeymoo-claude-solo-db-reader.md

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

Full documentation available on GitHub

View Source Repository