install
source · Clone the upstream repo
git clone https://github.com/hundong2/awesome-claude-code
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/hundong2/awesome-claude-code "$T" && mkdir -p ~/.claude/skills && cp -r "$T/my-first-plugin/skills/hello" ~/.claude/skills/hundong2-awesome-claude-code-hello && rm -rf "$T"
manifest:
my-first-plugin/skills/hello/SKILL.mdsource content
Greet the user warmly and ask how you can help them today.