Skip to content

fix(skills): install universal agent to ~/.agents/skills#13681

Open
toller892 wants to merge 1 commit into
cli:trunkfrom
toller892:fix/universal-install-location
Open

fix(skills): install universal agent to ~/.agents/skills#13681
toller892 wants to merge 1 commit into
cli:trunkfrom
toller892:fix/universal-install-location

Conversation

@toller892

Copy link
Copy Markdown

The Universal agent host installed user-scoped skills to ~/.config/agents/skills, which is not the location scanned by the majority of compliant clients (Copilot CLI, Pi, OpenCode).

Per the agentskills.io cross-client convention (https://agentskills.io/client-implementation/adding-skills-support), user-level skills for compliant clients live under ~/.agents/skills.

This PR switches UserDir for the universal agent to the shared project skills directory constant, matching the convention already used by Warp and Cline. Adds regression tests covering both project and user scope.

Fixes #13494

The Universal agent host installed user-scoped skills to
~/.config/agents/skills, which is not the location scanned by the
majority of compliant clients (Copilot CLI, Pi, OpenCode). Per the
agentskills.io cross-client convention, user-level skills for
compliant clients live under ~/.agents/skills.

Switch UserDir for the universal agent to the shared project skills
directory constant, matching the convention used by Warp and Cline.
Add regression tests for both project and user scope.

Fixes cli#13494
@toller892 toller892 requested review from a team as code owners June 18, 2026 16:31
@toller892 toller892 requested a review from BagToad June 18, 2026 16:31
@github-actions github-actions Bot added external pull request originating outside of the CLI core team needs-triage needs to be reviewed ready-for-review and removed needs-triage needs to be reviewed labels Jun 18, 2026
@github-actions

Copy link
Copy Markdown

Thanks for your pull request! While it doesn't meet all of our standard requirements, it appears to be a small, focused contribution and has been routed to the team for review.

Note: We still encourage linking to an issue with the help wanted label when possible, as it helps us prioritize and track contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external pull request originating outside of the CLI core team ready-for-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

skill: universal user install location wrong

1 participant