From hello-marketplace
This skill should be used when the user asks to "test the marketplace", "say hello from the plugin", "greeting 스킬 실행", or wants to confirm that a plugin installed from the centurio87-plugins marketplace is working. It is an example/template skill demonstrating the minimal plugin layout.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hello-marketplace:greetingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is a minimal example skill shipped inside the `hello-marketplace` plugin to
This is a minimal example skill shipped inside the hello-marketplace plugin to
demonstrate the marketplace structure. Use it as a starting template for real skills.
When this skill triggers, greet the user and confirm the plugin chain is working:
publish-to-marketplace skill, which packages an existing skill / MCP server /
command / hook / agent into a plugin and registers it in marketplace.json.To create a real skill, copy this skills/greeting/ directory, rename it, and:
name (kebab-case, matches the directory) and description
(third-person, with concrete trigger phrases in quotes) in the frontmatter.references/ files for long-form content to keep the body lean.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 centurio1987/my-claude-plugins --plugin hello-marketplace