move agent skills to repo root for tool discoverability#8535
Merged
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 68ef088164
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Skills were nested under ui/goose2/ after the repo merge, making them invisible to Cursor, Claude Code, and Codex at the workspace level. Move the canonical files to .agents/skills/ at the root and add symlinks for each tool (.cursor/skills/, .claude/skills/, .codex/skills/). Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>
68ef088 to
7df8ae6
Compare
tulsi-builder
approved these changes
Apr 14, 2026
michaelneale
added a commit
that referenced
this pull request
Apr 15, 2026
…rning * origin/main: move agent skills to repo root for tool discoverability (#8535) port goose2 chat attachments into goose (#8534) chore(release): bump version to 1.31.0 (minor) (#8527) feature: provider & model config (#8515) Move goose2 (#8516) feat: onboarding UX for the TUI (#8513) Set MACOSX_DEPLOYMENT_TARGET=12.0 in build-cli.yml (#8525) Improve local inference settings and model downloader (#8467) Add prompt injection mitigation logging back (#8518) feat(providers): add llama-swap declarative provider (#8462) fix: Unable to Run `goose update` on Linux (#8465) Add vision/image support for local inference models (#8442)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Category: infrastructure
User Impact: Agent skills (code-review, create-pr, edge-case-finder, create-app-e2e-test) are now discoverable by Cursor, Claude Code, and Codex from the workspace root.
Problem: After the goose2 repo was merged into goose, the agent skills ended up nested under
ui/goose2/, which is too deep for Cursor, Claude Code, and Codex to discover at the workspace level. Contributors using these tools couldn't access the shared skills.Solution: Moved the canonical skill files to
.agents/skills/at the repo root and added symlinks for each tool's expected directory (.cursor/skills/,.claude/skills/,.codex/skills/). Replaced the blanket.claudegitignore with a targeted ignore for.claude/settings.local.jsonso that shared skills are tracked while personal Claude Code config stays local.File changes
.agents/skills/code-review/SKILL.md
Moved from
ui/goose2/.agents/skills/— no content changes..agents/skills/create-app-e2e-test/SKILL.md
Moved from
ui/goose2/.agents/skills/— no content changes..agents/skills/create-pr/SKILL.md
Moved from
ui/goose2/.agents/skills/— no content changes..agents/skills/edge-case-finder/SKILL.md
Moved from
ui/goose2/.agents/skills/— no content changes..agents/skills/edge-case-finder/references/edge-case-categories.md
Moved from
ui/goose2/.agents/skills/— no content changes..cursor/skills/, .claude/skills/, .codex/skills/
Symlinks pointing to the canonical files in
../../.agents/skills/for each of the four skills..gitignore
Replaced the blanket
.claudeignore with.claude/settings.local.jsonso that.claude/skills/is tracked normally while personal Claude Code config stays out of version control.How to verify
.cursor/skills/code-review/SKILL.mdresolves (e.g.cat .cursor/skills/code-review/SKILL.md)..claude/skills/and.codex/skills/.ui/goose2/.agents/skills/no longer exists.git add .claude/skills/new-skillworks without-f.