A Claude Code plugin that scaffolds ready-to-run ragbits applications from templates.
Homepage | Ragbits Documentation | Contact
Scaffold a ragbits chat application with a conversational web UI.
/create-chat my-chatbot --model gpt-4o --features auth,feedback,theme
Options:
--model MODEL— LLM model via LiteLLM (default:gpt-4o-mini)--features— comma-separated:auth,agents,upload,feedback,theme,document-search
Scaffold a ragbits RAG application with document ingestion, vector search, and LLM-powered Q&A.
/create-rag my-kb --model gpt-4o --vector-store chroma --features chat-ui,reranker
Options:
--model MODEL— LLM model for answer generation (default:gpt-4o-mini)--embedding-model MODEL— embedding model (default:text-embedding-3-small)--vector-store STORE— backend:in-memory,chroma,qdrant(default:in-memory)--features— comma-separated:chat-ui,auth,feedback,theme,reranker,rephraser
Add the plugin to your Claude Code project:
claude plugin marketplace add https://github.com/deepsense-ai/ragbits-cc-plugin.git
claude plugin install ragbits@ragbits-cc-pluginRagbits is licensed under the MIT License.