kdbx-knowledge
v0.3.0KDB-X workflows and patterns for the next-generation KX time-series database
By KX15 GitHub starsUpdated 19 hours ago
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 4 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 kdbx-knowledge for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install kdbx-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/kdbx-knowledge/.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json├── skills/kdbx/SKILL.md├── skills/kxmeta-author/SKILL.md├── skills/kxmeta-discover/SKILL.md└── .mcp.json
Included Skills3
Use when working with KDB-X modules, AI libraries (vector search, HNSW, IVF, BM25, time-series similarity, anomaly detection), GPU acceleration, Parquet, kURL REST client, object storage, or the module framework. Also use when encountering module-not-found errors, vector dimension mismatches, HNSW index issues, GPU setup issues, or `nyi` errors from using `\l` instead of `use`.
Writing qdoc annotations for `aimeta` so the compiler publishes tables and functions correctly. Mandatory `@kind`/`@name` markers, the chained `@col` modifier form, q-language traps that silently drop items, and the recompile loop. Use when adding or editing `/ @kind ...` annotation blocks in a q codebase that loads `aimeta`, or when annotated items aren't surfacing in `meta.json`. For the wire model & tag vocabulary see ../../reference/agent-guide.md.
Discovering metadata on a running kdb+ process via `aimeta` — cold-start probing, the `/meta` HTTP route, `kx-meta discover`, qIPC fallback, and reading the `tier` / `references[]` fields in the response. Use when an agent needs to learn what tables and functions a kdb+ host exposes, when interpreting `kx-meta discover` output, when handling tier-1 fallback gracefully, or when walking `references[]` for vocabulary resolution. For the wire model and full `meta.json` shape see ../../reference/agent-guide.md.
MCP servers1
- url
- https://kx2.mcp.kapa.ai
Plugin manifests2
{
"name": "kdbx-knowledge",
"version": "0.3.0",
"description": "KDB-X workflows and patterns for the next-generation KX time-series database",
"author": {
"name": "KX",
"email": "[email protected]"
},
"homepage": "https://github.com/KxSystems/kx-skills/tree/main/plugins/kdbx-knowledge"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "kdbx-knowledge",
"version": "0.3.0",
"description": "KDB-X workflows and patterns for the next-generation KX time-series database",
"author": {
"name": "KX",
"email": "[email protected]"
},
"homepage": "https://github.com/KxSystems/kx-skills/tree/main/plugins/kdbx-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.
[kdbx-knowledge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kdbx-knowledge)