Skip to content

chore: add .agents folder with symlinked skills for agent support other than Claude#15709

Merged
felixarntz merged 1 commit into
mainfrom
add-agents-folder
May 29, 2026
Merged

chore: add .agents folder with symlinked skills for agent support other than Claude#15709
felixarntz merged 1 commit into
mainfrom
add-agents-folder

Conversation

@felixarntz
Copy link
Copy Markdown
Collaborator

Background

Claude Code will automatically pick up our AI SDK skills because they're symlinked in .claude/skills. Other agent harnesses however won't.

Summary

This adds .agents/skills with the same symlink, for the more commonly supported standard, used by e.g. Codex or Cursor.

Manual Verification

Run Codex in the repo root. Before this PR it wouldn't know skills like update-provider-models - with the PR it does.

Checklist

  • All commits are signed (PRs with unsigned commits cannot be merged)
  • Tests have been added / updated (for bug fixes / features)
  • Documentation has been added / updated (for bug fixes / features)
  • A patch changeset for relevant packages has been added (for bug fixes / features - run pnpm changeset in the project root)
  • I have reviewed this pull request (self-review)

@felixarntz felixarntz added the backport Admins only: add this label to a pull request in order to backport it to the prior version label May 29, 2026
@felixarntz felixarntz merged commit 150cad4 into main May 29, 2026
50 checks passed
@felixarntz felixarntz deleted the add-agents-folder branch May 29, 2026 14:43
gr2m added a commit that referenced this pull request May 29, 2026
…er than Claude (#15709) (#15711)

## Background

Claude Code will automatically pick up our AI SDK skills because they're
symlinked in `.claude/skills`. Other agent harnesses however won't.

## Summary

This adds `.agents/skills` with the same symlink, for the more commonly
supported standard, used by e.g. Codex or Cursor.

## Manual Verification

Run Codex in the repo root. Before this PR it wouldn't know skills like
`update-provider-models` - with the PR it does.

## Checklist

- [x] All commits are signed (PRs with unsigned commits cannot be
merged)
- [ ] Tests have been added / updated (for bug fixes / features)
- [ ] Documentation has been added / updated (for bug fixes / features)
- [ ] A _patch_ changeset for relevant packages has been added (for bug
fixes / features - run `pnpm changeset` in the project root)
- [x] I have reviewed this pull request (self-review)

Co-authored-by: Felix Arntz <felix.arntz@vercel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Admins only: add this label to a pull request in order to backport it to the prior version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants