VoltAgent / workspace-data-analyst
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/workspace-data-analyst && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1676" && unzip -o skill.zip -d .claude/skills/workspace-data-analyst && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/workspace-data-analyst/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Analyze CSV files in the workspace and summarize insights.
0 views
0 installs
Skill Content
--- name: Workspace Data Analyst description: Analyze CSV files in the workspace and summarize insights. version: "1.0.0" tags: - data - csv - analysis references: - references/schema.md assets: - assets/sample.csv --- When analyzing CSV data: 1. Load the file and inspect headers. 2. Summarize totals, averages, and outliers. 3. Provide a short insight summary and recommended next steps.