Skip to main content
ClaudeWave
Skill970 repo starsupdated 4d ago

hello-world

Skill whose name uses a dash, expected to be normalized.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ongridio/ongrid /tmp/hello-world && cp -r /tmp/hello-world/internal/manager/biz/aiops/chatruntime/testdata/skill_parser/name_with_dash ~/.claude/skills/hello-world
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Hello World Dashed

This skill name is `hello-world` which is not snake_case. The parser
should normalize it to `hello_world` and emit a warning.