kdbai-knowledge
v0.2.0KDB.AI vector database — schema design, hybrid search, integration patterns, and vector-index sizing
By KX15 GitHub starsUpdated 19 hours ago
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 2, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install kdbai-knowledge for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install kdbai-knowledge@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/KxSystems/kx-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/kdbai-knowledge/.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json├── skills/kdbai/SKILL.md├── skills/sizing/SKILL.md└── .mcp.json
Included Skills2
Use when building vector search, RAG pipelines, hybrid search, time-series pattern matching, or managing tables in KDB.AI. Also use when asked about kdbai_client, similarity search, reranking, KDB.AI filters, or CAGRA GPU indexes.
Guide KDB.AI sizing, capacity planning, and server resource configuration by collecting dataset and usage requirements, recommending suitable vector indexes and starting configurations, and estimating RAM, GPU VRAM, and persisted disk. Use for KDB.AI hardware requirements, capacity planning, memory-fit questions, row/vector limits, sizing from a data-volume figure (size per day or total size) rather than a row count, index selection, whether and how to partition a table (partition-key selection, the partition_column, and how partition scope works), qHnsw mmap sizing, CAGRA GPU sizing, and CPU worker/thread configuration — including standalone NUM_WRK and THREADS worker/thread-splitting or core-count questions and partition-key mechanics questions that carry no rows/dims sizing hook. These CPU and partition topics belong here, not in the sibling kdbai (schema/search) skill. Do not invent throughput, latency, cost, IOPS, or distributed topology from dataset shape alone.
MCP servers1
- url
- https://kx2.mcp.kapa.ai
Plugin manifests2
{
"name": "kdbai-knowledge",
"version": "0.2.0",
"description": "KDB.AI vector database — schema design, hybrid search, integration patterns, and vector-index sizing",
"author": {
"name": "KX",
"email": "[email protected]"
},
"homepage": "https://github.com/KxSystems/kx-skills/tree/main/plugins/kdbai-knowledge"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "kdbai-knowledge",
"version": "0.2.0",
"description": "KDB.AI vector database — schema design, hybrid search, integration patterns, and vector-index sizing",
"author": {
"name": "KX",
"email": "[email protected]"
},
"homepage": "https://github.com/KxSystems/kx-skills/tree/main/plugins/kdbai-knowledge"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[kdbai-knowledge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kdbai-knowledge)