Turns raw database schema snapshots into semantic layer sources and wiki documentation. You point it at JSON files containing table definitions, foreign keys, and connection metadata, and it writes validated sources with proper joins, preserves database comments as descriptions, and creates wiki pages only when there's real business meaning in the schema. The identifier verification protocol is the interesting bit: it actually probes the warehouse with discover_data and entity_details before writing anything, so you don't end up with semantic layer sources that reference tables or columns that don't exist. It won't invent measures or business logic that isn't already in your schema comments, which keeps the output grounded in what's actually there.
npx -y skills add kaelio/ktx --skill live_database_ingest --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
wordpress/agent-skills
Dexploarer/hyper-forge
prisma/skills