Pandas
Pandas is a Python library for loading, cleaning, transforming, and analyzing tabular data. It provides DataFrames for structured data manipulation, supports CSV, Excel, SQL, JSON, and Parquet formats, and offers powerful groupby aggregation, merge/join operations, time series resampling, and method chaining for buildi
概要
Pandas is a foundational Python library integrated into AI agent workflows via the TerminalSkills/skills repository. This skill enables agents like Claude, Gemini, and Codex to perform structured data manipulation using DataFrames. It supports various file formats including CSV, Excel, SQL, and Parquet. Users can leverage the skill for complex data cleaning, merging datasets, and performing groupby aggregations. By utilizing method chaining and time series resampling, the skill facilitates sophisticated data analysis directly within agent environments. The TerminalSkills/skills repository, which currently holds 72 stars, provides the documentation and framework for implementing these Pandas-based operations. This integration allows for seamless transformation of tabular data into actionable insights during automated coding or analysis sessions.
ユースケース
導入方法
# Review source first
open https://github.com/TerminalSkills/skills/blob/main/skills/pandas/SKILL.mdCopy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.
セキュリティ
Users should ensure that any data files processed by the Pandas skill are from trusted sources to prevent injection or unauthorized data access. As this skill operates within AI agent environments like Claude or Codex, standard Python execution security protocols apply when handling external file formats such as Parquet or SQL databases.
関連Skills
Derive Client
vercel-labs/agent-browser
ブラウザのトラフィックを HAR ファイルに記録することで、ウェブサイトの内部 API をリバースエンジニアリングし、最初の記録後はブラウザを必要とせずにエンドポイントを直接呼び出すスタンドアロンクライアントまたは CLI を生成します。「クライアントを派生させて(derive a client)」、「<site> 用の CLI を構築して」、「このサイトの API をリバースエンジニアリングして」、「ネットワークリクエストを記録して」、「このサイトを API に変換して」と依頼された場合や、同じサイトを繰り返し自動化し、ブラウザを毎回操作するよりも直接 HTTP を呼び出す方が効率的な場合に使用します。
Supabase Postgres Best Practices
supabase/agent-skills
Supabaseが管理する、あらゆる場所で動作するPostgresのためのPostgresベストプラクティスです。Postgresデータベースに保存されるあらゆるものの作成や変更(テーブルやカラムの作成・変更(カラム型の選択を含む)、スキーマ設計、マイグレーションと宣言的スキーマファイル、RLS ポリシーとそれらを検証するテスト、インデックス、トリガー、データベース関数、キューとスケジュール済みジョブ(pg_cron、pgmq)、ベクトル/セマンティック検索(pgvector)、ダンプの復元(pg_restore)またはインポートなど)を行うBEFOREに、このスキルをロードしてください。
Deep Agents Orchestration
langchain-ai/langchain-skills
Deep Agents でサブエージェント、タスクプランニング、または人間による承認を使用する際の INVOKE THIS SKILL。SubAgentMiddleware、プランニング用の TodoList、および HITL 割り込みをカバーしています。
Mongodb Natural Language Querying
mongodb/agent-skills
自然言語を使用して、コレクションスキーマのコンテキストやサンプルドキュメントに基づいた読み取り専用の MongoDB クエリ(find)または集計パイプラインを生成します。ユーザーが MongoDB クエリの記述、作成、生成を依頼した場合、MongoDB データのフィルタリング/クエリ/集計を希望する場合、「クエリの方法は...」と尋ねた場合、クエリ構文のヘルプが必要な場合、または MongoDB ドキュメントの検索/フィルタリング/グループ化について議論する場合に、このスキルを使用します。また、SQL のようなリクエストを MongoDB 構文に変換するためにも使用します。NOT は Atlas Search($search 演算子
Mongodb MCP Setup
mongodb/agent-skills
MongoDB MCP サーバーの主要なオプション設定をユーザーに案内します。MongoDB MCP サーバーはインストール済みだが、必要な環境変数が設定されていない場合や、MongoDB/Atlas への接続について質問があり、認証情報が設定されていない場合にこのスキルを使用します。
Mongodb Connection
mongodb/agent-skills
サポートされているすべてのドライバー言語で、MongoDB クライアントの接続設定(プール、タイムアウト、パターン)を最適化します。MongoDB クライアントをインスタンス化または設定する関数の作成、更新、レビュー(例:`connect()` の呼び出し時)、接続プールの設定、接続エラー(ECONNREFUSED、タイムアウト、プール枯渇)のトラブルシューティング、接続に関連するパフォーマンス問題の最適化を行う際に、このスキルを使用してください。これには、MongoDB を使用したサーバーレス関数の構築や、API en の作成などのシナリオが含まれます。