Help us improve
Share bugs, ideas, or general feedback.
From weaviate
Indexes blueprints and best practices for Weaviate AI apps: Query Agent Chatbot, Data Explorer, Multimodal/Basic/Advanced/Agentic RAG, Basic Agent, with optional Next.js frontends.
npx claudepluginhub weaviate/agent-skills --plugin weaviateHow this skill is triggered — by the user, by Claude, or both
Slash command
/weaviate:weaviate-cookbooksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides an index of implementation guides and foundational requirements for building Weaviate-powered AI applications. Use the references to quickly scaffold full-stack applications with best practices for connection management, environment setup, and application architecture.
references/advanced_rag.mdreferences/agentic_rag.mdreferences/async_client.mdreferences/basic_agent.mdreferences/basic_rag.mdreferences/data_explorer.mdreferences/environment_requirements.mdreferences/frontend_interface.mdreferences/pdf_multimodal_rag.mdreferences/project_setup.mdreferences/query_agent_chatbot.mdProvides production-ready patterns for LLM apps including RAG pipelines, chunking strategies, vector DB selection, embedding models, and AI agent architectures. Use for designing RAG systems, agents, and LLMOps.
Provides production-ready patterns for building LLM applications: RAG pipelines, document chunking, embedding models, vector database selection, and agent architectures.
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Share bugs, ideas, or general feedback.
This skill provides an index of implementation guides and foundational requirements for building Weaviate-powered AI applications. Use the references to quickly scaffold full-stack applications with best practices for connection management, environment setup, and application architecture.
If the user does not have an instance yet, direct them to the cloud console to register and create a free sandbox. Create a Weaviate instance via Weaviate Cloud.
Follow these shared guidelines before generating any cookbook app:
Then proceed to the specific cookbook reference below.
Use this when the user explicitly asks for a frontend for their Weaviate backend.