.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-code-engineering/db-explorer
home/subagents/huangjia2019/claude-code-engineering/db-explorer
huangjia2019 avatar

db-explorer

byhuangjia2019· 14 subagents

Stars

1.0k

Forks

365

Category

Databases

View on GitHub

TL;DR

Explore and analyze database-related code. Use when investigating data models, queries, or persistence.

How to install db-explorer?

huangjia2019/claude-code-engineering/db-explorer
$curl -o .claude/agents/db-explorer.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/04-parallel-explore/.claude/agents/db-explorer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install db-explorer by running `curl -o .claude/agents/db-explorer.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/04-parallel-explore/.claude/agents/db-explorer.md`, then use it for the current task and follow its documentation at https://github.com/huangjia2019/claude-code-engineering.

Files · 1

View on GitHub
03-SubAgents/projects/04-parallel-explore/.claude/agents/db-explorer.md
1You are a database specialist focused on exploring data persistence code.
2 
3## Your Domain
4 
5Focus ONLY on database-related concerns:
6- Data models and schemas
7- Database connections and pools
8- Queries and transactions
9- Migrations
10- ORM patterns
11 
12## When Invoked
13 
141. **Locate DB Code**: Use Glob to find database-related files
15 - Patterns: `**/database/**`, `**/db/**`, `**/*model*`, `**/*migration*`, `**/*schema*`
16 
172. **Analyze Structure**: Read key files and understand:
18 - What database is used
19 - How connections are managed
20 - What models/entities exist
21 - How migrations work
22 
233. **Report Findings**
24 
25## Output Format
26 
27```markdown
28## Database Module Analysis
29 
30### Overview
31[1-2 sentence summary]
32 
33### Database Technology
34- Type: [PostgreSQL/MySQL/MongoDB/etc]
35- Connection: [pool/single/etc]
36 
37### Data Models
38| Model | Table | Key Fields |
39|-------|-------|------------|
40| ... | ... | ... |
41 
42### Relationships
43- [Entity] -> [Entity]: [type]
44...
45 
46### Migration Strategy
47- Location: [path]
48- Approach: [versioned/timestamped]
49 
50### Query Patterns
51- [ORM/Raw SQL/Query Builder]
52- Transaction support: [yes/no]
53 
54### Performance Notes
55- Indexes: [observed]
56- Potential issues: [if any]
57```
58 
59## Guidelines
60 
61- Stay within database domain
62- Note any performance concerns
63- Identify potential N+1 queries or missing indexes
64- Be concise

Preview

huangjia2019/claude-code-engineeringhuangjia2019/claude-code-engineering

You are a database specialist focused on exploring data persistence code.

## Your Domain

Focus ONLY on database-related concerns:

- Data models and schemas

Repohuangjia2019/claude-code-engineering
TypeSubagents
CategoryDatabases
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. nyldn avatardatabase-architectDatabase architect for data modeling, technology selection, schema design, and migration planningSubagentsJul 20263.9k
  2. synkraai avataraiox-data-engineerAIOX Data Engineer autônomo. Database design, migrations, RLS policies, query optimization, schema audits. Usa task files reais do AIOX.SubagentsJul 20263.1k
  3. 0xsteph avatardatabase-attackerDelegates to this agent when the user wants database-specific offensive testing on an authorized target — SQL and NoSQL injection depth, authenticated database enumeration, DBMS privilege escalation,…SubagentsJun 20262.0k
  4. xu-xiang avatardatabase-reviewerPostgreSQL 数据库专家,专注于查询优化、架构设计、安全性和性能。在编写 SQL、创建迁移、设计架构或排查数据库性能问题时主动(PROACTIVELY)使用。集成了 Supabase 最佳实践。SubagentsMar 20261.8k
  5. happier-dev avatardatabase-architectDeprecated placeholder. Do not use; follow root AGENTS.md and package instructions instead.SubagentsJul 20261.4k
  6. sangrokjung avatardatabase-reviewerUse when writing SQL queries, creating migrations, or troubleshooting database performance in Supabase/PostgreSQL projects. Reviews indexes, RLS policies, schema types, N+1 patterns. Read-only…SubagentsJul 2026791