ShiYuPro

Fast Deployment Execution — Productivity skill for Claude Code

Productivity community

A deployment workflow skill for Codex and Claude Code: one release owner, a fixed artifact, bounded execution, and verification of the deployed result.

How to install Fast Deployment Execution

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ShiYuPro/fast-deployment-execution and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Fast Deployment Execution does

A deployment workflow skill for Codex and Claude Code: one release owner, a fixed artifact, bounded execution, and verification of the deployed result.

Alternatives in Productivity

  • P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★
  • Swarm Worker — You are a swarm worker agent for the {{tentacleName}} tentacle 1.4k ★
  • Launch A Product — Workflow recipe — go from competitive landscape to a fully checklisted launch and press release by chaining 5 1.3k ★

README

Fast Deployment Execution

A deployment workflow skill for Codex and Claude Code: one release owner, a fixed artifact, bounded execution, and verification of the deployed result.

Install

From your project directory, choose the command for your agent. Existing destinations are not overwritten by `git clone`.

**Codex:**

git clone https://github.com/ShiYuPro/fast-deployment-execution.git .agents/skills/fast-deployment-execution

**Claude Code:**

git clone https://github.com/ShiYuPro/fast-deployment-execution.git .claude/skills/fast-deployment-execution

Invoke `$fast-deployment-execution` in a new task. Discovery depends on your host's support for `SKILL.md`; installation does not change project policy or grant external permissions.

First use

python3 scripts/deploy_runner.py check scripts/release-plan.example.json

Run helper commands from the installed skill directory or this repository root. See [setup and examples](references/runner.md) and the [full skill](SKILL.md).

Requirements

Python 3.9+, standard library only. Uses your project’s reviewed deployment commands and credentials.

Verify locally

python3 scripts/check.py

Tests use temporary fixtures and mocked responses. They do not clean your project, call paid model APIs, or deploy a production service.

Boundaries

The example is a plan template, not a deployable release. The runner executes trusted commands; dry-run is not a sandbox. It has no distributed lock, automatic rollback or provider adapter. Submission acceptance does not prove readiness.

Sources and license

See [SOURCES.md](SOURCES.md) for reviewed alternatives and adaptation decisions, and [LICENSE](LICENSE) for terms. This standalone repository was split from [Agent Workflow Skills](https://github.com/ShiYuPro/agent-workflow-skills). Future changes for this skill belong here.