Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Feature store management skill for online/offline feature serving, feature registration, and training-serving consistency.
.claude/skills/a5c-ai-feast-feature-store/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 33% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -9% | 0% |
Feature store management skill using Feast for online/offline feature serving, feature registration, and ensuring training-serving consistency in ML systems.
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": { "type": "string" }, "endDate": { "type": "string" } } } } }
json{ "type": "object", "required": ["status", "action"], "properties": { "status": { "type": "string", "enum": ["success", "error"] }, "action": { "type": "string" }, "features": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "dtype": { "type": "string" }, "featureView": { "type": "string" }, "freshness": { "type": "string" } } } }, "materializationStatus": { "type": "object", "properties": { "lastMaterialized": { "type": "string" }, "rowsProcessed": { "type": "integer" } } }, "retrievedData": { "type": "string", "description": "Path to retrieved feature data" } } }
javascript{ kind: 'skill', title: 'Retrieve training features', skill: { name: 'feast-feature-store', context: { action: 'get-historical', featureRepo: 'feature_repo/', features: ['user_features:age', 'user_features:tenure', 'transaction_features:avg_amount'], entityDf: 'data/training_entities.parquet' } } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 6,004 | 4,127 | -31% | 1 | 1 | 0% | 1,233 | 1,637 | +33% | 0 | 0 | — |
case-02 | fail→pass | 6,564 | 3,931 | -40% | 1 | 1 | 0% | 1,575 | 1,628 | +3% | 0 | 0 | — |
case-03 | fail→pass | 7,059 | 4,204 | -40% | 1 | 1 | 0% | 1,514 | 1,635 | +8% | 0 | 0 | — |
case-04 | fail→pass | 8,375 | 3,047 | -64% | 1 | 1 | 0% | 1,680 | 1,330 | -21% | 0 | 0 | — |
case-05 | fail→pass | 8,323 | 2,872 | -65% | 1 | 1 | 0% | 1,582 | 1,435 | -9% | 0 | 0 | — |
case-06 | fail→pass | 5,888 | 4,115 | -30% | 1 | 1 | 0% | 1,418 | 1,596 | +13% | 0 | 0 | — |
case-07 | fail→pass | 10,113 | 3,492 | -65% | 1 | 1 | 0% | 1,904 | 1,487 | -22% | 0 | 0 | — |
case-08 | pass→pass | 6,158 | 2,181 | -65% | 1 | 1 | 0% | 1,092 | 1,160 | +6% | 0 | 0 | — |
case-09 | fail→pass | 2,968 | 2,994 | +1% | 1 | 1 | 0% | 542 | 1,256 | +132% | 0 | 0 | — |
case-10 | pass→pass | 9,001 | 1,621 | -82% | 1 | 1 | 0% | 1,454 | 1,037 | -29% | 0 | 0 | — |
case-11 | fail→pass | 8,680 | 2,036 | -77% | 1 | 1 | 0% | 1,623 | 1,205 | -26% | 0 | 0 | — |
case-12 | pass→pass | 12,019 | 2,756 | -77% | 1 | 1 | 0% | 2,360 | 1,115 | -53% | 0 | 0 | — |
case-13 | fail→pass | 5,271 | 3,092 | -41% | 1 | 1 | 0% | 917 | 1,352 | +47% | 0 | 0 | — |
case-14 | fail→pass | 21,842 | 1,499 | -93% | 1 | 1 | 0% | 4,069 | 1,073 | -74% | 0 | 0 | — |
case-15 | fail→pass | 14,102 | 1,924 | -86% | 1 | 1 | 0% | 2,747 | 1,155 | -58% | 0 | 0 | — |
case-16 | pass→pass | 10,374 | 3,867 | -63% | 1 | 1 | 0% | 1,876 | 1,091 | -42% | 0 | 0 | — |
case-17 | fail→pass | 11,071 | 1,565 | -86% | 1 | 1 | 0% | 2,144 | 1,046 | -51% | 0 | 0 | — |
case-18 | pass→pass | 7,743 | 2,131 | -72% | 1 | 1 | 0% | 1,045 | 1,139 | +9% | 0 | 0 | — |
case-19 | fail→fail | 8,070 | 1,542 | -81% | 1 | 1 | 0% | 1,111 | 1,063 | -4% | 0 | 0 | — |
case-20 | fail→pass | 9,070 | 2,237 | -75% | 1 | 1 | 0% | 1,609 | 1,196 | -26% | 0 | 0 | — |
case-21 | pass→pass | 12,614 | 13,326 | +6% | 1 | 1 | 0% | 2,674 | 3,606 | +35% | 0 | 0 | — |
case-22 | pass→pass | 14,821 | 10,184 | -31% | 1 | 1 | 0% | 3,134 | 2,953 | -6% | 0 | 0 | — |
case-23 | pass→pass | 16,618 | 12,626 | -24% | 1 | 1 | 0% | 2,910 | 3,032 | +4% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +61 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.