domain-expert
265demodev-lab/claude-code-plugin-demokit
Agent
A coding agent for the domain layer of Java applications using Spring Boot and JPA, the Java standard for mapping objects to database records.
1,069 tagged Databases, measured the same way as everything else here.
Browse within: agentic 21claude-ai 21code-quality 20gemini-cli 18agentic-workflow 17agent-orchestration 16ai-assisted-development 14ai-skills 14antigravity 14claude-code-skills 14Autonomous Agents 13agentic-coding 13ai-coding-assistant 13copilot 12
demodev-lab/claude-code-plugin-demokit
Agent
A coding agent for the domain layer of Java applications using Spring Boot and JPA, the Java standard for mapping objects to database records.
danielrosehill/Claude-Dev-Tools-Plugin
Agent
QA subagent for database reviewer. Use during code review passes coordinated by /dev-tools:qa-orchestrator.
cyperx84/claude-code-plugin-examples
Agent
SQL query optimization specialist.
GoogilyBoogily/googilyboogily-claude-power-tools
Agent
PROACTIVELY activate for MongoDB-specific issues including document modeling, aggregation pipeline optimization, sharding strategies, replica set configuration, connection pool management, indexing strategies, and NoSQL performance patterns. Triggers on mongodb://, mongodb+srv://, mongoose, mongosh, mongod.conf…
GoogilyBoogily/googilyboogily-claude-power-tools
Agent
Use PROACTIVELY when the task involves PostgreSQL query optimization, JSONB operations, advanced indexing, partitioning, replication, connection pooling, or autovacuum tuning.
rishabbahal9/next-ssd-stack-plugin
Agent
Supabase RLS security specialist that generates Row Level Security policies from Drizzle schema files. Use this agent when you need to create or update RLS policies with proper access patterns, JWT claim checks, and migration-ready SQL.
rishabbahal9/next-ssd-stack-plugin
Agent
Drizzle ORM specialist that generates full database schemas from plain English descriptions. Use this agent when you need to create or extend Drizzle schemas with proper TypeScript types, relations, indexes, enums, and Zod validation.
Lua2147/claude-toolkit-catalog
Agent
FastAPI and Node.js service development for APIs, database interactions, Supabase integration, and service layer patterns across deal-origination and investor-outreach apps. Use when: building or modifying Python ETL pipelines, FastAPI routes, Node.js scripts, Supabase migrations, external API integrations (Unipile…
Lua2147/claude-toolkit-catalog
Agent
Database architecture and design specialist. Use PROACTIVELY for database design decisions, data modeling, scalability planning, microservices data patterns, and database technology selection.
Doctacon/mcp-worktree-workflows
Agent Claude Code
Use proactively for data pipeline development, ETL/ELT processes, data warehouse design, data quality implementation, and any data engineering tasks involving orchestration tools, cloud platforms, or data infrastructure.
Agent
Use this agent when you need to query, explore, or retrieve schema information or data directly from an ODBC data source. This agent handles table discovery, schema inspection, and ad-hoc query execution against the ODBC connection. It should be dispatched whenever the main agent needs to look up table structures…
Agent Claude Code
Manages the ETL pipeline: inspects DB schema, diagnoses load errors, reviews etl/ scripts, and helps fix data pipeline issues. Use for anything related to etl/ directory, PostgreSQL schema, or data loading.
Agent
Implements data work — schema, migrations, queries, pipelines — and models data structures. Pick for database and data-pipeline work.
Agent
Specialized agent for database performance analysis — identifies slow queries, missing indexes, N+1 problems, and provides optimization recommendations.
evgenii-studitskikh/Claude-Code-SaaS-Studio
Agent Claude Code
Supabase schema, RLS policies, multi-tenancy & auth wiring. Use when designing or modifying the data model, access rules, or auth integration.
Agent
Backend specialist. Reliable APIs, DB schemas, server logic. Zod validation, full error handling, no hardcoded secrets.
Agent
Use when designing database schemas, creating migrations, optimizing queries, reviewing SQL performance, or planning data models. Specialist in PostgreSQL, SQLAlchemy, Alembic, and Flyway.
Stellar-Technology-Services/ai-workshop-demo
Agent
Use this agent to review EF Core migrations for correctness and safety before they are applied. It reads the migrations folder, the DbContext, and the entities, then checks default-value alignment, a reversible Down(), existing-row handling, and SQLite rebuild surprises. READ-ONLY — it does not write or modify any…
andrei-isvoran96/claude-skill-lab
Agent
Takes a mysqldump of the dev database to a timestamped file before risky schema operations (migrate:fresh, destructive migrations, cleanup scripts). Returns the absolute path to the snapshot. Can be invoked directly by the caller, or as a safety prerequisite by other agents. Skips writing if the database is empty or…
andrei-isvoran96/claude-skill-lab
Agent
Creates database migrations (and optionally the matching model + factory + seeder) following the project's conventions — date-based filename, project-standard class style, paired up()/down(), FK with cascade rules, named indexes on FKs and frequent WHERE columns. Use this whenever the caller asks to add, alter, or…
pluginagentmarketplace/custom-plugin-sql
Agent
Master SQL fundamentals including DDL, DML, joins, subqueries, transactions, indexing, and query optimization. Essential foundation for all database work. Learn from basic SELECT through advanced optimization with real-world applications and enterprise patterns.
pluginagentmarketplace/custom-plugin-sql
Agent
Master MongoDB and document-oriented database design with comprehensive coverage of data modeling, CRUD operations, aggregation pipelines, indexing, replication, sharding, and NoSQL design patterns for scalable, flexible applications. 100+ examples for production systems.
Agent
Database code review specialist with embedded style and safety rules. Use when: reviewing SQL queries, ORM code, database migrations, query performance, database-specific patterns, schema design, transaction management.
Agent Claude Code
Adversarial reviewer for the SQL policy gate. Tries to sneak reads or writes past src/policy/gate.ts using real PostgreSQL grammar, then adds any successful bypass to tests/policy.attacks.test.ts as a failing case.