Community研究与数据分析github.com

suifeng156/skillport

Cross-platform compatibility tester for Agent Skills — run one SKILL.md on Claude Code, Codex, and Gemini CLI; see where they diverge.

兼容平台Claude CodeCodex CLI~CursorGemini CLI
npx skills add suifeng156/skillport

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

文档

CSV Summarizer

When the user asks you to summarize or profile a CSV file, follow this protocol.

1. Identify the file

If the user names a specific file, use that. Otherwise list .csv files in the working directory and use the most recently modified one. Report the filename you chose.

2. Read and analyze

Read the file (or its first 1000 rows if very large). Compute:

  • Row count — total rows excluding the header.
  • Column count — from the header row.
  • Per-column:
    • Inferred type: integer, decimal, date, boolean, string, or mixed.
    • Distinct value count for low-cardinality columns (< 20 distinct).
    • A representative sample value.
  • Data quality flags — missing values, type inconsistencies inside a column, suspicious outliers, malformed dates, duplicated rows.

3. Report format

Produce a single response with:

  1. A one-line header: csv-summarizer: <filename> (N rows × M columns).
  2. A markdown table of columns: | name | inferred type | sample | notes |.
  3. A short paragraph titled "Data quality" describing any flags found, or "No issues detected" if none.

Do not modify the file. Read-only.

相关技能

imbad0202/deep-research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review, devil's advocate challenges, ethics review, and post-research literature monitoring. Triggers on: research, deep research, literature review, systematic review, meta-analysis, PRISMA, evidence synthesis, fact-check, guide my research, help me think through, 研究, 深度研究, 文獻回顧, 文獻探討, 系統性回顧, 後設分析, 事實查核, 引導我的研究, 幫我釐清, 幫我想想, 我不確定要研究什麼, 研究方向, 研究主題.

community

apache/seatunnel

SeaTunnel is a multimodal, high-performance, distributed, massive data integration tool.

community

RaggedR/math-research-tools

Claude Code skills and Python scripts for arXiv literature review and knowledge graph construction

community

jovd83/lifelike-synthetic-data-generator

Generates realistic synthetic datasets for tests and demos with seeded, locale-aware, and distribution-shaped data.

community

kjx-talesofai/claude-skill-hyper-search

Claude Code Agent Skill for unified web search across multiple providers

community

wan-huiyan/data-provenance-verifier

Catch fabricated data files before they contaminate your analysis. Claude Code skill for three-layer provenance auditing.

community