Agent skills for building search, RAG, and document parsing with Mixedbread. Compatible with Claude Code, Cursor, Codex, Gemini CLI, and 20+ other agents.
Install all skills with one command (works with Claude Code, Cursor, Codex, Gemini CLI, and more):
npx skills add mixedbread-ai/skillsOr install globally for all projects:
npx skills add mixedbread-ai/skills -gBrowse on the registry: skills.sh/mixedbread-ai/skills
Claude Code
claude install-skill mixedbread-ai/skills mxbai-cli
claude install-skill mixedbread-ai/skills mixedbread-search
claude install-skill mixedbread-ai/skills mixedbread-parsingCursor
Add this repository as a plugin in your Cursor settings, or clone and reference the .cursor-plugin/ directory.
Codex
cp agents/AGENTS.md .agents/AGENTS.mdGemini CLI
Reference the gemini-extension.json for extension configuration, or use the .mcp.json for MCP server integration.
| Skill | Description |
|---|---|
mxbai-cli |
Manage stores, upload files, search, and sync using the mxbai CLI |
mixedbread-search |
Create and search managed knowledge bases using the Stores API and SDKs |
mixedbread-parsing |
Parse documents, extract structured content, and run OCR using the Parsing API |
See SKILL_TREE.md for a navigable index of all skills.
mixedbread-skills/
├── .claude-plugin/ # Claude Code plugin config
├── .cursor-plugin/ # Cursor plugin config
├── .mcp.json # MCP server config
├── gemini-extension.json # Gemini CLI extension
├── agents/AGENTS.md # Codex fallback
├── CLAUDE.md # Project conventions
├── SKILL_TREE.md # Navigable skill index
├── README.md
├── LICENSE
└── skills/
├── mxbai-cli/ # CLI tool usage
├── mixedbread-search/ # Stores API & SDKs
└── mixedbread-parsing/ # Parsing API & OCR
Apache-2.0 — see LICENSE.