What problem does it solve?
This Skill removes the friction of first-time project setup for a modular RAG MCP server, helping users move from a fresh clone to a working, configured environment without manual trial and error.
Core Features & Use Cases
- Interactive Provider Selection: Guides the user through choosing LLM, embedding, vision, and rerank providers based on their preferred stack.
- Config Generation: Builds a validated settings file from templates, including provider credentials, endpoints, model names, and embedding dimensions.
- Auto-Scaffolding: Creates starter implementations for unsupported OpenAI-compatible providers such as Qwen or Gemini when needed.
- Startup Validation and Recovery: Installs dependencies, checks the configuration, launches the dashboard, and retries with diagnosis if startup fails.
- Use Case: A developer cloning the repository for the first time can use this Skill to prepare the environment, enable the right models, and open the dashboard in one guided flow.
Quick Start
Use the setup skill to configure the project from a clean clone, generate the settings file, install dependencies, and launch the dashboard.