Agnix test-skill

Use when testing per-client skill rules

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

CR-SK-001 Test Fixture

This skill has fields unsupported by Cursor (model, context, agent). The CR-SK-001 rule should flag these fields. XP-SK-001 should also fire for cross-platform portability.