Summarize a CSV and produce basic charts. Use for quick tabular exploration.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add itlackey/akm --skill Data_Analysis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Data Analysis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/itlackey-data-analysis)More formats (shields.io, HTML) on the badges page.
---
name: Data_Analysis
description: Summarize a CSV and produce basic charts. Use for quick tabular exploration.
---
# Data analysis
## Instructions
Load the CSV, describe the columns, and plot the two most-correlated numeric
columns.
<!--
HARD-RULE VIOLATION (fixture, intentional): the skill `name` is "Data_Analysis"
— it contains uppercase letters and an underscore, so it fails the Agent Skills
name charset rule ^[a-z0-9]+(-[a-z0-9]+)*$. The directory name matches the
frontmatter name (both "Data_Analysis"), so the name==dir rule holds; only the
charset rule is violated. This exercises the agent-skills lint golden.
-->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!