← Back to list

mariadb-best-practices
by jcastillotx
My skeleton for app builds
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: mariadb-best-practices description: MariaDB database development standards. Triggers when working with MariaDB databases, Galera cluster, or MariaDB-specific features. trigger_patterns:
- mariadb
- galera
- aria
- columnstore
- system versioning auto_load_with:
- mysql-best-practices
MariaDB Best Practices
Comprehensive coding standards for MariaDB database development, optimized for AI agents and LLMs.
Overview
This skill provides 22 rules organized across 8 categories:
- Query Optimization (query-) - MariaDB optimizer hints, statistics [CRITICAL]
- Security (security-) - Authentication plugins, encryption at rest [CRITICAL]
- Schema Design (schema-) - System versioning, sequences [HIGH]
- Storage Engines (engine-) - InnoDB, Aria, ColumnStore selection [HIGH]
- Galera Cluster (galera-) - Multi-master, SST methods [MEDIUM-HIGH]
- Performance Tuning (perf-) - Thread pool, buffer pool [MEDIUM]
- JSON Features (json-) - JSON functions, dynamic columns [MEDIUM]
- Compatibility (compat-) - MySQL compatibility, migration [LOW-MEDIUM]
Usage
Reference this skill when:
- Working with MariaDB-specific features
- Setting up Galera cluster
- Using system versioned tables
- Optimizing MariaDB performance
- Migrating from MySQL to MariaDB
Build
pnpm build # Compile rules to AGENTS.md
pnpm validate # Validate rule files
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon