Skip to content

Commit 1b764b7

Browse files
timsaucerclaude
andcommitted
docs: replace AGENTS.md skill list with discovery instructions
A static skill list in AGENTS.md goes stale as new skills are added (it already missed the make-pythonic skill that was merged separately). Replace the enumerated list with a pointer telling agents to list .ai/skills/ and read each SKILL.md frontmatter, so the catalog never has to be hand-maintained. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b489ca4 commit 1b764b7

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ Skills follow the [Agent Skills](https://agentskills.io) open standard. Each ski
3333
- `SKILL.md` — The skill definition with YAML frontmatter (name, description, argument-hint) and detailed instructions.
3434
- Additional supporting files as needed.
3535

36-
Currently available skills:
37-
38-
- [`check-upstream`](.ai/skills/check-upstream/SKILL.md) — audit upstream
39-
Apache DataFusion features (functions, DataFrame ops, SessionContext
40-
methods, FFI types) not yet exposed in the Python bindings.
36+
To discover what skills are available, list `.ai/skills/` and read each
37+
`SKILL.md`. The frontmatter `name` and `description` fields summarize the
38+
skill's purpose.
4139

4240
## Pull Requests
4341

0 commit comments

Comments
 (0)