install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/devops/deployment-playbook" ~/.claude/skills/diegosouzapw-awesome-omni-skill-deployment-playbook && rm -rf "$T"
manifest:
skills/devops/deployment-playbook/SKILL.mdsource content
Deployment Playbook
Steps
- Confirm build and tests.
- Validate configuration and secrets.
- Deploy to staging or preview when possible.
- Verify key flows.
- Prepare rollback steps.