Weaviate Skill

Backend

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Weaviate tools.

31 tools
SKILL.md

Weaviate
SKILL.md

Domain knowledge for Weaviate vector database — collections, vectors, schema

Weaviate

Weaviate stores objects in collections with vector embeddings. Search does semantic search; fetch gets by id.

Data Model

  • Collections — like tables.
  • Objects — properties + vector.
  • Search — vector/semantic query. Hybrid search for keyword + vector.
  • Schema — cross-references.
  • Batch — import, update, delete.
  • Quality — duplicates, missing vectors, property validation.

Gotchas

  • Resource id: weaviate:object:collection:id. Get from search/list results for fetch.
  • Vector generation: May be auto by Weaviate. Check collection config.
  • Cross-references: Check for reference integrity.

Use with Weaviate Bundle

This skill teaches your AI assistant domain knowledge. To actually execute Weaviate API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use Weaviate?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

Weaviate Skill - SKILL.md for Claude Code, Cursor & More