agent-sh

Prepare Delivery — Development skill for Claude Code

Development community

Run pre-ship quality gates - deslop, simplify, agnix, enhance, review loop, delivery validation, and docs sync.

How to install Prepare Delivery

Installs to ~/.claude/skills/agent-sh-prepare-delivery-prepare-delivery/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agent-sh-prepare-delivery-prepare-delivery && curl -fsSL https://raw.githubusercontent.com/agent-sh/prepare-delivery/HEAD/commands/prepare-delivery.md -o ~/.claude/skills/agent-sh-prepare-delivery-prepare-delivery/SKILL.md

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

What Prepare Delivery does


description: "Run pre-ship quality gates - deslop, simplify, agnix, enhance, review loop, delivery validation, and docs sync. Does not ship." codex-description: 'Use when user asks to "prepare delivery", "run quality gates", "review code", "run pre-gates", "deslop and review", "validate before shipping", or has finished implementation and wants quality checks before shipping.' argument-hint: "[--base=BRANCH] [--skip-review] [--skip-docs]" allowed-tools: Task, Read

/prepare-delivery -

Alternatives in Development

  • Octo Docs — Document delivery with export to PPTX, DOCX, PDF formats 2.8k ★
  • Dashclaw Quality — Recurring find-and-fix quality pass over the whole DashClaw app — browser smoke (frontend-verify) + code gates 297 ★
  • Citation Validation — Verify all citations in a research document for accuracy, completeness, and quality 228 ★

Full documentation available on GitHub

View Source Repository