updated 7d ago
Greets the user with a colorful terminal message.
Was kannst du mit Hello World machen?
name: hello-world description: A simple greeting command that demonstrates plugin structure user-invocable: true
hello-world
Greets the user with a colorful terminal message.
Usage
Run the hello-world command:
!`bash "${PLUGIN_DIR}/command.sh"`
With a custom name:
!`bash "${PLUGIN_DIR}/command.sh" --name "${ARGUMENTS}"`
Installation
Hello World zu deinem Client hinzufügen. Wähl den, den du nutzt.
npx skills add openshift-eng/edge-toolingInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add openshift-eng/edge-toolingAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/openshift-eng/edge-tooling
cp -r plugins/hello-world/skills/hello-world ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
39 / 100
Unvollständig