بنقرة واحدة
example-data-processor
// Process CSV data files by cleaning, transforming, and analyzing them. Use this when users need to work with CSV files, clean data, or perform basic data analysis tasks.
// Process CSV data files by cleaning, transforming, and analyzing them. Use this when users need to work with CSV files, clean data, or perform basic data analysis tasks.
分析Excel/CSV字段结构,AI自动生成中英文映射,验证翻译质量,输出统计报告。用于电子表格分析、数据字典创建、字段映射场景。
Deploy a Vibes app to exe.dev VM hosting. Uses nginx on persistent VMs with SSH automation. Supports client-side multi-tenancy via subdomain-based Fireproof database isolation.
Given a research goal, use existing skills, training reports, and references to propose a small, concrete experiment plan.
Integrate Trackio for experiment tracking in Kaggle competitions. Use PROACTIVELY when user trains models, logs metrics, or manages experiments. Keywords: 実験, 訓練, train, training, tracking, metrics, 指標, ログ
Use Microsoft Fabric CLI (fab) to manage workspaces, semantic models, reports, notebooks, lakehouses, and other Fabric resources via file-system metaphor and commands. Use when deploying Fabric items, running jobs, querying data, managing OneLake files, or automating Fabric operations. Invoke this skill automatically whenever a user mentions the Fabric CLI, fab, or Fabric.
Provides automated fact-checking, quality assessment, and self-validation capabilities for AI outputs. Use this skill when you need to verify factual claims, assess implementation quality, or ensure outputs meet production standards before delivery.
| name | example-data-processor |
| description | Process CSV data files by cleaning, transforming, and analyzing them. Use this when users need to work with CSV files, clean data, or perform basic data analysis tasks. |
This skill demonstrates a complete skill structure with scripts, references, and proper documentation.
Processes CSV data files with these capabilities:
To process a CSV file:
Process the data in myfile.csv
The skill will:
For custom processing options:
Process sales.csv and group by region
scripts/process_csv.py - Main data processing script
scripts/fetch_data.py - API data fetcher (demonstrates uv dependencies)
scripts/validate.py - Data validation script
The scripts use these environment variables:
OUTPUT_DIR - Where to save processed files (optional)MAX_ROWS - Maximum rows to process (optional)Set them using:
Set OUTPUT_DIR to /path/to/output
For detailed information:
"File not found" error:
"Invalid data" error: