pykx
Installation
SKILL.md
PyKX
Use this skill when building or reviewing PyKX code. PyKX wraps q/K objects inside Python, so keep data in PyKX/K form for q analytics and convert only at Python, NumPy, Pandas, PyArrow, or IPC boundaries.
Workflow
- Read
references/index.mdfirst and load only the relevant task notes. - For install, import, configuration, modes, or license setup, read
getting-started-and-configuration.md. - For object creation, conversion, text, nulls, temporals, or wrapper behavior, read
data-conversion-and-types.md. - For
kx.q, q keyword wrappers, Query API, SQL, qSQL, and query performance, readquery-and-q-execution.md. - For persisted kdb+ databases, IPC connections, or real-time capture, read
databases-ipc-and-streaming.md. - For q processes running Python or Python functions running on q servers, read
pykx-under-q-and-interop.md. - For production bugs, environment problems, subprocess/threading issues, and embedded-q limitations, read
operational-pitfalls-and-troubleshooting.md. - For generated code or review, read
recipes.mdandanti-patterns.md.