LLM instructions and MCP configurations for bootstrapping Convex-powered SvelteKit applications with Crush.
This repository provides:
AGENTS.md — Comprehensive instructions for LLMs to create and manage SvelteKit + Convex projectscrush.json — MCP server configurations for Convex, Svelte, and GitHub integrationsCopy crush.json to your Crush config directory:
# Linux/macOS
cp crush.json ~/.config/crush/crush.json
# Windows (PowerShell)
Copy-Item crush.json $HOME\.config\crush\crush.json
Note: Set the
GH_PATenvironment variable with your GitHub Personal Access Token for GitHub MCP integration.
Copy AGENTS.md to the root of any new project you want to bootstrap:
cp AGENTS.md /path/to/your/new-project/
Detailed instructions covering:
MCP server configurations:
| Server | Type | Description |
|---|---|---|
github |
HTTP | GitHub Copilot MCP for repository management |
convex-mcp |
stdio | Convex deployment interaction |
svelte |
HTTP | Svelte 5 and SvelteKit documentation |
AGENTS.md into itThe LLM will follow the instructions in AGENTS.md to set up a complete project with: