Data Pack
Work with data and LLMs: SQL optimization and prompt-engineering skills plus the sql-writer agent.
npx @aiskillet/cli add data-pack --target claude-code
Install once: npm i -g @aiskillet/cli โ then it works in whatever tool you use.
The same skill, compiled to each target's native format.
What's inside 3
One install adds every capability below โ each also available on its own.
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.
Write prompts that are specific, structured, and testable โ clear role/task, examples, output contracts, and iteration against evals. Use when writing or debugging an LLM prompt.
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.
- Author
- @aiskillet
- Source
- aiskillet/cookbook/tree/main/plugins/data-pack
- Targets
- claude-code
- License
- MIT
- Tags
- data-ml, sql, bundle