Agnix indexed-arguments-no-hint

Use when validating indexed arguments

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/invalid/skills/indexed-arguments-no-hint" ~/.claude/skills/agent-sh-agnix-indexed-arguments-no-hint && rm -rf "$T"
manifest: tests/fixtures/invalid/skills/indexed-arguments-no-hint/SKILL.md
source content

Read input path from $ARGUMENTS[0] and inspect it.