feast-feature-store

Solid

Feature store management skill for online/offline feature serving, feature registration, and training-serving consistency.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# feast-feature-store ## Overview Feature store management skill using Feast for online/offline feature serving, feature registration, and ensuring training-serving consistency in ML systems. ## Capabilities - Feature definition and registration - Online feature serving setup - Offline feature retrieval for training - Point-in-time correctness validation - Feature freshness monitoring - Entity management - Feature view creation and management - Materialization scheduling ## Target Processes - Feature Store Implementation and Management - Feature Engineering Design and Implementation - Model Training Pipeline ## Tools and Libraries - Feast - Redis (online store) - PostgreSQL/BigQuery/Snowflake (offline store) - Parquet files ## Input Schema ```json { "type": "object", "required": ["action"], "properties": { "action": { "type": "string", "enum": ["apply", "materialize", "get-online", "get-historical", "list", "teardown"], "description": "Feast action to perform" }, "featureRepo": { "type": "string", "description": "Path to feature repository" }, "features": { "type": "array", "items": { "type": "string" }, "description": "Feature references (feature_view:feature_name)" }, "entityDf": { "type": "string", "description": "Path to entity DataFrame for historical retrieval" }, "materializationWindow": { "type": "object", "properties": { "startDate": { "...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

feature-engineering-optimizer

Optimizes feature engineering pipelines and feature store configurations

1,160 Updated today
a5c-ai
Data & Documents Listed

ml-feature-engineering

Feature store patterns, training/serving skew prevention, feature pipelines for ML teams, point-in-time correct joins, and bridging data engineering with MLOps conventions. Use this skill whenever an ML team needs feature pipelines, when building a feature store or deciding whether to use one, when there's a training/serving skew problem (model performance in production differs from validation), when features need to be shared across multiple models, or when designing point-in-time correct feature computation. Also trigger when the user mentions feature stores (Feast, Tecton, Hopsworks), label leakage, backfilling features, offline/online store separation, or when data engineering work feeds directly into model training. If the words "features", "training set", "model pipeline", or "MLOps" appear alongside data engineering questions, this skill should be active.

0 Updated 5 days ago
Methasit-Pun
AI & Automation Solid

feature-store-connector

Execute feature store connector operations. Auto-activating skill for ML Deployment. Triggers on: feature store connector, feature store connector Part of the ML Deployment skill category. Use when working with feature store connector functionality. Trigger with phrases like "feature store connector", "feature connector", "feature".

2,274 Updated today
jeremylongshore
AI & Automation Listed

feature-forge

Use when defining new features, gathering requirements, or writing specifications. Invoke for feature definition, requirements gathering, user stories, EARS format specs.

2 Updated today
zacklecon
AI & Automation Listed

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

368 Updated 5 months ago
ancoleman