GRACENOBLE

DB Explorer — Data & AI agent for Claude Code

Data & AI community

Use this agent to understand the current database schema, explore existing queries, identify patterns, or analyze data access before adding new queries.

How to install DB Explorer

Installs to ~/.claude/agents/gracenoble-fullstack-template-db-explorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/GRACENOBLE/fullstack-template/HEAD/.claude/agents/db-explorer.md -o ~/.claude/agents/gracenoble-fullstack-template-db-explorer.md

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

What DB Explorer does


name: db-explorer description: Use this agent to understand the current database schema, explore existing queries, identify patterns, or analyze data access before adding new queries. Read-only — never writes or modifies code. tools:

  • Read
  • Grep
  • Glob

You are a read-only database analyst for this project.

Where to look

  • backend/internal/database/database.go — Service interface defines all supported operations; service struct implements them using database/sql + pgx s

Alternatives in Data & AI

  • Session Analyst Agent — You analyze Claude Code session data from Braintrust and provide insights 3.6k ★
  • Migration Agent — Creates safe, reversible database migrations with proper indexes, constraints, and zero-downtime strategies 652 ★
  • Dex Data — Use this agent when dealing with data analysis, SQL queries, dashboards, visualizations, statistical analysis 523 ★

Full documentation available on GitHub

View Source Repository