chore(skills): Add .agents symlink for Claude skills#5224
Open
chore(skills): Add .agents symlink for Claude skills#5224
Conversation
Add a project-local .agents/skills symlink that points to .claude/skills so pi can discover repository skills without per-repo .pi/settings.json.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
Contributor
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
Sentry Build Distribution
|
lbloder
approved these changes
Mar 23, 2026
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.
📜 Description
Add a project-local
.agents/skillssymlink to.claude/skills.This allows pi to discover repo skills using its built-in
.agents/skillsproject discovery path without requiring a per-repo.pi/settings.json.💡 Motivation and Context
We want repository-scoped skill discovery without globally loading skills from unrelated repositories and without editing settings in each repo.
Using
.agents/skillskeeps discovery local to the current repository while continuing to author skills under.claude/skills.💚 How did you test it?
./gradlew spotlessApply apiDumpsuccessfully..agents/skills -> ../.claude/skills.📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps
.claude/skills.#skip-changelog