35 published skills

Data Analysis Agent Skills

Skills for working with datasets, notebooks, metrics, charts, and analytical workflows.

425
Skills
14
Categories
18
Repos
8
Agents

Interview Me

addyosmani/agent-skills

Data Analysis

Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview m...

reactreview
80,654 StarsMIT

Derive Client

vercel-labs/agent-browser

Data Analysis

Reverse-engineer a website's internal API by recording browser traffic into a HAR file, then generate a standalone client or CLI that calls the endpoints directly, with no browser needed after the first recording. Use when asked to "derive a client", "build a CLI for <site>", "reverse engineer this site's API", "rec...

browserdata
39,283 StarsApache-2.0

Electron

vercel-labs/agent-browser

Data Analysis

Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include...

CodexClaude
designbrowserautomationdata
39,283 StarsApache-2.0

Codeql

trailofbits/skills

Data Analysis

Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Triggers on "run codeql", "codeql scan", "codeql analysis", "build codeql database", or "find vulnerabilities with codeql". Supports "run all" (security-and-quality + security-experimental suites) and...

Claude CodeClaude
typescriptpythonsecurityresearch
6,280 StarsSource linked

Supabase

supabase/agent-skills

Data Analysis

Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies, getSes...

reactfrontendsecurityreview
2,428 StarsMIT

Supabase Postgres Best Practices

supabase/agent-skills

Data Analysis

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

securityreviewdatapostgres
2,428 StarsMIT

Langchain Rag

langchain-ai/langchain-skills

Data Analysis

INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, embeddings (OpenAI), and vector stores (Chroma, FAISS, Pinecone).

CodexClaude
typescriptpythontestingdocuments
1,009 StarsSource linked

Langgraph Fundamentals

langchain-ai/langchain-skills

Data Analysis

INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and error handling.

CodexClaude
typescriptpythondesigndata
1,009 StarsSource linked

Langchain Fundamentals

langchain-ai/langchain-skills

Data Analysis

Create LangChain agents with create_agent, define tools, and use middleware for human-in-the-loop and error handling.

Claude
typescriptpythonresearchdata
1,009 StarsSource linked

Deep Agents Orchestration

langchain-ai/langchain-skills

Data Analysis

INVOKE THIS SKILL when using subagents, task planning, or human approval in Deep Agents. Covers SubAgentMiddleware, TodoList for planning, and HITL interrupts.

CodexClaude
typescriptpythondesignresearch
1,009 StarsSource linked

Ecosystem Primer

langchain-ai/langchain-skills

Data Analysis

INVOKE FIRST for any LangChain / LangGraph / Deep Agents agent building project before consulting other skills or writing any agent code. Required starting point for up to date info on framework selection (LangChain vs LangGraph vs Deep Agents vs hybrid composition), agent patterns, install, environment setup, and w...

CodexClaude
typescriptpython
1,009 StarsSource linked

Omnistudio Dependencies Analyze

forcedotcom/sf-skills

Data Analysis

Cross-cutting OmniStudio analysis skill for namespace detection, dependency visualization, and impact analysis across OmniScripts, FlexCards, Integration Procedures, and Data Mappers. TRIGGER when: user asks about OmniStudio dependencies, wants namespace detection (Core vs vlocity_cmt vs vlocity_ins), needs impact a...

reviewdatadeployment
760 StarsApache-2.0

Dx App Analytics Query

forcedotcom/sf-skills

Data Analysis

ISV App Analytics metadata types — AppAnalyticsQueryRequest and AppAnalyticsSettings. Use this skill when the user asks about retrieving managed package usage data, configuring App Analytics simulation mode, querying subscriber snapshots, or understanding the AppAnalyticsQueryRequest lifecycle (New → Pending → Compl...

testingdatadeployment
760 StarsApache-2.0

Data360 Query

forcedotcom/sf-skills

Data Analysis

Salesforce Data Cloud Retrieve phase. Use this skill when the user runs Data Cloud SQL, async queries, vector search, search-index workflows, or metadata introspection for Data Cloud objects. TRIGGER when: user runs Data Cloud SQL, describe, async queries, vector search, search-index workflows, or metadata introspec...

documentsdata
760 StarsApache-2.0

Data360 Segment

forcedotcom/sf-skills

Data Analysis

Salesforce Data Cloud Segment phase. Use this skill when the user creates or publishes segments, manages calculated insights, or troubleshoots audience SQL in Data Cloud. TRIGGER when: user creates or publishes segments, manages calculated insights, inspects segment counts or membership, or troubleshoots audience SQ...

data
760 StarsApache-2.0

Mongodb Schema Design

mongodb/agent-skills

Data Analysis

MongoDB schema design patterns and anti-patterns. Use when designing data models, reviewing schemas, migrating from SQL, or troubleshooting performance issues caused by schema problems. Triggers on "design schema", "embed vs reference", "MongoDB data model", "schema review", "unbounded arrays", "one-to-many", "tree...

CodexClaude
designsecurityreviewdocuments
163 StarsApache-2.0

Review Skill

mongodb/agent-skills

Data Analysis

Review a proposed Agent Skill for structural validity and content quality before publishing. Runs the skill-validator CLI to check for structural issues, scores the skill with an LLM judge, and interprets results to advise SMEs on what to address. Use when a user wants to review, validate, or quality-check an Agent...

Claude CodeClaude
reviewdatagithub
163 StarsApache-2.0

Mongodb Connection

mongodb/agent-skills

Data Analysis

Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported driver language. Use this skill when working/updating/reviewing on functions that instantiate or configure a MongoDB client (eg, when calling `connect()`), configuring connection pools, troubleshooting connection errors (E...

CodexClaude
pythondesignsecurityreview
163 StarsApache-2.0

Mongodb MCP Setup

mongodb/agent-skills

Data Analysis

Guide users through configuring key MongoDB MCP server options. Use this skill when a user has the MongoDB MCP server installed but hasn't configured the required environment variables, or when they ask about connecting to MongoDB/Atlas and don't have the credentials set up.

CodexClaudeGitHub Copilot
securitytestingdata
163 StarsApache-2.0

Mongodb Atlas Stream Processing

mongodb/agent-skills

Data Analysis

Manages MongoDB Atlas Stream Processing (ASP) workflows. Handles workspace provisioning, data source/sink connections, processor lifecycle operations, debugging diagnostics, and tier sizing. Supports Kafka, Atlas clusters, S3, HTTPS, and Lambda integrations for streaming data workloads and event processing. NOT for...

CodexClaude
testingreviewdocumentsdata
163 StarsApache-2.0

Mongodb Query Optimizer

mongodb/agent-skills

Data Analysis

Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query...

CodexClaude
data
163 StarsApache-2.0

Mongodb Search And AI

mongodb/agent-skills

Data Analysis

Guides MongoDB users through implementing and optimizing Atlas Search (full-text), Vector Search (semantic), and Hybrid Search solutions. Use this skill when users need to build search functionality for text-based queries (autocomplete, fuzzy matching, faceted search), semantic similarity (embeddings, RAG applicatio...

CodexClaude
documentsdata
163 StarsApache-2.0

Mongodb Natural Language Querying

mongodb/agent-skills

Data Analysis

Generate read-only MongoDB queries (find) or aggregation pipelines using natural language, with collection schema context and sample documents. Use this skill whenever the user asks to write, create, or generate MongoDB queries, wants to filter/query/aggregate data in MongoDB, asks "how do I query...", needs help wi...

CodexClaude
reviewdocumentsdata
163 StarsApache-2.0

Neon Postgres Branches

neondatabase/agent-skills

Data Analysis

Choose and create the right Neon branch type for testing and development. Use when users ask about Neon branching, migration testing with real data, isolated test environments, schema-only branch workflows for sensitive data, resetting a branch from its parent, branch expiration and CI/CD branch lifecycles, or branc...

typescripttestingreviewdata
81 StarsApache-2.0

Neon

neondatabase/agent-skills

Data Analysis

Overview of the Neon platform for apps and agents, spanning Postgres, Auth, the Data API, Object Storage, Compute Functions, and the AI Gateway. Start here to route to the right Neon skill, set up the CLI or MCP server, and follow the branch-first workflow. Use when "Neon" is mentioned, or when any of its individual...

typescriptreactfrontendreview
81 StarsApache-2.0

Neon Postgres

neondatabase/agent-skills

Data Analysis

Guides and best practices for working with Neon Serverless Postgres. Covers setup, connection methods and drivers, pooled vs direct connections, branching, autoscaling, scale-to-zero, instant restore, read replicas, connection pooling, IP allow lists, and logical replication. Use when users ask about "Neon setup", "...

testingreviewautomationdata
81 StarsApache-2.0

Neon Postgres Egress Optimizer

neondatabase/agent-skills

Data Analysis

Diagnose and fix excessive Postgres egress (network data transfer) in a codebase. Use when a user mentions high database bills, unexpected data transfer costs, network transfer charges, egress spikes, "why is my Neon bill so high", "database costs jumped", SELECT * optimization, query overfetching, reduce Neon costs...

typescriptreviewdatapostgres
81 StarsApache-2.0

Neon Object Storage

neondatabase/agent-skills

Data Analysis

S3-compatible object storage that branches with your Neon project, so files and the database stay in sync across every branch. Use when a user wants object storage, a bucket, blob/file storage, or somewhere to put uploads, images, documents, avatars, or user-generated files for their app or agent — especially when t...

typescriptreviewdocumentsdata
81 StarsApache-2.0

Claimable Postgres

neondatabase/agent-skills

Data Analysis

Provision instant temporary Postgres databases via Claimable Postgres by Neon (neon.new) with no login, signup, or credit card. Supports REST API, CLI, and SDK. Use when users ask for a quick Postgres environment, a throwaway DATABASE_URL for prototyping/tests, or "just give me a DB now". Triggers include: "quick po...

typescriptbrowserdatapostgres
81 StarsApache-2.0

Neon Functions

neondatabase/agent-skills

Data Analysis

Long-running, serverless Node.js HTTP functions deployed onto your Neon branch, with DATABASE_URL injected automatically and compute that runs next to your data. Use when a user wants to host an API, an AI agent with long streaming responses, a WebSocket or server-sent-events (SSE) server, a webhook handler, a Disco...

ClaudeCursor
typescriptreactnextjsfrontend
81 StarsApache-2.0

Feedback Analysis

TerminalSkills/skills

Data Analysis

Collect user feedback from multiple channels, categorize it, extract patterns, and turn it into prioritized product decisions. Build a systematic process from raw input to actionable insight.

CodexClaude CodeClaude
data-analysisexceldataanalysis
72 StarsApache-2.0

Data Analysis

TerminalSkills/skills

Data Analysis

Analyze tabular data from CSV, Excel, or other structured formats. Generate summary statistics, discover patterns, answer specific questions, and produce visualizations. Uses Python with pandas for data manipulation and matplotlib/seaborn for charts.

CodexClaude CodeClaude
data-analysisexceldataanalysis
72 StarsApache-2.0

Pandas

TerminalSkills/skills

Data Analysis

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

CodexClaude CodeClaude
data-analysisexceldataanalysis
72 StarsApache-2.0

Data Extractor

TerminalSkills/skills

Data Analysis

Extract structured data from documents in any format: PDF, DOCX, HTML, TXT, images, and more. Converts unstructured or semistructured content into clean JSON, CSV, or other structured formats. Handles invoices, forms, reports, and freetext documents.

CodexClaude CodeClaude
data-analysisdocumentsexceldata
72 StarsApache-2.0

Data Validator

TerminalSkills/skills

Data Analysis

Perform comprehensive data quality checks on datasets — validate schemas, detect anomalies, find duplicates, and enforce data contracts. Essential for ETL pipelines where bad data silently corrupts downstream analytics and dashboards.

CodexClaude CodeClaude
data-analysisdatavalidation
72 StarsApache-2.0

Explore Agent Skills

Browse by agent platform, skill category, or practical SKILL.md implementation guide.

Platforms

Guides