By KxSystems
KDB.AI vector database — schema design, hybrid search, and integration patterns for AI applications
Public marketplace of Claude Code plugins for working with KX products: kdb+/q, PyKX, kdb-X, and KDB.AI.
Each plugin packages a Skill — a folder of markdown that Claude loads automatically when it recognises a relevant task. Skills teach Claude repeatable workflows, quality standards, and domain expertise so everyone gets consistent, high-quality results.
| Plugin | What it does | When it triggers |
|---|---|---|
q-knowledge | kdb+/q language support — idiomatic q, qsql, IPC, kdb+ workflows | Writing q code, querying kdb+ tables |
pykx-knowledge | PyKX — using kdb+/q from Python, type conversions, API guidance | Working with PyKX, Python-kdb+ integration |
kdbx-knowledge | kdb-X workflows and aimeta metadata authoring + discovery | KDB-X platform, AI-native vector search, writing/reading aimeta annotations |
kdbai-knowledge | KDB.AI vector database — schema, hybrid search, AI integration | Building vector search or RAG with KDB.AI |
In Claude Code, add the marketplace:
/plugin marketplace add KxSystems/kx-skills
/plugin install q-knowledge@kx-skills
/plugin install pykx-knowledge@kx-skills
/plugin install kdbx-knowledge@kx-skills
/plugin install kdbai-knowledge@kx-skills
Or browse interactively with /plugin and pick from the Discover tab.
/plugin marketplace update kx-skills
kx-skills/
├── README.md ← you are here
├── LICENSE ← Apache-2.0
├── .claude-plugin/
│ └── marketplace.json ← marketplace catalog
└── plugins/
├── q-knowledge/
│ ├── .claude-plugin/plugin.json
│ └── skills/q/ ← q language & kdb+ skill
│ ├── SKILL.md
│ ├── reference.md
│ └── references/
├── pykx-knowledge/
│ ├── .claude-plugin/plugin.json
│ └── skills/pykx/ ← PyKX Python-kdb+ interface
│ ├── SKILL.md
│ └── reference.md
├── kdbx-knowledge/
│ ├── .claude-plugin/plugin.json
│ ├── reference/ ← shared by kxmeta-* skills
│ │ ├── agent-guide.md
│ │ ├── meta.schema.json
│ │ └── openapi.json
│ └── skills/
│ ├── kdbx/ ← KDB-X platform
│ │ ├── SKILL.md
│ │ ├── ai-reference.md
│ │ └── gpu-reference.md
│ ├── kxmeta-author/ ← writing aimeta annotations
│ │ └── SKILL.md
│ └── kxmeta-discover/ ← probing aimeta at runtime
│ └── SKILL.md
└── kdbai-knowledge/
├── .claude-plugin/plugin.json
└── skills/kdbai/ ← KDB.AI vector database
├── SKILL.md
└── reference.md
We want this to grow. If you've found a better way to do something, improved a checklist, or want to add a new skill entirely — please open an issue or pull request against KxSystems/kx-skills.
Skills are plain markdown — no code required to improve them.
Apache License 2.0 — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kxsystems/kx-skills --plugin kdbai-knowledgekdb+/q language support — idiomatic q, qsql, IPC, and core kdb+ database workflows
PyKX workflows — using kdb+/q from Python, conversions between Python and q types, and PyKX API guidance
kdb-X workflows and patterns for the next-generation KX time-series database
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.