[FEATURE] Sync Skills between Claude Desktop and Claude Code CLI
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Problem
Skills added in the Claude Desktop app (under Settings → Features → Skills) are stored in a different location than skills for Claude Code CLI (~/.claude/skills/).
This means:
Skills created in Desktop are not available in CLI
Skills created in CLI are not available in Desktop
Users have to add the same skill twice
Expected Behavior
Skills should be stored in a shared location (~/.claude/skills/) so they work in both:
Claude Desktop (with integrated Claude Code)
Claude Code CLI
Current Workaround
Manually copy skills to both locations.
Why This Matters
Claude Desktop now includes Claude Code functionality. Having a unified skill storage would provide a seamless experience across both interfaces.
Proposed Solution
Proposed Solution
Ideal User Experience:
Single storage location for all skills: ~/.claude/skills/
Both Claude Desktop and Claude Code CLI read from this location
Skills created in either interface are immediately available in both
Desktop UI syncs to filesystem
When adding a skill in Desktop Settings → Features → Skills, it creates/updates the corresponding file in ~/.claude/skills/
When editing a skill file manually, Desktop picks up the changes
Seamless workflow:
User adds skill in Desktop UI
↓
File created: ~/.claude/skills/my-skill/SKILL.md
↓
Skill available in CLI via /my-skill
And vice versa:
User creates ~/.claude/skills/project-init/SKILL.md
↓
Skill appears in Desktop Settings
↓
Skill available in Desktop via /project-init
Optional: A "Refresh Skills" button in Desktop to manually sync if needed
This would make skills truly portable and shareable, matching how other Claude Code settings (like ~/.claude/settings.json) already work across interfaces.
Alternative Solutions
_No response_
Priority
Critical - Blocking my work
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
38 Comments
+1
+1
Skill portability across Claude surfaces is a top priority for a lot of people. Having to recreate skills separately in Desktop and CLI is a real workflow killer.
claude-brain solves the cross-machine part for CLI skills — keeping your skills directory synced via git hooks. But the Desktop ↔ CLI bridge really needs native support. Would be great to see a unified skill store that works everywhere.
+1
A simple cloud backup of all skills and pulldown of the skills when needed is an absolutely necessary. There is otherwise no tracking of what version is available on which device (if at all available)
I put my support behind this too!
but, it would need to sync Web, Desktop, and CLI. So
~/.claude/skills/isn't the best place for it.Was just looking at how I can do this, glad I found this. +1
This is definitely a huge +1. I switch between coding tasks (~30% of work) and business/workflow tasks, the latter of which I tend to use the desktop app for. I don't want to keep in sync manually skills that apply in both cases.
We had a similar discussion forever ago with MCPs - but the thing was that not everyone wanted the same list of MCPs on one service/app as they did in another. You're going to use different services for different purposes and different tools (eg. MCPs) for each one.
But, skills is a little different. But there are some skills that work in claude code that won't work in Claude desktop (eg. ones that make api requests to blocked URLs or ones that can't run CLI commands in Claude desktop's sandbox)
Claude Desktop > Code tab, I believe already pulls from ~/.claude/skills/ so that's not the issue we're talking about.
For now, manually copying/downloading the skills you want from ~/.claude/skills or Claude Desktop > Cowork tab > Customize and pasting/uploading them into the other doesn't take that long really...
+1
+1
+1
This is purportedly a tool to do this: https://github.com/kcchien/skills-cli
+1
+1
+1
+1
I Added a comment to an similar issue about why the skills/connectors/plugins settings in the "customize" window of the desktop app needs to be exposed and available to interact with programatically.
#Feature Request: API for syncing skills between Claude Code and Claude Chat/Projects #47968
My comment Text:
Related Issues - For Visibility:
All open as of 2026-04-11:
(Figured I'd pull from this recent mention so that we can have this listed in thread for tracking. Thank you Kevin Deldycke)
+1
+1
+1
+1 or claude API to claude desktop app or cowork. We have a repo of internal skills that we have to upload as zip files for each change which is not optimal.
Skills are one dimension of a broader gap — connectors, memory, files, and chat history all suffer the same surface-silo problem. Filed an umbrella issue at #55842 proposing a unified user state across Cowork and chat. Skills sync is load-bearing for that.
+1
+1
+1
+1
+1
+1
+1
+1
Anthropic please, for the love of god, just implement this already! The amount of threads I see begging for this feature on social media/discord/forums without any acknowledgement from your team is ridiculous. Everyday there are new issues opened related to being able to even just programmatically access skills/plugins, let alone asking for some sort of native sync.
You don't even have to give us a native sync feature with ui/ux. Just allow us to access stored skills/sync through the api or various configuration surfaces. Thousands of creative solutions have been offered to remedy this and nothing has been accepted or listened to. The corpses of these many issues filed now pile at your feat, a monument to corporate obstinance. The collective hours wasted engineering/maintaining workarounds to this problem are a catastrophic failure of product management and engineering management.
Just pick ONE option from the many or at least offer some explanation on why this is not something being prioritized.
+1
+1
Without a solution like the one proposed here, not only does the user have to add the same skill twice, but extra work is is required to maintain them.
This can lead to clumsy workarounds like:
Yes. I can build automation to help with these items. But often this defeats the purpose of having skills in the first place!
It would be great to have full two-way synchronization of both skills in the cloud and skills in the local directory (~/.claude/skills/), and for all types of systems: Claude Chat, Claude CoWork, Claude code.
Sure. This only means the config needs a way to specify which tools are exposed to the skill / MCP.
Even better, since Claude is great but not the whole world: A tool-agnostic location for both MCP config and skills. E.g. on Linux
~/.config/agents/skillsetc.Agreed. And if Antropic feels we still need a set of desktop-only skills, then we could have a different location for those non-shared skills.
I would also really like to have this!