Skip to content

react:components skill not loading in copilot-cli due the colon in the name #39

@CloudYeti

Description

@CloudYeti

When using the stitch-skills with co-pilot CLI, the skill fails to load due to the : in the name react:components in the SKILL.md file.

Here is the error:
"The following skills failed to load:

  • .agents/skills/react-components/SKILL.md: name: Skill name must contain only letters, numbers, hyphens, underscores, dots, and space"

To resolve, in .agents/skills/react-components/SKILL.md at line 2, the name field needs to be changed from react:components to react-components — replacing the colon with a hyphen to comply with the skill name validation rule that only allows letters, numbers, hyphens, underscores, dots, and spaces.

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