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/deploy-prod" ~/.claude/skills/avifenesh-agnix-deploy-prod-5187e9 && rm -rf "$T"
manifest:
tests/fixtures/valid/skills/deploy-prod/SKILL.mdsource content
Deploy to Production
This skill deploys the application to production.
Usage
This skill requires explicit user invocation due to its dangerous nature.