feast-devfeast-devOfficialยท4 Agent Skills Included

feast

Manage and serve machine learning features for training and real-time prediction

Manages machine learning features consistently across model training and real-time serving. Prevents data leakage with point-in-time correct datasets and removes manual dataset joining work. Connects to stores like BigQuery, Snowflake, Redis, and DynamoDB, and supports vector search for RAG pipelines. Includes skills for feature definitions, CLI usage, architecture internals, and testing workflows.
npx skills add feast-dev/feast --all -g -y
Available:

Tells the AI agent what Feast is, which development commands to run, and how to route tasks to the four bundled skills for user guidance, development, architecture, and testing.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Feast skills?โ–ผ

Run `npx skills add feast-dev/feast --all -g -y` in your terminal to install all skills in this suite globally.

What is a feature store used for?โ–ผ

A feature store keeps machine learning features consistent between model training and real-time serving, so teams avoid data leakage and duplicated pipeline work.

How do I define and retrieve features with Feast?โ–ผ

The feast-user-guide skill shows your agent how to define entities, feature views, and services, then retrieve features online or build point-in-time training datasets.

Can Feast power RAG and vector search?โ–ผ

Yes. Feast supports vector-indexed feature views, letting your agent store embeddings and retrieve similar documents for RAG pipelines.

Do these skills work with Claude Code and Codex?โ–ผ

Yes. All skills follow the universal SKILL.md standard and work with Claude Code, OpenAI Codex, and other compatible agent tools.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’