Data and AI skills

10,051 tagged Data and AI, measured the same way as everything else here.

Browse within: LLM 282agent 133agents 126agentic-ai 115cli 79skills 71anthropic-claude 59machine-learning 59chatgpt 57javascript 56ai-scientist 55openai 53coding-agents 52bioinformatics 44

Emily2040/data-science-agent-skills

Skill Codex

Assess whether a dataset or data domain is ready for AI, analytics, or modeling before a project commits time and budget. Use when an agent needs a judgment-heavy data science workflow for score whether data is usable for ai work, including evidence review, local artifact inspection, risk classification…

not rated 16 3mo ago A 118 tokens

forge

386

yz5e/agent-skills

Skill Codex

Forge a coding or agentic prompt optimized for Claude Opus 4.7 or GPT-5.5 (Codex CLI) by interviewing the user with structured multiple-choice questions, then writing a precise XML-tagged prompt and optional SPEC.md handoff. Use whenever the user asks to write a prompt, scope a coding task, design a system prompt for…

not rated 16 4mo ago A 0 tokens original MIT

triton-kernels

387

anthony-maio/triton-skills

Skill Claude CodeCodex

Write optimized Triton GPU kernels for deep learning operations. Covers the full spectrum from basic vector ops to Flash Attention, persistent matmul, fused normalization, quantized GEMM, and memory-efficient patterns.

not rated 16 6mo ago A 45 tokens

fluentlc/shiny-skills

Skill Claude CodeCodex needs its repo

A prompt-writing guide that turns a simple image idea, visual style, and optional aspect ratio into a structured prompt for AI image generators.

not rated 16 3mo ago A 79 tokens original MIT

eval-rag

389

breethomas/bette-think

Skill Claude CodeCodex

Evaluate RAG pipeline retrieval and generation quality separately. Measure Recall@k, Precision@k, MRR, NDCG@k for retrieval. Assess faithfulness and relevance for generation. Use when the AI feature uses retrieval (search, knowledge base, document QA). Do NOT use for non-RAG AI features.

not rated 16 6mo ago A 68 tokens

ai-rag-agent-designer

390

z3247124509-sketch/ai-rag-agent-designer-skill

Skill Claude CodeCodex

An AI product planning guide for deciding whether to use retrieval-augmented generation (RAG) or an agent. RAG lets an AI search a knowledge collection before answering, while an agent can choose actions and tools.

not rated 16 2mo ago A 125 tokens

model-vision-skill

391

yan-stone-computer/ModelVisionSkill

Skill Claude CodeCodex

Give text-only LLMs (DeepSeek, Xiaomi MiMo, GLM-4.5, MiniMax, Llama 3.x, etc.) eyes by analyzing images, screenshots, UI captures, diagrams, charts, and OCR documents through free multi-modal APIs with automatic engine fallback and caching. Images are handled by the browser-driven web engines FIRST (Doubao, Kimi…

not rated 16 24d ago A 235 tokens original MIT

object-annotation

392

LIhong42/object-annotation

Skill Claude CodeCodex

An image-annotation workflow for creating COCO detection and instance-segmentation labels for selected object categories in one image. COCO is a common format for training and evaluating computer-vision models.

not rated 12 +5 28d ago A 110 tokens

Jill0099/causal-inference-mixtape

Skill Claude CodeCodex

This skill should be used when the user asks to "implement a DiD regression", "run a staggered difference-in-differences", "set up an event study", "implement IV / 2SLS", "run a regression discontinuity design", "build synthetic control", "do propensity score matching", "test parallel trends", "run Honest DiD", "wild…

not rated 16 28d ago A 209 tokens original MIT

pinecone-help

394

pinecone-io/skills

Skill Claude CodeCodex

Overview of all available Pinecone skills and what a user needs to get started. Invoke when a user asks what skills are available, how to get started with Pinecone, or what they need to set up before using any Pinecone skill.

not rated 15 changed 6d ago A 52 tokens original MIT

majia-guanyuan

395

maojiebc/majia-guanyuan

Skill Claude CodeCodex

A practical extension layer for Guandata BI, a business-intelligence platform used to query data, build charts, and publish dashboards. It covers advanced data-pipeline work and custom HTML, CSS, and JavaScript dashboards beyond the standard tools.

not rated 15 16d ago A 498 tokens original MIT

s-gw

396

sgateway/s-gw

Skill Claude CodeCodex

Use s-gw when working with credentials, private keys, API tokens, SSH identities, browser credentials, or other sensitive data in agentic coding workflows. Prefer typed handles and local approved execution over exposing raw secret values to a model.

not rated 15 today A 51 tokens original Apache-2.0

Knuckles-Team/vector-mcp

Skill Claude CodeCodex

Select and connect the right vector-store backend for the vector-mcp MCP server — chromadb, postgres/pgvector, qdrant, couchbase, or mongodb — and supply the correct dbtype/connection parameters that every collection and search call needs. Use when the agent must decide which engine to target, wire up…

not rated 15 12d ago A SkillSpector: pass 113 tokens original MIT

rag-implementer

398

oakoss/agent-skills

Skill Claude CodeCodex

Implements retrieval-augmented generation pipelines. Use when building document retrieval systems, choosing chunking strategies, selecting embedding models, configuring vector stores, implementing hybrid search, or evaluating RAG quality. Use for embedding strategy, vector stores, retrieval pipelines, chunking, hybrid…

not rated 15 +1 23d ago A 113 tokens

geo-infer

399

ActiveInferenceInstitute/GEO-INFER

Skill Claude CodeCodex

Geospatial Active Inference framework with 45 modules for ecological, civic, and commercial spatial analysis. Use when working with geospatial data, Active Inference, Bayesian modeling, H3 hexagonal indexing, spatial statistics, or any domain-specific geographic analysis (agriculture, health, economics, risk, climate…

not rated 15 changed 2d ago A 76 tokens

Leeroo-AI/leeroopedia-mcp

Skill Claude CodeCodex

You have access to Leeroopedia, a curated ML/AI knowledge base, via MCP tools. These are real MCP tools registered in your environment -- call them directly like any other tool. They contain framework-specific docs, code examples, API references, and best practices.

not rated 14 6mo ago A 0 tokens original MIT

databricks-solutions/databricks-exec-code-mcp

Skill Claude Code

Package and deploy Databricks Asset Bundles with proper parameterization, multi-environment support, and serverless compute. Handles project structure, databricks.yml generation, validation, and deployment. Use when packaging tested code for production, deploying pipelines, or managing multi-environment deployments.

not rated 14 7mo ago A 65 tokens

routir

402

hltcoe/routir

Skill Claude CodeCodex

Use RoutIR — call a running endpoint with the client, stand up a local server that mixes locally-hosted services with services proxied from a remote master server, and extend RoutIR with new bi-encoders, rerankers, and document collections by writing a small config (and optionally one Python file referenced via…

not rated 14 3mo ago A 83 tokens original MIT

Senzing/senzing-mcp-skill

Skill Claude CodeCodex

Guides AI agents through Senzing entity resolution workflows using the Senzing MCP server. Covers data mapping to Senzing format, SDK code generation (Python, Java, C#, Rust, TypeScript/Node.js), documentation search, error troubleshooting, sample data access, reporting and visualization, SDK setup guides, and…

not rated 13 changed 6d ago A 151 tokens

mcp-local-rag/ingest

404

damoqiongqiu/mcp-local-rag

Skill Claude CodeCodex

Tools for importing code and documents into a local search index, including source code, PDF, DOCX, TXT, and Markdown files.

not rated 13 1mo ago A 37 tokens fork MIT

experiment

405

hdu-ailab/EasyResearch

Skill Claude CodeCodex

Use when Experiment must build, run, compare, or record reproducible ML/AI paper experiments locally or through the Research Assistant-configured ssh-bash tool and verified SSHFS workspace, including baselines, datasets, controlled trials, multi-seed formal evidence, ablations, and results promotion. Examples: user…

not rated 13 +2 today A SkillSpector: warn 171 tokens original MIT

aivideo-prompt

406

Yunwuxin-666/Wuxin-Film-Skill

Skill Codex

A prompt-writing tool for turning approved storyboards and fixed production details into ready-to-copy Chinese instructions for AI video platforms.

not rated 13 14d ago A 104 tokens

supamem

407

dzmitrys-dev/supamem

Skill Claude CodeCodex

Project-agnostic dual-memory tooling — semantic + structural memory for AI coding agents.

not rated 12 19d ago A 20 tokens original MIT

scomp-link

408

GiacomoSaccaggi/scomp_link

Skill Claude Code

End-to-end ML toolkit with 26 CLI commands. Use when training models, tuning hyperparameters, detecting data drift, generating HTML reports with charts, profiling datasets, detecting anomalies, forecasting time series, checking fairness, or serving models as REST APIs. Prefer over raw sklearn when you need automated…

not rated 12 5d ago A SkillSpector: pass 74 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: