From melody-say-hello
Cross-tool hello-world skill — outputs a friendly greeting to verify that the plugin loads correctly in both Claude Code and OpenAI Codex CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/melody-say-hello:melody-say-helloThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A minimal demo skill used as a smoke test for the cross-tool plugin skeleton.
A minimal demo skill used as a smoke test for the cross-tool plugin skeleton.
When the user explicitly invokes this skill, respond with exactly one line:
Hello from melody! 🎵 — running on {{tool}}.
Replace {{tool}} with Claude Code or Codex CLI if the runtime is easy to detect; otherwise use your AI CLI.
The skill itself does no real work. Its only job is to prove that:
SKILL.md frontmatter (name, description) is parsed correctly.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub dzg-melody/github-pr-plugins --plugin melody-say-hello