feat: move Cline to universal .agents/skills directory#440
Merged
quuu merged 1 commit intovercel-labs:mainfrom Feb 26, 2026
Merged
feat: move Cline to universal .agents/skills directory#440quuu merged 1 commit intovercel-labs:mainfrom
quuu merged 1 commit intovercel-labs:mainfrom
Conversation
Cline now natively supports .agents/skills as its default skill directory as of cline/cline#9074, so we move it from the agent-specific .cline/skills path to the universal .agents/skills path. This means Cline will appear in the locked 'Universal (.agents/skills)' section of the agent selection menu alongside Amp, Codex, Cursor, Gemini CLI, GitHub Copilot, Kimi Code CLI, and OpenCode.
quuu
approved these changes
Feb 26, 2026
robinnewhouse
added a commit
to robinnewhouse/add-skill
that referenced
this pull request
Feb 26, 2026
Fast follow to vercel-labs#440. The previous PR moved Cline's local skillsDir to .agents/skills but missed updating globalSkillsDir, which was still pointing to ~/.cline/skills. Cline's global skill directory is now ~/.agents/skills per cline/cline#9074.
quuu
added a commit
that referenced
this pull request
Feb 26, 2026
* fix: update Cline global skills dir to ~/.agents/skills Fast follow to #440. The previous PR moved Cline's local skillsDir to .agents/skills but missed updating globalSkillsDir, which was still pointing to ~/.cline/skills. Cline's global skill directory is now ~/.agents/skills per cline/cline#9074. * fix-test --------- Co-authored-by: Andrew Qu <qual1337@gmail.com>
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.
Summary
Cline now natively supports
.agents/skillsas its default skill directory, as introduced in cline/cline#9074.This PR updates Cline's
skillsDirfrom.cline/skillsto.agents/skills, which moves it into the Universal (.agents/skills) section of the agent selection menu — alongside Amp, Codex, Cursor, Gemini CLI, GitHub Copilot, Kimi Code CLI, and OpenCode.