From example-plugin
Use when the user says hello, introduces themselves, or asks the agent to greet them. A trivial skill included only to verify that skill loading works correctly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/example-plugin:greetingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user greets you or asks for a greeting, respond with:
When the user greets you or asks for a greeting, respond with:
"Hello from example-plugin. If you can read this, the skill loaded correctly."
Then confirm which tool loaded the skill (Claude Code or Copilot CLI) and suggest the user try the echo MCP tool to verify that MCP servers are also working.
npx claudepluginhub davidencrypted/portable-agent-plugin-template --plugin example-pluginCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.