20 published skills

Data Analysis Agent Skills

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

306
Skills
14
Categories
13
Repos
8
Agents

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 "au

CodexClaude
designbrowserautomationdata
37,057 starsSource linked

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 "im

Claude CodeClaude
typescriptpythonsecurityresearch
5,853 starsSource linked

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
817 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
817 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
817 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
817 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 whic

CodexClaude
typescriptpython
817 starsSource linked

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 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

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

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 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

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 Ski

Claude CodeClaude
reviewdatagithub
0 starsSource linked

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 gen

CodexClaude
testingreviewdocumentsdata
0 starsSource linked

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
0 starsSource linked

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 (ECON

CodexClaude
pythondesignsecurityreview
0 starsSource linked

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 with

CodexClaude
reviewdocumentsdata
0 starsSource linked

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 str

CodexClaude
designsecurityreviewdocuments
0 starsSource linked

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 wri

CodexClaude
data
0 starsSource linked

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 applications)

CodexClaude
documentsdata
0 starsSource linked

Explore Agent Skills

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

Platforms

Guides