ai-data-engineering
Data pipelines, feature stores, and embedding generation for AI/ML systems. Use when building RAG pipelines, ML feature serving, or data transformations. Covers feature stores (Feast, Tecton), embedding pipelines, chunking strategies, orchestration (Dagster, Prefect, Airflow), dbt transformations, data versioning (LakeFS), and experiment tracking (MLflow, W&B).
npx skills add majiayu000/claude-skill-registry --skill ai-data-engineering --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AI Data Engineering ## Purpose Build data infrastructure for AI/ML systems including RAG pipelines, feature stores, and embedding generation. Provides architecture patterns, orchestration workflows, and evaluation metrics for production AI applications. ## When to Use **Use this skill when:** - Building RAG (Retrieval-Augmented Generation) pipelines - Implementing semantic search or vector databases - Setting up ML feature stores for real-time serving - Creating embedding generation pipelines - Evaluating RAG quality with RAGAS metrics - Orchestrating data workflows for AI systems - Integrating with frontend skills (ai-chat, search-filter) **Skip this skill if:** - Building traditional CRUD applications (use databases-relational) - Simple key-value storage (use databases-nosql) - No AI/ML components in the application ## RAG Pipeline Architecture RAG pipelines have 5 distinct stages. Understanding this architecture is critical for production implementations. ``` ┌─────────────────────────────────────────────────────────────┐ │ RAG Pipeline (5 Stages) │ ├─────────────────────────────────────────────────────────────┤ │ │ │ 1. INGESTION → Load documents (PDF, DOCX, Markdown) │ │ 2.
- Purpose
- When to Use
- RAG Pipeline Architecture
- Chunking Strategies
- Embedding Generation
- RAGAS Evaluation Metrics
- Feature Stores
- LangChain Orchestration
- Orchestration Tools
- Integration with Frontend Skills
- ai-chat Skill → RAG Backend
- search-filter Skill → Semantic Search
- Data Versioning
- Quick Start Workflow
Run RAGAS evaluation (TOKEN-FREE script execution) python scripts/evaluate_rag.py --dataset eval_data.json --output results.json Run Qdrant setup script (TOKEN-FREE execution) python scripts/setup_qdrant.py --collection docs --dimension 1024 Chunk documents (TOKEN-FREE execution) python scripts/chunk_documents.py \ Run evaluation (TOKEN-FREE execution) python scripts/evaluate_rag.py \ Core RAG pip install langchain langchain-core langchain-openai langchain-voyageai langchain-qdrant
What does the ai-data-engineering skill do?
Data pipelines, feature stores, and embedding generation for AI/ML systems. Use when building RAG pipelines, ML feature serving, or data transformations. Covers feature stores (Feast, Tecton), embedding pipelines, chunking strategies, orchestration (Dagster, Prefect, Airflow), dbt transformations, data versioning (LakeFS), and experiment tracking (MLflow, W&B).
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ai-data-engineering --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
