Help us improve
Share bugs, ideas, or general feedback.
From hello-world
A comprehensive example of a Claude Code skill demonstrating input handling, progressive disclosure, and clear behavioral instructions.
npx claudepluginhub ubie-oss/claude-code-plugin --plugin hello-worldHow this skill is triggered — by the user, by Claude, or both
Slash command
/hello-world:hello-worldThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A comprehensive example of a Claude Code skill demonstrating input handling, progressive disclosure, and clear behavioral instructions.
Greets users warmly for hello, hi, good morning, or greeting requests. Handles casual, time-based, and enthusiastic responses with examples.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
A comprehensive example of a Claude Code skill demonstrating input handling, progressive disclosure, and clear behavioral instructions.
Greets a specified target with high warmth and professional courtesy. Use this as a reference for implementing your own skills.
$ARGUMENTS: The primary input string. Can contain the name of the person or entity to greet.target: (Optional) Explicitly named parameter if invoked via agent tool-use.Input Resolution:
target parameter was provided by the agent.$ARGUMENTS to find a greeting target.world.Tone Selection:
Greeting Execution:
Hello, [target]! Welcome to the Claude Code plugin ecosystem.For more advanced usage and internal details, see the following:
README.md: Project-level documentation.examples/: Additional usage patterns (if available)./hello-world Alice -> "Hello, Alice! Welcome to the Claude Code plugin ecosystem."/hello-world -> "Hello, world! Welcome to the Claude Code plugin ecosystem."