Unify personal skills storage between Claude desktop and Claude Code CLI
Resolved 💬 3 comments Opened Apr 19, 2026 by mail2hrishikesh-pixel Closed Apr 22, 2026
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
Personal skills created in the Claude desktop app are stored under AppData\Roaming\Claude\local-agent-mode-sessions\skills-plugin\ (Windows), while Claude Code CLI uses ~/.claude/skills/. These are two separate locations with no sync between them.
Proposed Solution
Suggestion: Use ~/.claude/skills/ as the single source of truth for personal skills across both the desktop app and CLI. Both apps already recognize ~/.claude/ for other shared concerns — converging skills storage there would make personal skills portable, discoverable, and easier to back up or version-control.
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
Configuration and settings
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗