Skip to content
Discussion options

You must be logged in to vote

Short answer: you can't edit the bundled one, but you can override it completely. And no, updates won't touch your override.

Why you're hitting "skill name already in use"

The skill creator ships inside Claude Code's plugin-dev bundled plugin. Bundled skills are read-only — they're baked into the binary. That's why you get the "already in use" error instead of the update prompt you see with your own skills. This is intentional, not a bug.

The override trick

Claude Code resolves skills with a priority chain:

  1. Enterprise settings (if your org has them)
  2. ~/.claude/skills/<name>/SKILL.md — personal, all projects
  3. .claude/skills/<name>/SKILL.md — project-level, this repo only
  4. Plugin skills (name…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by imex-git
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants