Agnix with-argument-hint

Use when greeting users

install
source · Clone the upstream repo
git clone https://github.com/agent-sh/agnix
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/agent-sh/agnix "$T" && mkdir -p ~/.claude/skills && cp -r "$T/tests/fixtures/valid/skills/with-argument-hint" ~/.claude/skills/avifenesh-agnix-with-argument-hint && rm -rf "$T"
manifest: tests/fixtures/valid/skills/with-argument-hint/SKILL.md
source content

Greet the user with the name provided via $ARGUMENTS.