Fast Deployment Execution — Productivity skill for Claude Code
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.
Related Skills
Codex Claude Orchestrator
Codex plugin that delegates a bounded coding task to Claude Code and returns the result to Codex for verificat
Prompt Engineering
A powerful Claude Code skill for prompt engineering, intent recognition, complex task planning, prompt optimiz
Workflow Orchestration
A Claude Code skill for disciplined task execution with planning, verification, and self-improvement loops
Adversarial Execution
Adversarial Execution — an execution-time review gate: two independent strong models must both prove your work
Rs Agent Router
Windows desktop task router for Claude and Codex CLIs, with monitoring and execution records.
Preplan
Resolve a fuzzy feature idea into concrete decisions before /plan-feature runs — walks 6 fixed phases (Problem
Related Agents
Sync Secretary
Grounded secretary for Sync. Use for source-cited questions about Claude and Codex council orchestration: task
Verify Dependency
STAGE 1 VERIFICATION - Fast dependency validation. Catches hallucinated packages, fake APIs, version conflicts
Spgr Agent DevOps
Owns CI/CD pipelines, infrastructure as code, containerization, environment provisioning, deployment execution