원클릭으로
data-analysis
Analyze CSV and tabular data, create summaries, and generate insights
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze CSV and tabular data, create summaries, and generate insights
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Writing content across different platforms and styles. This skill should be used when creating blog posts, LinkedIn posts, X/Twitter threads, technical documentation, or other written content. It intelligently selects the appropriate writing style based on the platform, audience, and content type, then applies that style consistently throughout the piece.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use this skill when creating, improving, or optimizing prompts for Claude. Applies Anthropic's best practices for prompt engineering including clarity, structure, consistency, hallucination reduction, and security. Useful when users request help with writing prompts, improving existing prompts, reducing errors, increasing consistency, or implementing specific techniques like chain-of-thought, multishot prompting, or XML structuring.
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
| name | data-analysis |
| description | Analyze CSV and tabular data, create summaries, and generate insights |
This skill provides step-by-step workflows for analyzing tabular data (CSV, TSV, etc.).
Use this skill when the user:
First, determine where the data is:
Use read_file to load the data. Look for:
Perform these analyses based on user needs:
Basic Statistics:
Data Quality:
Insights:
Structure your summary as:
# Data Analysis Report
## Dataset Overview
- Rows: [count]
- Columns: [count]
- Columns: [list]
## Key Statistics
[Relevant statistics based on data type]
## Data Quality
[Any issues found]
## Insights
[Key findings and patterns]
## Recommendations
[Suggested next steps]
User request: "Analyze this sales data: sales.csv"
Your approach: