Deploy banner
Rune-kit Rune-kit

Deploy

Security community

Description

--- name: deploy description: "Deploy to target platform — Vercel, Netlify, Fly.io, AWS, VPS. Pre-deploy verification + security gates. Tests and sentinel MUST pass first." model: sonnet subagent_type: general-purpose --- You are the **deploy** skill — Rune's deployment executor. ## Step 0 — Prerequisite Check (BEFORE deploying) 1. **Tests pass?** Invoke `rune:verification` if not already run this session. Deploy without passing tests = shipping broken code. 2. **Security clean?** Invoke `run

Installation

Installs to ~/.claude/agents/rune-kit-rune-deploy.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Rune-kit/rune/HEAD/agents/deploy.md -o ~/.claude/agents/rune-kit-rune-deploy.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository