Back to list
kitproj

data-analysis

by kitproj

Get the session context for a coding agent.

2🍴 1📅 Jan 16, 2026

SKILL.md


name: data-analysis description: Analyze datasets, generate charts, and create summary reports. Use when the user needs to work with CSV, Excel, or other tabular data formats for analysis or visualization.

Data Analysis

When to use this skill

Use this skill when the user needs to:

  • Analyze CSV or Excel files
  • Generate charts and visualizations
  • Calculate statistics and summaries
  • Clean and transform data

How to analyze data

  1. Use pandas for data analysis:
    import pandas as pd
    df = pd.read_csv('data.csv')
    summary = df.describe()
    

How to create visualizations

  1. Use matplotlib or seaborn for charts:
    import matplotlib.pyplot as plt
    df.plot(kind='bar')
    plt.savefig('chart.png')
    

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon