Transform and export data using DuckDB SQL. Read CSV/Parquet/JSON/Excel/databases, apply SQL transformations (joins, aggregations, PIVOT/UNPIVOT, sampling), and write results to Parquet/CSV/JSON files.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin richard-gyiko-data-wrangler-pluginA Claude Code plugin that enables powerful data transformation and export using DuckDB SQL.
Add the marketplace and install:
/plugin marketplace add richard-gyiko/data-wrangler-plugin
/plugin install data-wrangler@data-wrangler-marketplace
/plugin marketplace add ./path/to/data-wrangler-plugin
/plugin install data-wrangler@data-wrangler-marketplace
Once installed, Claude will automatically use this skill when you ask data transformation questions.
Simple file query:
"What are the top 10 products by revenue in sales.csv?"
Join multiple files:
"Join orders.parquet with customers.csv and show total orders per customer"
Export to Parquet:
"Filter active users from users.csv and save as users_active.parquet"
Create partitioned dataset:
"Convert events.json to Parquet partitioned by year and month"
Store database and cloud credentials securely using a YAML secrets file with environment variable substitution.
Create secrets.yaml:
secrets:
my_postgres:
type: postgres
host: db.example.com
user: analyst
password: "${PGPASSWORD}" # Uses environment variable
database: analytics
Supported secret types:
See SECRETS.md for full configuration options.
The skill uses DuckDB, an embedded analytical database that excels at:
uv package manager (for running the script)Dependencies are automatically installed via the inline script metadata:
duckdb>=1.4.3polars[pyarrow]>=1.36.1data-wrangler-plugin/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace definition
├── skills/
│ └── data-wrangler/
│ ├── SKILL.md # Skill instructions for Claude
│ ├── SECRETS.md # Secrets management docs
│ ├── TRANSFORMS.md # Advanced SQL patterns
│ └── scripts/
│ └── query_duckdb.py # DuckDB query engine
├── tests/ # Test suite
└── README.md
MIT License - see LICENSE file for details.
Contributions welcome! Please open an issue or pull request.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Automates browser interactions for web testing, form filling, screenshots, and data extraction
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.