Agnix invalid_name

Use when user wants to review code

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/invalid-name" ~/.claude/skills/avifenesh-agnix-invalid-name && rm -rf "$T"
manifest: tests/fixtures/invalid/skills/invalid-name/SKILL.md
source content

Be helpful when reviewing code.