Mixedbread Starlight
Description
Mixedbread integration for Astro Starlight
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Mixedbread Search for Astro Starlight
A complete example implementation of [Mixedbread Search](https://www.mixedbread.com/blog/mixedbread-search) for Astro Starlight documentation sites. This project demonstrates how to replace Starlight's default Pagefind search with Mixedbread's powerful semantic search capabilities.
[](https://starlight.astro.build)
Prerequisites
Before you begin, you'll need:
- Node.js version 18 or higher
- Mixedbread Account - Sign up for free
- Mixedbread API Key - Get yours from the Mixedbread Dashboard
- Store ID - Create a store for your documentation
Quick Start
1. Clone the Repository
git clone https://github.com/mixedbread-ai/mixedbread-starlight.git
cd mixedbread-starlight
2. Install Dependencies
pnpm install
3. Configure Environment Variables
Create a `.env` file in the project root:
cp .env.example .env
Add your Mixedbread credentials:
MXBAI_API_KEY=your_api_key_here
MXBAI_STORE_ID=your_store_id_here
4. Sync Your Documentation
First, update the sync commands in `package.json` to use your store name:
{
"scripts": {
"docs:sync": "mxbai store sync \"mixedbread-starlight\" \"./src/content/**/*.mdx\" \"./src/content/**/*.md\" --yes --strategy fast",
"docs:sync:dry-run": "mxbai store sync \"mixedbread-starlight\" \"./src/content/**/*.mdx\" \"./src/content/**/*.md\" --dry-run"
}
}
Replace `"mixedbread-starlight"` with your actual Mixedbread store name.
Now sync your documentation to Mixedbread store:
pnpm docs:sync
To preview changes before syncing:
pnpm docs:sync:dry-run
5. Start Development Server
pnpm dev
Integrating Into an Existing Project
Want to add Mixedbread Search to your existing S
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development