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.

관련 스킬

squirrelscan/audit-website

Audit websites for SEO, performance, security, technical, content, and 17 other issue categories with 240+ rules using the squirrelscan CLI. Returns LLM-optimized reports with health scores, broken links, meta tag analysis, and actionable recommendations. Use to discover and asses website or webapp issues and health.

community

BjornMelin/dev-skills

AgentSkills library: reusable skills for AI coding agents (AI SDK, Codex, LangGraph, Supabase, Docker, Vitest, pytest, Streamlit, Zod).

community

claude-office-skills/crypto-report

Analyze cryptocurrency projects with tokenomics, on-chain metrics, and market analysis. Generate comprehensive crypto research reports.

community

degausai/wonda-cli

Using the Wonda CLI to generate images, videos, music, and audio from the terminal — plus LinkedIn, Reddit, and X/Twitter research and automation

community

openplaybooks-dev/converge

Autonomous AI Agent Playbooks. - Agent harnessing and orchestration for complex, repeatable, verifiable workflows.

community

tradermonty/options-strategy-advisor

Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.

community