Data analysis
Skill iwritec0de/conform/tests/golden-plugin/skills/data-analysis
Automated validation for Claude Code plugins and shared `.claude` configurations.
npx -y skills add iwritec0de/conform --skill data-analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
This skill should be used when the user asks to "analyze data", "create a chart", "parse CSV", or mentions data visualization. Provides guidance for data analysis workflows.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.7 KB, as published. Nobody here has run it
Data Analysis
This skill provides guidance for analyzing data and creating visualizations.
When to Use
Trigger this skill when the user asks about data analysis, CSV parsing, or chart creation.
Workflow
- Read the data source (CSV, JSON, etc.)
- Parse and validate the data
- Apply transformations as needed
- Generate visualizations or summaries
Reference Files
For detailed patterns, consult:
references/patterns.md- Common data analysis patterns