From aidotnet-moyucode
Reads, writes, transforms, and analyzes CSV files with filtering, sorting, aggregation, and format conversion (e.g., CSV to JSON).
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidotnet-moyucode:csv-processorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Process CSV files with powerful data manipulation capabilities including filtering, sorting, aggregation, and format conversion.
Process CSV files with powerful data manipulation capabilities including filtering, sorting, aggregation, and format conversion.
/csv command# Read and display CSV
python scripts/csv_processor.py read data.csv
# Filter rows
python scripts/csv_processor.py filter data.csv --column "status" --value "active"
# Sort by column
python scripts/csv_processor.py sort data.csv --by "date" --desc
# Convert to JSON
python scripts/csv_processor.py convert data.csv --format json --output data.json
# Aggregate data
python scripts/csv_processor.py aggregate data.csv --group "category" --sum "amount"
csv, data, transform, analysis, pandas
npx claudepluginhub aidotnet/moyucodeProcess, transform, and analyze tabular data (CSV, TSV, JSON) using standard command-line tools and Python. Handles filtering, joining, aggregating, deduplicating, and summary reports.
Parse, transform, clean, and analyze CSV files: auto-detect formats, filter/sort/merge/pivot, generate stats/outliers, with Python (pandas) and JavaScript examples.
Standardizes CSV data wrangling with qsv, providing a workflow order, tool selection matrix, and pipeline patterns for cleaning, profiling, transforming, and exporting CSV data.