-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Affects: LLM Council and Image Generator
Severity: High — renders both skills unreachable via slash command
Both skills have spaces in their YAML frontmatter name field:
# image-generator/SKILL.md
name: Image Generator
# llm-council/SKILL.md
name: LLM CouncilClaude Code uses the name field to register the slash command invocation. Spaces become part of the name, so /Image and /LLM don't match — and /Image Generator and /LLM Council aren't valid slash command syntax. The result is "Unknown skill" on invocation.
Fix: Remove spaces from the name field so it matches the directory name convention:
name: image-generator
name: llm-council

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels