Skip to content

Commit eeb23d7

Browse files
timsaucerclaude
andcommitted
Make README upstream coverage section tool-agnostic
Remove Claude Code references and update skill path from .claude/skills/ to .ai/skills/ to match the new tool-neutral directory structure. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b237a64 commit eeb23d7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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
318318
features from the upstream Apache DataFusion Rust library are not yet exposed in these Python
319319
bindings. This is useful when adding missing functions, auditing API coverage, or ensuring parity
320320
with 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

333334
If no argument is provided, it defaults to checking all areas. The skill will fetch the upstream
334335
DataFusion documentation, compare it against the functions and methods exposed in this project, and
335336
produce 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

Comments
 (0)