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.
$npx -y skills add kxsystems/kx-skills --skill kxmeta-discoverInstalls into the current project.
Run `npx skills use "https://github.com/kxsystems/kx-skills" --skill "kxsystems/kx-skills/kxmeta-discover"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kxsystems/kx-skills" that are relevant to the current task. Run `npx skills add "https://github.com/kxsystems/kx-skills"` and select the relevant skills, then follow their instructions.