Marketplace enact-hello-ruby

A simple Ruby greeting tool

install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/enactprotocol/enact-hello-ruby" ~/.claude/skills/aiskillstore-marketplace-enact-hello-ruby && rm -rf "$T"
manifest: skills/enactprotocol/enact-hello-ruby/SKILL.md
source content

Hello Ruby

A simple Ruby tool that greets you by name.

Usage

enact run ./examples/hello-ruby --input "name=Alice"