From aidotnet-moyucode
Processes CSV files by reading, writing, filtering, sorting, aggregating data, and converting formats like to JSON using Python scripts based on pandas. Useful for tabular data transformation and analysis. Invoke via /csv.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Process CSV files with powerful data manipulation capabilities including filtering, sorting, aggregation, and format conversion.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
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