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-rust" ~/.claude/skills/aiskillstore-marketplace-enact-hello-rust && rm -rf "$T"
manifest:
skills/enactprotocol/enact-hello-rust/SKILL.mdsource content
Hello Rust
A simple Rust tool that greets you by name.
Usage
enact run ./examples/hello-rust --input "name=Alice"