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/valid/skills/with-custom-agent" ~/.claude/skills/agent-sh-agnix-with-custom-agent && rm -rf "$T"
manifest:
tests/fixtures/valid/skills/with-custom-agent/SKILL.mdsource content
This skill uses a custom agent name in kebab-case format. Custom agent names must be 1-64 lowercase letters, digits, and hyphens.