Explains what a SQL query does in plain language and flags likely performance pitfalls. Use when the user pastes a SQL statement and asks "what does this do", "is this slow", or wants an index suggestion.
$npx -y skills add croit/llm-gateway --skill sql-query-explainerInstalls into the current project.
Run `npx skills use "https://github.com/croit/llm-gateway" --skill "croit/llm-gateway/sql-query-explainer"` 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/croit/llm-gateway" that are relevant to the current task. Run `npx skills add "https://github.com/croit/llm-gateway"` and select the relevant skills, then follow their instructions.