Skip to content

Skill Invocation Fails — Spaces in YAML name Field #1

@jtnt

Description

@jtnt

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 Council

Claude 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

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions