By LalitMaganti
Get full language server support for SQLite SQL: real-time diagnostics, formatting, code completions, go-to-definition, hover information, and symbol listing for .sql files, plus CLI tools for formatting, validation, and AST inspection.
Format SQL files using the syntaqlite formatter. Use when the user wants to format, reformat, or pretty-print SQL code.
Parse SQL and inspect the AST using syntaqlite. Use when the user wants to see the parse tree, debug SQL syntax, or understand how a query is structured.
Validate SQL and report diagnostics using syntaqlite. Use when the user wants to check SQL for errors, lint SQL files, or verify correctness against a schema.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub lalitmaganti/claude-code-plugin --plugin syntaqliteDevsForge SQL query formatter with beautification, syntax highlighting, optimization hints, and multiple dialect support
Analyze and optimize SQL queries for better performance, suggesting indexes, query rewrites, and execution plan improvements
SQL query optimization and execution plan analysis
Database design toolkit for schema modeling, query optimization, and indexing strategies. Includes database architect agent for strategic database decisions.
Agent skill for the sq CLI: SLQ and native SQL, sources and handles, output formats, inspect/diff/tbl, and per-driver notes for databases and file formats.
Database architecture and SQL optimization with PostgreSQL expertise