data-analysis
Automates R data workflows from raw dataset exploration to generating final tables and figures.
Install
mkdir -p .claude/skills/data-analysis-xashgg && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12565" && unzip -o skill.zip -d .claude/skills/data-analysis-xashgg && rm skill.zipInstalls to .claude/skills/data-analysis-xashgg
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
End-to-end R data analysis pipeline — exploration → cleaning → regression → publication-ready tables and figures. Use when user says "analyze this dataset", "run a regression on X", "explore this CSV", "full analysis workflow", "get me summary stats and a regression", or points at a `.csv`/`.rds`/`.dta` and asks for empirical results. Produces numbered R scripts in `scripts/R/` and outputs to `scripts/R/_outputs/`.Key capabilities
- →Load and inspect datasets
- →Generate diagnostic outputs for exploratory data analysis
- →Perform regression analysis
- →Create publication-ready tables and figures
- →Save key objects and review scripts
How it works
The skill executes an R data analysis pipeline, starting with a Pre-Flight Report, then proceeds through data loading, exploratory analysis, main analysis, and publication-ready output.
Inputs & outputs
When to use data-analysis
- →Explore a CSV dataset
- →Run regression models
- →Generate summary statistics
- →Create publication-ready analysis reports
About data-analysis
Executes data analysis pipelines in R. It handles data cleaning, statistical regressions, and generates output files like tables and figures based on project conventions.
End-to-end R data analysis pipeline — exploration → cleaning → regression → publication-ready tables and figures. Use when user says "analyze this dataset", "run a regression on X", "explore this CSV", "full analysis workflow", "get me summary stats and a regression", or points at a `.csv`/`.rds`/`.
When not to use it
- →When the input cannot be read (missing file, unreadable format)
- →When the task is not an end-to-end R data analysis
Limitations
- →Requires adherence to R code conventions
- →All scripts must be saved to scripts/R/
- →All outputs must be saved to output/
How it compares
This skill provides a structured, end-to-end R analysis workflow with predefined phases and output conventions, unlike performing manual, ad-hoc analysis steps.
Compared to similar skills
data-analysis side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| data-analysis (this skill) | 0 | 3mo | No flags | Intermediate |
| exploratory-data-analysis | 15 | 2mo | Review | Intermediate |
| model-compare | 7 | 8mo | Review | Advanced |
| astropy | 6 | 7mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by xashgg
View all by xashgg →You might also like
exploratory-data-analysis
K-Dense-AI
Perform comprehensive exploratory data analysis on scientific data files across 200+ file formats. This skill should be used when analyzing any scientific data file to understand its structure, content, quality, and characteristics. Automatically detects file type and generates detailed markdown reports with format-specific analysis, quality metrics, and downstream analysis recommendations. Covers chemistry, bioinformatics, microscopy, spectroscopy, proteomics, metabolomics, and general scientific data formats.
model-compare
rawwerks
Compare 3D CAD models using boolean operations (IoU, Dice, precision/recall). Use when evaluating generated models against gold references, diffing CAD revisions, or computing similarity metrics for ML training. Triggers on: model diff, compare models, IoU, intersection over union, model similarity, CAD comparison, STEP diff, 3D evaluation, gold reference, generated model, precision recall 3D.
astropy
davila7
Comprehensive Python library for astronomy and astrophysics. This skill should be used when working with astronomical data including celestial coordinates, physical units, FITS files, cosmological calculations, time systems, tables, world coordinate systems (WCS), and astronomical data analysis. Use when tasks involve coordinate transformations, unit conversions, FITS file manipulation, cosmological distance calculations, time scale conversions, or astronomical data processing.
statistical-analysis
anthropics
Apply statistical methods including descriptive stats, trend analysis, outlier detection, and hypothesis testing. Use when analyzing distributions, testing for significance, detecting anomalies, computing correlations, or interpreting statistical results.
datacommons-client
davila7
Work with Data Commons, a platform providing programmatic access to public statistical data from global sources. Use this skill when working with demographic data, economic indicators, health statistics, environmental data, or any public datasets available through Data Commons. Applicable for querying population statistics, GDP figures, unemployment rates, disease prevalence, geographic entity resolution, and exploring relationships between statistical entities.
analyzing-market-sentiment
jeremylongshore
Analyze cryptocurrency market sentiment using Fear & Greed Index, news analysis, and market momentum. Use when gauging overall market mood, checking if markets are fearful or greedy, or analyzing sentiment for specific coins. Trigger with phrases like "analyze crypto sentiment", "check market mood", "is the market fearful", "sentiment for Bitcoin", or "Fear and Greed index".