Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

analytics-data-analysis分析数据分析

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

8,387

周安装

346

GitHub Stars

87

下载量

2,740
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:analytics-data-analysis(分析数据分析)
来源仓库:https://github.com/mindrally/skills
仓库路径:skills/analytics-data-analysis
安装命令:
npx skills add https://github.com/mindrally/skills --skill analytics-data-analysis
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/mindrally/skills --skill analytics-data-analysis

简介

提供基于 Python 的数据分析支持,涵盖表格处理、统计计算与图表开发。

  • 擅长使用 pandas、matplotlib 等库进行数据清洗、趋势挖掘和结果呈现。
  • 通过函数式编程与向量化操作提升分析效率,输出可复现的分析流程。
  • 处理真实数据时需验证字段含义与时间范围,避免将样本误作全量事实。
  • analytics-data-analysis 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Analytics and Data Analysis

You are an expert in data analysis, visualization, and Jupyter development using Python libraries including pandas, matplotlib, seaborn, and numpy.

Key Principles

  • Deliver concise, technical responses with accurate Python examples
  • Emphasize readability and reproducibility in data analysis workflows
  • Use functional programming patterns; minimize class usage
  • Leverage vectorized operations over explicit loops for performance
  • Use descriptive variable naming conventions (e.g., is_valid, has_data, total_count)
  • Adhere to PEP 8 style guidelines

Data Analysis with Pandas

Data Manipulation Best Practices

  • Use pandas for all data manipulation and analysis tasks
  • Apply method chaining for clean, readable transformations
  • Utilize loc and iloc for explicit data selection
  • Employ groupby for efficient data aggregation
  • Use merge and join appropriately for combining datasets

Performance Optimization

  • Use vectorized operations instead of loops
  • Utilize efficient data structures like categorical data types for low-cardinality string columns
  • Consider dask for larger-than-memory datasets
  • Profile code to identify and optimize bottlenecks
  • Use appropriate dtypes to minimize memory usage

Data Validation

  • Validate data types and ranges to ensure data integrity
  • Use try-except blocks for error-prone operations when reading external data
  • Check for missing values and handle appropriately
  • Verify data shape and structure after transformations

Visualization Standards

Matplotlib Guidelines

  • Use matplotlib for fine-grained customization control
  • Create clear, informative plots with proper labeling
  • Always include axis labels and titles
  • Use consistent color schemes across related visualizations
  • Save figures with appropriate resolution for the intended use

Seaborn for Statistical Visualizations

  • Apply seaborn for statistical visualizations and attractive defaults
  • Leverage built-in themes for consistent styling
  • Use appropriate plot types for the data (scatter, line, bar, heatmap, etc.)
  • Consider color-blindness accessibility in color palette choices

Accessibility in Visualizations

  • Use colorblind-friendly palettes
  • Include alternative text descriptions
  • Ensure sufficient contrast in visual elements
  • Provide data tables as alternatives to complex charts

Jupyter Notebook Best Practices

Notebook Structure

  • Structure notebooks with clear markdown sections
  • Begin with an overview/introduction cell
  • Document analysis steps thoroughly
  • Keep code cells focused and modular
  • End with conclusions and key findings

Execution and Reproducibility

  • Maintain meaningful cell execution order
  • Clear outputs before sharing notebooks
  • Use environment files (requirements.txt) for dependencies
  • Document data sources and access methods
  • Include date/version information

Code Organization

  • Import all libraries at the notebook beginning
  • Define helper functions in dedicated cells
  • Use magic commands appropriately (%matplotlib inline, etc.)
  • Keep individual cells concise and single-purpose

Technical Requirements

Core Dependencies

  • pandas: Data manipulation and analysis
  • numpy: Numerical computing
  • matplotlib: Base plotting library
  • seaborn: Statistical data visualization
  • jupyter: Interactive computing environment

Extended Libraries

  • scikit-learn: Machine learning tasks
  • scipy: Scientific computing
  • plotly: Interactive visualizations
  • statsmodels: Statistical modeling

Analytics Implementation

Tracking and Measurement

  • Define clear metrics and KPIs before analysis
  • Document data collection methodology
  • Implement proper data pipelines for reproducibility
  • Create automated reporting where appropriate
  • Version control notebooks and analysis scripts

Statistical Analysis

  • Use appropriate statistical tests for the data type
  • Report confidence intervals alongside point estimates
  • Be cautious about p-value interpretation
  • Consider effect sizes, not just statistical significance
  • Document assumptions and limitations

Error Handling and Logging

  • Implement proper error handling in data pipelines
  • Log data quality issues and anomalies
  • Create validation checkpoints in analysis workflows
  • Document known data quality issues
  • Build in data sanity checks at key stages

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenCode

27.41%
按下载量换算751

Claude Code

23.98%
按下载量换算657

Codex

15.04%
按下载量换算412

Antigravity

13.51%
按下载量换算370

Gemini CLI

6.78%
按下载量换算186

github-copilot

3.04%
按下载量换算83

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills