Skip to main content

csv-workbench

Analyze CSV files in /mnt/data and return concise numeric summaries.

インストールへ移動

ソース情報

リポジトリ
TuYv/ccpm
ソースの最終更新活動
2026年6月28日 00:16
検出された SKILL.md の言語
英語
スター
1
フォーク
2

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

ファイルエクスプローラー
2 ファイル

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
csv-workbench
description
Analyze CSV files in /mnt/data and return concise numeric summaries.
# CSV Workbench Use this skill when the user asks for quick analysis of tabular data. ## Workflow 1. Inspect the CSV schema first (`head`, `python csv.DictReader`, or both). 2. Compute requested aggregates with a short Python script. 3. Return concise results with concrete numbers and units when available. ## Constraints - Prefer Python stdlib for portability. - If data is missing or malformed, state assumptions clearly. - Keep the final answer short and actionable.
GitHubで見る