Skip to content

fix: escape colon in SKILL.md description for Kiro compatibility#385

Open
masterArwel wants to merge 1 commit intosafishamsi:v4from
masterArwel:fix/skill-description-yaml-colon
Open

fix: escape colon in SKILL.md description for Kiro compatibility#385
masterArwel wants to merge 1 commit intosafishamsi:v4from
masterArwel:fix/skill-description-yaml-colon

Conversation

@masterArwel
Copy link
Copy Markdown

Problem

The `description` field in SKILL.md contains unquoted colons (`:`), which is a YAML special character. This causes YAML parsing to fail in Kiro, making the skill
unrecognizable.

Fix

Wrap the description value in double quotes and replace the problematic colon with a dash.

Before

```yaml
description: ...three outputs: interactive HTML...
```

After

```yaml
description: "...three outputs - interactive HTML..."
```

…olon The description field contains colons which break YAML parsing in Kiro, causing the skill to not be recognized. Wrapping the value in quotes fixes the issue.
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.

1 participant