data-feature-store

data-feature-store is a skill for Claude Code, Codex from j4flmao/agent-skills. It costs 137 tokens per session (4,565 once invoked), scanned A, original, MIT.

A guide to managing machine-learning features: the input values used by models, such as a customer’s recent activity or a product’s statistics. It covers keeping training data and live prediction data consistent.

In plain words
What is it for?
Use it to plan feature definitions, batch and streaming calculations, online serving, feature retrieval, and point-in-time-correct training datasets.
Why use it?
It reduces mismatches between what a model sees during training and what it receives in production, including errors caused by using future information.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Use it to plan feature definitions, batch and streaming calculations, online serving, feature retrieval, and point-in-time-correct training datasets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/j4flmao/agent-skills/feature-store
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add j4flmao/agent-skills --skill feature-store
Clone the repo
git clone --depth 1 https://github.com/j4flmao/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for data-feature-store

README.md
[![agentmods](https://agentmods.dev/badge/skills/j4flmao/agent-skills/feature-store/github.svg)](https://agentmods.dev/skills/j4flmao/agent-skills/feature-store)
Your own site
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/feature-store"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/feature-store/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for data-feature-store

Your own site · 80×15
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/feature-store"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/feature-store.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,565 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00137 $0.04565
Opus 5 $0.00068 $0.02282
Sonnet 5 $0.00027 $0.00913
Haiku 4.5 $0.00014 $0.00456

Measured 9d ago against content hash c33d01830a9e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

data-feature-store scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/data/feature-store/SKILL.md · 561 lines

How it starts

The opening of the file, as written. The whole thing — 561 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Feature Store

Purpose

Manage ML features through their lifecycle: define feature definitions, compute from batch/streaming sources, serve at low latency for online inference, and generate point-in-time correct training datasets.

Agent Protocol

Trigger

Exact user phrases: "feature store", "Feast", "Tecton", "feature engineering", "feature serving", "feature registry", "point-in-time join", "online features", "offline features", "feature pipeline", "feature retrieval", "feature management", "ML feature".

Input Context

Before activating, verify:

  • ML framework (PyTorch, TensorFlow, scikit-learn)
  • Inference mode (batch scoring, real-time API)
  • Feature sources (data warehouse, streaming, real-time APIs)
  • Infrastructure (Kubernetes, cloud provider, on-prem)
  • Online serving requirements (latency, throughput, freshness)
  • Existing feature definitions location

Output Artifact

Feature store configuration with Feast deployment, feature definitions, serving infrastructure, and training dataset generation pipeline.

Response Format

# Feast feature definitions
# Serving config
# Feature retrieval for training
# Online feature serving
# Point-in-time join
# Feature engineering queries

No preamble. No postamble. No explanations. No filler/hedging/transitions. Compress output — why use many token when few do trick.

Completion Criteria

  • Feast or Tecton deployed with offline and online store
  • Feature definitions registered with types, sources, and owners
  • Feature engineering pipeline producing batch and streaming features
  • Point-in-time correct training dataset generation working
  • Online serving endpoint providing features under 10ms p99
  • Feature registry browsable for discovery and documentation
  • Feature validation and monitoring configured

Max Response Length

300 lines of code and configuration.

Feast Feature Definitions

Feature Repository Structure

feature_repo/
├── feature_store.yaml       # Feast config
├── features/
│   ├── user_features.py     # User-related features
│   ├── order_features.py    # Order-related features
│   └── merchant_features.py # Merchant features
└── analysis/
    └── feature_stats.py     # Feature distribution analysis

Read the full file on GitHub · 561 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 561 lines · 137 tokens per session scan A c33d01830a9e

Subscribe to this mod's changes

data-feature-store is a skill published in the GitHub repository j4flmao/agent-skills (23 stars, last pushed 6d ago), licensed MIT. It adds 137 tokens to every session and 4,565 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.