
Melody Say Hello
- Updated May 9, 2026
- DZG-MELODY/github-pr-plugins
melody-say-hello is a Claude Code skill in the AI & Agent Building category. Hello-world placeholder plugin used to validate the cross-tool packaging skeleton.
Key points
- melody-say-hello
- AI & Agent Building
- AI-coding skill
Melody Say Hello by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add DZG-MELODY/github-pr-plugins/plugin install melody-say-hello@github-pr-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 9, 2026 |
|---|---|
| Repository | DZG-MELODY/github-pr-plugins ↗ |
What it does
Hello-world placeholder plugin used to validate the cross-tool packaging skeleton.
README.md
melody-say-hello
Hello-world placeholder plugin used to validate the cross-tool packaging skeleton for github-pr-plugins.
This plugin ships a single skill, melody-say-hello, which simply emits a greeting. Its purpose is to verify that the plugin loads correctly under both Claude Code and OpenAI Codex CLI before any real functionality is implemented.
Contents
| Path | What it is |
|---|---|
.claude-plugin/plugin.json |
Claude Code plugin manifest |
.codex-plugin/plugin.json |
Codex CLI plugin manifest |
.mcp.json |
Shared MCP servers config (empty placeholder) |
skills/melody-say-hello/SKILL.md |
The greeting skill (shared schema across both CLIs) |
Invoking
After installing the plugin (see the repository root README.md):
- Claude Code: trigger the skill via the namespaced reference
melody-say-hello:melody-say-hello. - Codex CLI: invoke as a skill named
melody-say-hello.