Loading...
Loading...
Found 60 Skills
Create, edit, and manipulate Excel spreadsheets programmatically using openpyxl
Query a running Apache Spark History Server from Copilot CLI. Use this whenever the user wants to inspect SHS applications, jobs, stages, executors, SQL executions, environment details, or event logs, especially when they mention Spark History Server, SHS, event log history, benchmark runs, or application IDs.
Trace the citation neighborhood around one focal paper into foundations, descendants, bridges, weak edges, and optional second-hop links
DuckDB SQL reference for MotherDuck. Use when you need exact DuckDB syntax, function behavior, supported MotherDuck SQL features, or to resolve whether PostgreSQL-oriented SQL will fail on MotherDuck.
Instructions for applying mathematical transformations to temperature data based on rules in weather-orchestration/input.md
High-performance data analysis using Polars - load, transform, aggregate, visualize and export tabular data. Use for CSV/JSON/Parquet processing, statistical analysis, time series, and creating charts.
Financial time series analysis method toolkit. Covers stocks / commodity futures / cryptocurrencies / ETFs / foreign exchange / indices, full process from data acquisition to high-level analysis. Built-in 70+ analysis methods, covering 8 major method domains: time series testing, predictive modeling, cross-asset relationships, volatility risk, portfolio optimization, state recognition, commodity-specific analysis and network analysis. Tushare MCP tool (A shares/Hong Kong stocks/US stocks/futures/funds/macro) is preferred for data acquisition, and yfinance scripts are used to supplement assets not covered by tushare such as commodity futures (CL=F) and crypto (BTC-USD).
万行以上 Excel 数据集的高性能分析引擎。提供 openpyxl read_only 流式读取(iter_rows 支持 10 万行以上)、Parquet 转换加速、内存优化、分块处理和大文件写入模式。**遇到以下任一情况就主动使用本 skill**:①数据行数 ≥ 10k(由 sn-da-excel-workflow 的行数评估步骤触发);②用户出现触发词:大文件 / 大数据量 / 性能优化 / 内存不足 / OOM / 百万行 / 十万行 / 流式读取 / Parquet / 分块处理 / large file / big data / streaming read / chunked processing;③直接使用 pd.read_excel() 导致超时或内存溢出;④用户明确要求对大规模数据集进行高性能处理。仅不用于:小于 10k 行的常规 Excel 分析(使用 sn-da-excel-workflow 即可)。
Vendor-neutral skill to analyze onboarding funnel dropoff and propose prioritized interventions.
Vendor-neutral skill to compare forecast assumptions over time and flag high-impact drift.
Create, edit, audit, and extract Excel spreadsheets (.xlsx): generate reports/exports, apply formulas/formatting/charts/data validation, parse existing workbooks, and avoid spreadsheet risks (formula injection, broken links, hidden rows). Supports ExcelJS, openpyxl, pandas, XlsxWriter, and SheetJS.
Polars fast DataFrame library. Use for fast data processing.