Skip to content

fix: correct typo user-invokable -> user-invocable in skill frontmatter#50

Merged
pbakaus merged 1 commit intopbakaus:mainfrom
Jah-yee:main
Mar 18, 2026
Merged

fix: correct typo user-invokable -> user-invocable in skill frontmatter#50
pbakaus merged 1 commit intopbakaus:mainfrom
Jah-yee:main

Conversation

@Jah-yee
Copy link

@Jah-yee Jah-yee commented Mar 18, 2026

Fixes #49

Bug

All 20 skill files used user-invokable: true in their YAML frontmatter, but Claude Code expects user-invocable: true (with a c, not a k).

This meant none of the impeccable skills appeared in the / slash command autocomplete menu. They still worked when invoked by name, but were invisible in the menu.

Fix

Find-and-replaced user-invokableuser-invocable across all 20 skill files under .claude/skills/*/

Files Changed

  • 20 SKILL.md files (1 character change each)

Fixes pbakaus#49 - Skills don't appear in / menu because Claude Code expects
user-invocable (with 'c') not user-invokable (with 'k').

This typo affected all 20 skill files, making them invisible in the
slash command autocomplete menu despite still working when invoked directly.
@Jah-yee Jah-yee requested a review from pbakaus as a code owner March 18, 2026 21:42
@pbakaus
Copy link
Owner

pbakaus commented Mar 18, 2026

Great catch, thank you!

@pbakaus pbakaus merged commit d6b1a56 into pbakaus:main Mar 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skills don't appear in / menu: user-invokable should be user-invocable

2 participants