Marketplace enact-hello-simple

A bare-bones example that prints a greeting

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-simple" ~/.claude/skills/aiskillstore-marketplace-enact-hello-simple && rm -rf "$T"
manifest: skills/enactprotocol/enact-hello-simple/SKILL.md
source content

Hello Simple

This is the simplest possible Enact tool. It just prints a greeting message.