Skip to content

deepsense-ai/ragbits-cc-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐰 Ragbits Claude Code Plugin

A Claude Code plugin that scaffolds ready-to-run ragbits applications from templates.

Homepage | Ragbits Documentation | Contact


Available Skills

/create-chat

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

/create-rag

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

Installation

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-plugin

License

Ragbits is licensed under the MIT License.

About

Ragbits Claude Code Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors