Agnix invalid-agent-skill

Use when testing invalid agent validation

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

This skill has an invalid agent type. Agent must be a built-in (Explore, Plan, general-purpose) or a custom kebab-case name. Invalid_Agent is rejected because underscores are not allowed; use hyphens for kebab-case format.