Use this skill when the user wants to query CSV data with SQL using an in-memory SQLite database.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-e28aa54d)More formats (shields.io, HTML) on the badges page.
---
name: sql-pipe
description: Use this skill when the user wants to query CSV data with SQL using an in-memory SQLite database.
---
# sql-pipe Plugin
Pipe CSV into SQLite for instant SQL queries.
## Commands
- `sql-pipe _ _` — Passthrough to sql-pipe CLI
## Installation
```bash
cargo install sql-pipe
```
## Examples
```bash
cat data.csv | sql-pipe "SELECT * FROM stdin WHERE age > 18"
```
## Key Features
- **SQL on CSV** — Query CSV data with full SQL
- **In-memory SQLite** — No database setup needed
- **Pipeline-ready** — stdin/stdout support
- **Fast** — Written in Rust
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!