Agent skill · Data & Analytics

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

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/ai-ml/ai-data-engineering/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

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

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. RAG Pipeline Architecture
  4. Chunking Strategies
  5. Embedding Generation
  6. RAGAS Evaluation Metrics
  7. Feature Stores
  8. LangChain Orchestration
  9. Orchestration Tools
  10. Integration with Frontend Skills
  11. ai-chat Skill → RAG Backend
  12. search-filter Skill → Semantic Search
  13. Data Versioning
  14. Quick Start Workflow
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going