Agnix context-without-agent-skill

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

This skill has context: fork but no agent field. The context: fork requires an agent field.