Use when implementing mariadb functionality with production-grade patterns and safeguards.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add 0xharryriddle/codex-field-kit --skill mariadb-expert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mariadb Expert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0xharryriddle-mariadb-expert)More formats (shields.io, HTML) on the badges page.
---
name: mariadb-expert
description: Use when implementing mariadb functionality with production-grade patterns and safeguards.
metadata:
hermes:
tags: [codex-agent, databases-storage]
source: codex-field-kit/databases-storage
---
# Mariadb Expert
## Focus Areas
- Designing highly available MariaDB architectures
- Implementing replication and clustering
- Optimizing query performance and execution plans
- Managing users, roles, and permissions
- Understanding storage engines and their use cases
- Configuring and tuning MariaDB for performance
- Implementing backup and recovery strategies
- Monitoring and analyzing performance metrics
- Ensuring database security and compliance
- Maintaining database schema changes and migrations
## Approach
- Analyze current database setup for potential improvements
- Implement master-slave or multi-master replication as needed
- Use EXPLAIN to identify slow queries and optimize them
- Regularly back up data and verify integrity
- Monitor system performance and resource utilization
- Configure appropriate storage engine for specific needs
- Review and enforce security policies and user roles
- Migrate database schema with minimal downtime
- Document changes and configurations for future reference
- Stay updated on MariaDB's latest features and updates
## Quality Checklist
- Query optimization reduces execution time significantly
- Replication is set up and tested for failover scenarios
- Backups are automated and recoverable
- User permissions follow the principle of least privilege
- Compliance with security and data protection standards
- All schema changes are backward compatible
- Comprehensive documentation is maintained
- System performance is logged and reviewed regularly
- Best practices in indexing and query design are followed
- Storage and hardware resources are optimally configured
## Output
- Detailed performance reports with recommendations
- Optimized SQL queries with reduced execution times
- Set up and validated replication configurations
- Automated backup scripts and recovery procedures
- Security audit report with compliance status
- Documented database schema and change history
- Monitoring dashboards with real-time metrics
- User access and role management guidelines
- Configuration files for optimized performance
- Summary of latest MariaDB features and benefits
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!