explain-lpts-ddl
OfficialLPTS DDL guide for SQL transpilation and debugging.
Software Engineering#duckdb#logical plan#query debugging#lpts#sql transpilation#cte generation#dialect conversion
Authorcwida
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill solves the problem of needing to manually search source code or external resources to correctly use the LPTS DuckDB extension's features for SQL transpilation, logical plan inspection, and query validation.
Core Features & Use Cases
- Complete DDL Reference: Covers all LPTS pragmas (PRAGMA lpts, lpts_exec, lpts_check, print_ast), table functions (lpts_query), and dialect configuration settings.
- Cross-System SQL Transpilation Support: Includes documentation for converting DuckDB queries to PostgreSQL, Spark SQL, BigQuery, and other supported dialects.
- Use Case: A data engineer can use this skill to quickly look up the correct syntax for PRAGMA lpts_check to validate that transpiled SQL returns identical results to the original query, or use print_ast to debug logical plan conversion issues.
Quick Start
Use the explain-lpts-ddl skill to look up the correct syntax for PRAGMA lpts_check and verify that your transpiled SQL produces the same results as the original query.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: explain-lpts-ddl Download link: https://github.com/cwida/lpts/archive/main.zip#explain-lpts-ddl Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.