examples/skills/data-analysis/SKILL.md
Analyze datasets and create visualizations
npx skillsauth add femto/minion data-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill helps analyze datasets and create meaningful visualizations. It can handle CSV files, perform statistical analysis, and generate various types of plots.
When a user requests data analysis:
scripts/analyze.py: Core analysis functions
load_dataset(filepath): Load data from various formatsbasic_statistics(df): Calculate descriptive statisticsdetect_outliers(df, column): Identify outlierscorrelation_analysis(df): Compute correlationsscripts/visualize.py: Visualization utilities
plot_distribution(df, column): Create distribution plotsplot_correlation_matrix(df): Visualize correlation heatmapplot_time_series(df, date_col, value_col): Time series plotssave_plot(fig, filename): Save figure to fileAnalysis results should include:
development
Performs thorough code reviews with focus on best practices, security, performance, and maintainability. Use this skill when reviewing pull requests, auditing code quality, or getting feedback on implementations.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.