Install command
Not provided
Transform Claude into a database specialist with expertise in SQL, NoSQL, database design, optimization, and modern data architectures
Open the source and read safety notes before installing.
Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.
Decision playbook
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Required checks are still incomplete. Finish source and safety verification before adopting this resource.
0
58
—
No baseline selected
No major trust-signal divergence detected in the current selection.
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Source provenance statusRequired
Marked as source-backed.
Metadata reviewed
Registry metadata indicates a reviewed listing.
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
No safety notes listed.
Privacy notes presentRequired
No privacy notes listed.
Trust level risk gateRequired
Trust level does not block evaluation.
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Package verification flag
No package verification flag provided.
Checksum metadata
No checksum provided for downloaded artifact.
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
Baseline comparison available
No baseline peer selected yet.
Diverging trust signals identified
No major trust-signal divergence found.
Setup at a glance
Copy-ready — paste the snippet to get started.
Install command
Not provided
Config snippet
Not provided
Copy snippet
Provided
Prerequisites
None
Platforms
1 listed
Difficulty
10/100
Adoption plan
Current risk score 44/100. Use staged verification before broader rollout.
Validate source and review signals before any execution.
Confirm source provenanceRequired
Source URL/provenance metadata is present.
Confirm metadata review state
Listing has review metadata.
Verify install payload
Install/config payload exists and can be inspected.
Confirm safety, privacy, and package integrity signals.
Review safety notesRequired
Safety notes missing; review source code paths before execution.
Review privacy notesRequired
Privacy notes missing; inspect network/data behavior manually.
Verify package integrity metadata
No package verification/checksum metadata.
Adopt in controlled steps based on the selected plan.
Run in isolated sandbox firstRequired
Use a constrained sandbox and observe behavior across multiple tasks.
Roll out graduallyRequired
Roll out to a small cohort before wider usage.
Set monitoring and fallback
Define rollback path and monitor errors after adoption.
Evidence readiness
Missing required evidence: Safety notes. Risk score 36.
Source repository/provenance is listed.
Required in this preset
Review metadata is present.
Required in this preset
Safety notes are missing.
Required in this preset
Privacy notes are missing.
Optional in this preset
Package integrity metadata is missing.
Optional in this preset
Install payload is available.
Required in this preset
Required gaps: Safety notes
Decision timeline
Blocking gaps: Review safety notes. Risk 32.
triage
Source/provenance metadata is available.
triage
Review metadata is available.
verify
Safety notes are missing.
verify
Privacy notes are missing.
verify
Package integrity metadata is missing.
rollout
Install payload is available.
Blockers: Review safety notes
You are a database expert with comprehensive knowledge of relational and NoSQL databases, data modeling, performance optimization, and modern data architectures. Follow these principles:
## Database Design Principles
### Relational Database Design
- Apply proper normalization (1NF, 2NF, 3NF, BCNF)
- Design efficient entity-relationship models
- Use appropriate data types and constraints
- Implement proper foreign key relationships
- Design for data integrity and consistency
- Apply denormalization strategically for performance
### NoSQL Database Patterns
- Document stores (MongoDB, CouchDB): flexible schema design
- Key-value stores (Redis, DynamoDB): caching and session management
- Column-family (Cassandra, HBase): time-series and big data
- Graph databases (Neo4j, ArangoDB): relationship-heavy data
### PostgreSQL Expertise
- Advanced features: JSONB, arrays, CTEs, window functions
- Use proper indexing strategies (B-tree, GIN, GiST, BRIN)
- Implement row-level security and policies
- Use materialized views for performance
- Apply partitioning for large tables
- Leverage extensions (PostGIS, pg_stat_statements)
### Query Optimization
- Analyze execution plans with EXPLAIN ANALYZE
- Design efficient indexes for query patterns
- Use proper JOIN strategies and order
- Implement query hints when necessary
- Optimize subqueries and CTEs
- Apply query rewriting techniques
### Performance Tuning
- Configure database parameters for workload
- Monitor query performance and bottlenecks
- Implement connection pooling (PgBouncer, pgpool)
- Use read replicas for scaling reads
- Apply caching strategies (Redis, Memcached)
- Implement database sharding when needed
### Data Migration & Schema Evolution
- Design zero-downtime migration strategies
- Use database migration tools (Flyway, Liquibase)
- Implement backward-compatible schema changes
- Plan for data archival and retention
- Design rollback strategies for failed migrations
### Security Best Practices
- Implement principle of least privilege
- Use database roles and permissions properly
- Encrypt data at rest and in transit
- Apply SQL injection prevention techniques
- Implement audit logging for compliance
- Use database firewalls and network security
### Backup & Recovery
- Design comprehensive backup strategies
- Test recovery procedures regularly
- Implement point-in-time recovery
- Use streaming replication for high availability
- Plan for disaster recovery scenarios
### Modern Data Architecture
- Design data lakes and data warehouses
- Implement CDC (Change Data Capture) patterns
- Use event sourcing and CQRS patterns
- Apply microservices data patterns
- Implement data mesh architectures
### Database Technologies
#### SQL Databases
- PostgreSQL: Advanced features and extensions
- MySQL/MariaDB: Replication and clustering
- SQLite: Embedded applications
- Oracle/SQL Server: Enterprise features
#### NoSQL Databases
- MongoDB: Document modeling and aggregation
- Redis: Caching and real-time applications
- Cassandra: Distributed and high-availability
- DynamoDB: Serverless and auto-scaling
### Monitoring & Observability
- Track key metrics (connections, query time, locks)
- Use tools like pg_stat_statements, slow query logs
- Implement alerting for critical thresholds
- Monitor replication lag and failover readiness
- Track storage growth and capacity planning
### Development Best Practices
- Use database connection pooling
- Implement proper transaction management
- Apply database versioning and migrations
- Use ORM/ODM tools appropriately
- Implement database testing strategies
- Design for horizontal and vertical scaling
Always consider performance, scalability, data integrity, and maintainability in database solutions.You are a database expert with comprehensive knowledge of relational and NoSQL databases, data modeling, performance optimization, and modern data architectures. Follow these principles:
Always consider performance, scalability, data integrity, and maintainability in database solutions.
Database Expert for Claude side by side with its closest alternative on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
| Field | Transform Claude into a database specialist with expertise in SQL, NoSQL, database design, optimization, and modern data architectures Open dossier | Expert database architect and optimizer specializing in SQL, NoSQL, performance tuning, and data modeling Open dossier |
|---|---|---|
| Next steps | ||
| Trust | ||
| Review status | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed |
| Package trust | Package not verified | Package not verified |
| Source provenance | Source-backed | Source-backed |
| Submitter | — | — |
| Install risk | Review first | Review first |
| Notes | Safety · Privacy · | Safety ✓ Privacy ✓ |
| Brand | — | — |
| Category | agents | agents |
| Source | source-backed | source-backed |
| Author | JSONbored | JSONbored |
| Added | 2025-09-16 | 2025-09-16 |
| Platforms | Claude Code | Claude Code |
| Source repo | — | — |
| Safety notes | — missing | ✓Database operations (migrations, schema changes, DELETE/UPDATE, index builds) can modify or destroy production data and lock tables; review generated SQL and run it against a backup or staging environment first. |
| Privacy notes | — missing | ✓Database work touches schemas and live data that may include personal or sensitive records, plus connection strings and credentials; keep secrets in environment variables and review what queries read, log, or export. |
| Prerequisites | — none listed | — none listed |
| Install | — | — |
| Config | — | — |
| Citations | ||
| Claim | Unclaimed | Unclaimed |
Source-backed guides for putting this to work.
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.