kx-skills
01Plugin Claude Code
Public KX skills for Claude Code — kdb+/q, KDB-X Python, KDB-X, KDB.AI, KX Insights Enterprise, KX Dashboards, and OneTick.
Plugin Claude Code
Public KX skills for Claude Code — kdb+/q, KDB-X Python, KDB-X, KDB.AI, KX Insights Enterprise, KX Dashboards, and OneTick.
Settings file Claude Code
Agent settings configuring enabledPlugins.
Plugin Claude Code
KDB.AI vector database — schema design, hybrid search, and integration patterns for AI applications.
MCP server Claude CodeCodexCursor +2
MCP server "kx-docs-mcp", hosted remotely at kx2.mcp.kapa.ai, as configured in KxSystems/kx-skills.
Skill Claude CodeCodex
Use when building vector search, RAG pipelines, hybrid search, time-series pattern matching, or managing tables in KDB.AI. Also use when asked about kdbaiclient, similarity search, reranking, KDB.AI filters, or CAGRA GPU indexes.
Plugin Claude Code
KX Insights Enterprise workflows — kxi CLI administration (package build/deploy, install/upgrade, logs) and Stream Processor pipeline authoring.
Skill Claude CodeCodex
Use this skill when the user is working with KX Insights Enterprise (IE) — managing packages or deployments via the kxi CLI, or handling IE installation and upgrades via Helm/Kubernetes.
Skill Claude CodeCodex
Write kdb Stream Processor (SP) pipelines in q or Python. Use this skill whenever the user asks to build, create, or write a pipeline, connect readers/writers/operators, set up streaming ingestion, configure Kafka/S3/database connectors, add windowing or ML operators, or asks about .qsp. / sp. API usage. Also triggers…
Plugin Claude Code
KDB-X workflows and patterns for the next-generation KX time-series database.
Skill Claude CodeCodex
Use this skill whenever working with the KDB-X DB Service - a containerised time-series database distributed via Docker Compose. Trigger for any task involving: setting up or resetting the DB Service, ingesting data (CSV, streaming, REST, or third-party sources like OneTick), writing or optimising queries (Python…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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…
Plugin Claude Code
KX Dashboards component knowledge for generating schema-valid dashboard JSON from natural language. Bundles kx-dashboard-core (the dashboard envelope, data sources, ViewState, binding, actions and pre-flight checklist) plus per-component skills (Datagrid, Pivot Grid, ChartGL, Maps, Forms, Gauge, and more).
Skill Claude CodeCodex
Use this when the user wants collapsible or expandable sections in a KX Dashboards layout. Use it for section-based content organization; use kx-tabs for tabbed switching and kx-flex-panel for non-collapsible flexible layout containers.
Skill Claude CodeCodex
Use this alongside a component skill when adding KX Dashboards interactions such as clicks, hovers, row selection, navigation, or data-source re-execution. It defines how actions are attached and triggered, not the base component itself.
Skill Claude CodeCodex
Use this for KX Dashboards layout containers and navigation primitives such as panels, navigation menus, and overlay drawers. Use it for structural layout needs; use kx-tabs for tabbed switching, kx-accordion for collapsible sections, and kx-flex-panel for fixed-plus-flex layouts.
Skill Claude CodeCodex
Use this when the user wants a KX Dashboards breadcrumb trail for hierarchical drilldown or drill-through navigation, especially with pivot grids or chart-based exploration. Use kx-tabs for tabbed navigation instead of breadcrumbs.
Skill Claude CodeCodex
Use this when the user wants a KX Dashboards button or clickable action trigger: labels, icons, tooltips, alignment, fixed width, disabled state, colours, and click actions. Use it for buttons and action triggers; use kx-textinput for free-text entry, kx-dropdown for selection lists, or kx-selectioncontrols for…
Skill Claude CodeCodex
Use this when the user wants a KX Dashboards 3D chart or 3D visualisation: scatter, line, bar, surface, or 4D color/size-encoded layers. Use it for 3D graphics; use kx-chartgl for standard 2D WebGL charts and kx-gauge for dial or bullet-style KPI charts.
Skill Claude CodeCodex
Use this when the user wants a KX Dashboards ChartGL chart or chart layer: line, bar, bubble, waterfall, candlestick, multi-axis, streaming, or other WebGL-accelerated visualisations. Use kx-heatmap for standalone heatmap components; read kx-dashboard-core first for the dashboard envelope, data sources, ViewState, and…
Skill Claude CodeCodex
Use this when building or editing any KX Dashboards JSON dashboard: start here for the dashboard envelope, screens, widget wrapper, ViewState, data sources, actions, notifications, deployment, and the pre-flight checklist. Load it before component skills such as kx-chartgl, kx-datagrid, kx-pivot-grid, or kx-query when…
Skill Claude CodeCodex
Generate KX Dashboards input and filter components: DataFilter (visual filter builder, definitionId=48) and QueryBuilder (visual kdb+ query constructor, definitionId=10254). Use when the user asks for a filter panel, filter builder, AND/OR filter, or query builder for a grid or chart. Critical: DataFilter requires a…
Skill Claude CodeCodex
Use this when the user wants a KX Dashboards parameter-input form that writes values into ViewStates and re-executes a data source on submit: simple input panels, forms with dropdowns, date pickers, sliders, or password fields. Use kx-formbuilder for free-form record entry and kx-datafilter for filter/query-builder…