#sql
3 listings tagged sql.
plugin โ Verified
Data & ML Data Pack
Work with data and LLMs: SQL optimization and prompt-engineering skills plus the sql-writer agent.
skill โ Verified
Data & ML SQL Optimization
Make slow queries fast โ read the query plan, index for the access pattern, and kill N+1s and needless scans. Use when a query is slow or designing indexes.
agent โ Verified
Data & ML SQL Writer
Writes correct, efficient SQL from a request โ using the real schema, safe parameters, and index-aware queries. Use to author or optimize a query against a known schema.