DB Explorer — Data & AI agent for Claude Code
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
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;servicestruct implements them usingdatabase/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 RepositoryRelated Agents
Review Package Analyzer
Analyze codebase and current work to identify files for a review package. Use when creating packages for exter
Slippi Analyst
Use this agent when the user needs to parse, analyze, understand, or debug .slp replay files from Super Smash
Pattern Mapper
Use before implementing a feature that adds or modifies more than 2-3 files. Reads a plan or file list, classi
MCP Integrator
Decides what tool or data access a task needs and how to wire it via MCP, preferring an existing server over a
Marketing Data Analyzer
Use this agent when you need to analyze marketing campaign performance, identify underperforming or anomalous
Trace Analysis
Analyze distributed traces in Berserk — build cause-and-effect narratives from trace data, identify critical p
Related Skills
Profile
Profile Coq proof compilation time, identify bottlenecks, and suggest optimizations. This command is read-only
DB Opt
Identifies and optimizes slow database queries and schema bottlenecks.
Optimize Database.Prompt
Analyze and optimize database schema, queries, and performance