Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: move skills to top-level dir, add Agent Skills spec compati…
…bility

- Move from .claude/skills/ to skills/ for platform-agnostic placement
- Add license, compatibility, and metadata fields per agentskills.io spec
- Skills now work with Claude Code, OpenAI Codex, and any Agent Skills
  compatible tool

Addresses feedback from @franciscojavierarceo regarding OpenAI compatibility.

Signed-off-by: Sagar Gupta <sg85207@gmail.com>
  • Loading branch information
Sagargupta16 authored and ntkathole committed Mar 16, 2026
commit e8576f707314c4a345cf507a683b5439e59be362
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: feast-dev
description: Use this skill when contributing to the Feast codebase. Covers project setup, testing, linting, and PR workflow for the feast-dev/feast repository.
description: Development guide for contributing to the Feast codebase. Covers environment setup, testing, linting, project structure, and PR workflow for feast-dev/feast.
license: Apache-2.0
compatibility: Works with Claude Code, OpenAI Codex, and any Agent Skills compatible tool. Requires Python 3.10+, uv, and git.
metadata:
author: feast-dev
version: "1.0"
---

# Feast Development Guide
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: feast-feature-engineering
description: Use this skill when building feature stores with Feast. Covers feature definitions, materialization, online/offline retrieval, and on-demand transformations.
description: Guide for building feature stores with Feast. Covers feature definitions, materialization, online/offline retrieval, on-demand transformations, and CLI usage.
license: Apache-2.0
compatibility: Works with Claude Code, OpenAI Codex, and any Agent Skills compatible tool. Requires Python 3.10+ and the feast package.
metadata:
author: feast-dev
version: "1.0"
---

# Feast Feature Engineering
Expand Down