plugins marketplace
← All plugins

weaviate

v0.2.3

Weaviate plugin for Claude Coding

Claude Code2 skills

by Weaviate102updated 1 month ago

Source

git clone https://github.com/weaviate/agent-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

weaviate/
├── .claude-plugin/plugin.json
├── skills/weaviate/SKILL.md
└── skills/weaviate-cookbooks/SKILL.md

Skills2

weaviateskills/weaviate/SKILL.md

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.

weaviate-cookbooksskills/weaviate-cookbooks/SKILL.md

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

.claude-plugin/plugin.json
{
  "name": "weaviate",
  "description": "Weaviate plugin for Claude Coding",
  "version": "0.2.3",
  "author": {
    "name": "Weaviate"
  }
}