By agent-sh
Pre-ship quality gates - deslop, simplify, review loop, delivery validation, docs sync
npx claudepluginhub agent-sh/agentsys --plugin prepare-deliveryValidate task completion autonomously. Use this agent after review approval to run validation checks and either approve for shipping or return to implementation with fix instructions.
Run pre-ship quality gate pipeline. Invoke prepare-delivery skill and return structured results.
Validate test coverage quality for new code. Use this agent before the first review round to verify tests exist, are meaningful, and actually exercise the new code (not just path matching).
Use when validating test coverage quality for new code. Checks that tests exist, are meaningful, and actually exercise new code - not just path matching.
Use when user asks to "deep review the code", "thorough code review", "multi-pass review", or when orchestrating the review loop in a delivery pipeline. Provides review pass definitions (code quality, security, performance, test coverage), signal detection patterns, and iteration algorithms.
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.
Use when user asks to "validate delivery", "check readiness", or "verify completion". Runs tests, build, and requirement checks with pass/fail instructions.
Pre-ship quality gates for the agentsys ecosystem.
Run all quality checks on your implementation before shipping - deslop, simplify, agnix, enhance, review loop, delivery validation, and docs sync. Does not create PRs or push.
# Via agentsys (recommended)
claude plugin marketplace add agent-sh/agentsys
# Standalone
claude mcp add-json prepare-delivery '{"type":"url","url":"https://github.com/agent-sh/prepare-delivery.git"}'
/prepare-delivery # Run all quality gates
/prepare-delivery --skip-review # Skip review loop
/prepare-delivery --skip-docs # Skip docs sync
/prepare-delivery --base=develop # Against a specific base branch
| Phase | What runs | Mode |
|---|---|---|
| 1 | deslop + simplify + test-coverage-checker | Parallel |
| Deslop fixes are applied via next-task:simple-fixer when found | ||
| 2 | agnix + enhance | Conditional (when changes touch agent/skill configs) |
| 3 | 4 core reviewers + conditional specialists | Iterative (max 5) |
| 4 | delivery-validator (tests, build, requirements) | Blocking |
| 5 | sync-docs agent | Sequential |
/prepare-delivery = quality gates only
/ship = PR + CI + merge only
/gate-and-ship = /prepare-delivery + /ship
/next-task = full workflow (uses prepare-delivery agents in phases 8-10)
| Agent | Model | Purpose |
|---|---|---|
| prepare-delivery-agent | sonnet | Orchestrates the full pipeline via skill |
| delivery-validator | sonnet | Autonomous pass/fail validation |
| test-coverage-checker | sonnet | Test quality validation (advisory) |
| Skill | Purpose |
|---|---|
| prepare-delivery | 5-phase pipeline orchestration |
| check-test-coverage | Test existence, quality, risk-weighted validation |
| orchestrate-review | Multi-pass parallel code review with iteration |
| validate-delivery | Tests, build, requirements, diff-risk checks |
| Phase | Plugin | Agent/Skill |
|---|---|---|
| Pre-review gates | deslop | deslop:deslop-agent |
| Pre-review gates | (own) | prepare-delivery:test-coverage-checker |
| Pre-review gates | next-task | next-task:simple-fixer |
| Pre-review gates | (built-in) | /simplify skill |
| Config lint | agnix | agnix CLI (conditional) |
| Config lint | enhance | /enhance skill (conditional) |
| Review loop | (general-purpose) | 4 core + conditional reviewer agents |
| Delivery validation | (own) | prepare-delivery:delivery-validator |
| Docs sync | sync-docs | sync-docs:sync-docs-agent |
| Ship (via /gate-and-ship) | ship | ship:ship command |
Works with Claude Code, OpenCode, Codex CLI, and Cursor via agentsys.
MIT
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Uses power tools
Uses Bash, Write, or Edit tools
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.