@@ -314,30 +314,30 @@ There are scripts in `ci/scripts` for running Rust and Python linters.
314314
315315## Checking Upstream DataFusion Coverage
316316
317- This project includes a [ Claude Code ] ( https://claude.com/claude-code ) skill for auditing which
317+ This project includes an [ AI agent skill ] ( .ai/skills/check-upstream/SKILL.md ) for auditing which
318318features from the upstream Apache DataFusion Rust library are not yet exposed in these Python
319319bindings. This is useful when adding missing functions, auditing API coverage, or ensuring parity
320320with upstream.
321321
322- To use it, run the ` /check-upstream ` slash command inside Claude Code with an optional area argument:
322+ The skill accepts an optional area argument:
323323
324324```
325- /check-upstream scalar functions
326- /check-upstream aggregate functions
327- /check-upstream window functions
328- /check-upstream dataframe
329- /check-upstream session context
330- /check-upstream all
325+ scalar functions
326+ aggregate functions
327+ window functions
328+ dataframe
329+ session context
330+ ffi types
331+ all
331332```
332333
333334If no argument is provided, it defaults to checking all areas. The skill will fetch the upstream
334335DataFusion documentation, compare it against the functions and methods exposed in this project, and
335336produce a coverage report listing what is currently exposed and what is missing.
336337
337- The skill definition lives in ` .claude/skills/check-upstream/SKILL.md ` . Note that the ` /check-upstream `
338- slash command is a [ Claude Code] ( https://claude.com/claude-code ) feature, but the underlying
339- methodology described in the skill file can be followed manually or by another AI coding agent if
340- directed to read and follow the instructions in that file.
338+ The skill definition lives in ` .ai/skills/check-upstream/SKILL.md ` and follows the
339+ [ Agent Skills] ( https://agentskills.io ) open standard. It can be used by any AI coding agent that
340+ supports skill discovery, or followed manually.
341341
342342## How to update dependencies
343343
0 commit comments