[FEATURE] Make Skills created on Claude.ai (web) available in Claude Code via slash commands
Status Fixed / completed
Maintainer reply None cached
Activity 1 comment · opened Jul 29, 2026 · closed Aug 17, 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
I create and maintain Skills in Claude.ai on the web, but they are not available in Claude Code. To use the same instructions in the terminal, I have to manually recreate each Skill as a local file and keep both copies in sync by hand. Every time I update a Skill on the web, it silently drifts out of sync with my local version, so the same task gets different results depending on where I run it.
Proposed Solution
Skills created in Claude.ai should be synced to my account and exposed in Claude Code through the slash command menu.
- Typing
/lists my account Skills alongside built-in commands (for example/my-skill). - Selecting one loads that Skill's instructions into the current session.
- A command such as
/skills(or/skills sync) refreshes the list and pulls the latest version from my account. - Web Skills are clearly marked in the list so I can tell them apart from project-local ones.
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗