https://github.com/mariadb/skills
MariaDB skills for Claude Code and AI agents - because it is not MySQL
https://github.com/mariadb/skills
Last synced: about 1 month ago
JSON representation
MariaDB skills for Claude Code and AI agents - because it is not MySQL
- Host: GitHub
- URL: https://github.com/mariadb/skills
- Owner: MariaDB
- License: mit
- Created: 2026-05-16T09:06:42.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-17T07:42:44.000Z (about 1 month ago)
- Last Synced: 2026-05-17T09:34:57.155Z (about 1 month ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MariaDB Agent Skills
Skills for AI agents working with MariaDB.
> Open for improvements and more skills. Contributions welcome.
## Skills
### vector
Best practices for using MariaDB's built-in vector support for AI and semantic search applications. Covers RAG patterns, vector indexes, distance functions, embedding model selection, and framework integrations (LangChain, LlamaIndex, Spring AI). Unlike MySQL (no vector support) or PostgreSQL (which requires pgvector), MariaDB has native vector support since version 11.7 — no extensions or plugins needed.
**Install per project** (via npx skills):
```
npx skills add mariadb/skills/mariadb-vector
```
**Install globally in Claude Code:**
```bash
mkdir -p ~/.claude/skills/mariadb-vector
curl -o ~/.claude/skills/mariadb-vector/SKILL.md \
https://raw.githubusercontent.com/mariadb/skills/main/mariadb-vector/SKILL.md
```
## About
These skills teach AI agents the MariaDB-specific knowledge they need to give correct advice — particularly where MariaDB differs from MySQL or PostgreSQL defaults.
Skills are maintained by [@robertsilen](https://github.com/robertsilen). Contributions and feedback welcome via issues.