weaviate
v0.2.3Weaviate plugin for Claude Coding
by Weaviate102updated 1 month ago
Source
git clone https://github.com/weaviate/agent-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json├── skills/weaviate/SKILL.md└── skills/weaviate-cookbooks/SKILL.md
Skills2
Search, query, and manage Weaviate vector database collections. Use for semantic search, hybrid search, keyword search, natural language queries with AI-generated answers, collection management, data exploration, filtered fetching, data imports from PDF/CSV/JSON/JSONL files, create example data and collection creation.
Use this skill when the user wants to build AI applications with Weaviate. It contains a high-level index of architectural patterns, 'one-shot' blueprints, and best practices for common use cases. Currently, it includes references for building a Query Agent Chatbot, Data Explorer, Multimodal PDF RAG (Document Search), Basic RAG, Advanced RAG, Basic Agent, Agentic RAG, and optional guidance on how to build a frontend for each of them.
Manifests1
{
"name": "weaviate",
"description": "Weaviate plugin for Claude Coding",
"version": "0.2.3",
"author": {
"name": "Weaviate"
}
}