Skillshub deploy-prod

Use when deploying to production environment

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/agent-sh/agnix/deploy-prod" ~/.claude/skills/comeonoliver-skillshub-deploy-prod && rm -rf "$T"
manifest: skills/agent-sh/agnix/deploy-prod/SKILL.md
source content

Deploy to Production

This skill deploys the application to production.

Usage

This skill requires explicit user invocation due to its dangerous nature.