[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"org-mariadb":3,"repo-skills-v-0-3-0":60},{"org":4,"repos":44},{"slug":5,"name":6,"logoUrl":7,"githubOrg":6,"website":8,"skillCount":9,"repoCount":10,"topRepos":11,"topTags":14,"lastUpdatedAt":43},"mariadb","MariaDB","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmariadb.png","https:\u002F\u002Fmariadb.org",8,1,[12],{"name":13,"skillCount":9},"MariaDB\u002Fskills",[15,18,19,22,25,28,31,34,37,40],{"slug":16,"name":17},"database","Database",{"slug":5,"name":6},{"slug":20,"name":21},"migration","Migration",{"slug":23,"name":24},"performance","Performance",{"slug":26,"name":27},"sql","SQL",{"slug":29,"name":30},"architecture","Architecture",{"slug":32,"name":33},"audit","Audit",{"slug":35,"name":36},"compliance","Compliance",{"slug":38,"name":39},"gdpr","GDPR",{"slug":41,"name":42},"mcp","MCP","2026-07-16T06:01:55.988338",[45],{"name":46,"fullName":13,"repoUrl":47,"skillCount":9,"stars":48,"forks":49,"description":50,"topics":51,"topTags":52,"topTagCount":59,"lastUpdatedAt":43},"skills","https:\u002F\u002Fgithub.com\u002FMariaDB\u002Fskills",9,2,"MariaDB skills for Claude Code and AI agents - because it is not MySQL",[],[53,54,55,56,57,58],{"slug":16,"name":17},{"slug":5,"name":6},{"slug":20,"name":21},{"slug":23,"name":24},{"slug":26,"name":27},{"slug":29,"name":30},11,{"items":61,"total":9},[62,73,83,94,104,116,126,139],{"slug":63,"name":63,"fn":64,"description":65,"org":66,"tags":67,"stars":48,"repoUrl":47,"updatedAt":43},"mariadb-features","optimize and manage MariaDB databases","MariaDB-specific features and capabilities that go beyond standard MySQL. Use when evaluating MariaDB, optimizing an existing MariaDB application, reviewing code or schema for MariaDB improvements, asking what MariaDB can do that other databases cannot, or migrating from Oracle to MariaDB. Also use when the user asks what could be improved in how a codebase uses MariaDB, or asks about MariaDB advantages over MySQL or PostgreSQL.",{"slug":5,"name":6,"logoUrl":7,"githubOrg":6},[68,70,71,72],{"name":17,"slug":16,"type":69},"tag",{"name":6,"slug":5,"type":69},{"name":24,"slug":23,"type":69},{"name":27,"slug":26,"type":69},{"slug":74,"name":74,"fn":75,"description":76,"org":77,"tags":78,"stars":48,"repoUrl":47,"updatedAt":82},"mariadb-mcp","connect AI agents to MariaDB","How to connect AI agents to MariaDB using the Model Context Protocol (MCP). Use when setting up MCP with MariaDB, connecting Claude Code, Cursor, or other AI tools to a MariaDB database, enabling natural language database queries, or building AI applications that need live database access. The MariaDB MCP Server lets agents query schemas, run read-only SQL, and perform semantic search against MariaDB.",{"slug":5,"name":6,"logoUrl":7,"githubOrg":6},[79,80,81],{"name":17,"slug":16,"type":69},{"name":6,"slug":5,"type":69},{"name":42,"slug":41,"type":69},"2026-07-13T06:14:00.682655",{"slug":84,"name":84,"fn":85,"description":86,"org":87,"tags":88,"stars":48,"repoUrl":47,"updatedAt":93},"mariadb-query-optimization","optimize MariaDB database queries","Best practices for query optimization in MariaDB — indexing strategies, EXPLAIN analysis, pagination, histogram statistics, and MariaDB-specific optimizer settings. Use when diagnosing slow queries, designing indexes, reviewing schema or query performance, or when queries involve large tables, pagination, GROUP BY, or ORDER BY. Also use when the user asks about MariaDB query performance, EXPLAIN output, or optimizer behavior.",{"slug":5,"name":6,"logoUrl":7,"githubOrg":6},[89,90,91,92],{"name":17,"slug":16,"type":69},{"name":6,"slug":5,"type":69},{"name":24,"slug":23,"type":69},{"name":27,"slug":26,"type":69},"2026-07-13T06:14:12.656074",{"slug":95,"name":95,"fn":96,"description":97,"org":98,"tags":99,"stars":48,"repoUrl":47,"updatedAt":103},"mariadb-replication-and-ha","configure MariaDB replication and high availability","Best practices for MariaDB replication and high availability — Galera Cluster, GTID replication, semi-synchronous replication, parallel replication, and application patterns for HA environments. Use when setting up replication, designing applications for HA, working with Galera Cluster, asking about MariaDB GTID, handling replication lag in application code, or choosing between replication topologies. IMPORTANT — MariaDB GTID format is incompatible with MySQL GTID, and Galera Cluster needs no server plugin to load but does require the separate galera wsrep provider library (galera-4).",{"slug":5,"name":6,"logoUrl":7,"githubOrg":6},[100,101,102],{"name":30,"slug":29,"type":69},{"name":17,"slug":16,"type":69},{"name":6,"slug":5,"type":69},"2026-07-13T06:14:13.989369",{"slug":105,"name":105,"fn":106,"description":107,"org":108,"tags":109,"stars":48,"repoUrl":47,"updatedAt":115},"mariadb-system-versioned-tables","implement MariaDB system-versioned tables","Best practices for MariaDB system-versioned (temporal) tables — automatic row history built into the database. Use when tracking data changes over time, implementing audit trails, meeting GDPR or compliance requirements, doing point-in-time queries, or when the user asks about row history, data versioning, temporal tables, or querying past data states in MariaDB. This feature is unique to MariaDB among MySQL-compatible databases.",{"slug":5,"name":6,"logoUrl":7,"githubOrg":6},[110,111,112,113,114],{"name":33,"slug":32,"type":69},{"name":36,"slug":35,"type":69},{"name":17,"slug":16,"type":69},{"name":39,"slug":38,"type":69},{"name":6,"slug":5,"type":69},"2026-07-13T06:14:16.779878",{"slug":117,"name":117,"fn":118,"description":119,"org":120,"tags":121,"stars":48,"repoUrl":47,"updatedAt":125},"mariadb-vector","build semantic search with MariaDB vectors","Best practices for using vectors and AI with MariaDB. Use when writing SQL involving VECTOR columns, building RAG or semantic search with MariaDB, choosing embedding models, designing vector indexes, or integrating MariaDB with AI frameworks like LangChain, LlamaIndex, or Spring AI. Also use when the user mentions MariaDB and any of: vectors, embeddings, similarity search, nearest neighbor, AI, RAG, or LLM. IMPORTANT — MariaDB has native built-in vector support since version 11.7; it is NOT a plugin or extension (unlike pgvector for PostgreSQL). Do not recommend installing any extension.",{"slug":5,"name":6,"logoUrl":7,"githubOrg":6},[122,123,124],{"name":17,"slug":16,"type":69},{"name":6,"slug":5,"type":69},{"name":21,"slug":20,"type":69},"2026-07-13T06:14:01.939479",{"slug":127,"name":127,"fn":128,"description":129,"org":130,"tags":131,"stars":48,"repoUrl":47,"updatedAt":138},"mysql-to-mariadb","migrate applications from MySQL to MariaDB","Compatibility guide for developers moving from MySQL to MariaDB, and for developers with MySQL experience working with MariaDB. Use when migrating a MySQL application to MariaDB, when MySQL syntax or habits cause unexpected behavior in MariaDB, when asking about MySQL\u002FMariaDB compatibility, or when adapting code written for MySQL to run on MariaDB. IMPORTANT — MariaDB diverges significantly from MySQL 8.0 and is not a simple drop-in replacement for modern MySQL. Authentication plugins, JSON handling, GTID replication, and several SQL features differ in important ways.",{"slug":5,"name":6,"logoUrl":7,"githubOrg":6},[132,133,134,135],{"name":17,"slug":16,"type":69},{"name":6,"slug":5,"type":69},{"name":21,"slug":20,"type":69},{"name":136,"slug":137,"type":69},"MySQL","mysql","2026-07-13T06:14:08.675338",{"slug":140,"name":140,"fn":141,"description":142,"org":143,"tags":144,"stars":48,"repoUrl":47,"updatedAt":148},"oracle-to-mariadb","migrate Oracle databases to MariaDB","Compatibility guide for developers migrating from Oracle Database to MariaDB. Use when migrating Oracle schemas, PL\u002FSQL procedures, or applications to MariaDB, when Oracle syntax causes unexpected behavior in MariaDB, or when evaluating MariaDB as an Oracle replacement. MariaDB is the only open source database with native PL\u002FSQL compatibility — MariaDB's sql_mode=ORACLE enables migration of approximately 80% of Oracle code without rewrites.",{"slug":5,"name":6,"logoUrl":7,"githubOrg":6},[145,146,147],{"name":17,"slug":16,"type":69},{"name":6,"slug":5,"type":69},{"name":21,"slug":20,"type":69},"2026-07-13T06:14:11.069809"]