🛠️
DevOpsTypeScript

SOP Deploy

by Stanshy

SOP Deploy is a DevOps skill for Claude Code, published by Stanshy in AgentHub.

201 stars23 forkson Stanshy/AgentHubAdded 2026/09/05+1% in starsRepository updated 2026/04/09
ai-agentsai-workflowclaude-codedeveloper-toolselectronharness-engineeringopen-sourceteam-managementtypescriptvue
Install in seconds
Install SOP Deploy
Copy SOP Deploy into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/sop-deploy ~/.claude/skills/sop-deploy

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Stanshy/AgentHub.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.knowledge/company/skill-templates/sop-deploy/SKILL.md in Stanshy/AgentHub
Installs to
~/.claude/skills/sop-deploy
Collection
One of 25 skills cataloged from this repository
Category
DevOps973 skills

What SOP Deploy does

SOP Deploy enforces a step-by-step pre-deploy checklist, task status check, and deployment gate recording before release. Use it when a deployment must not skip any checkpoint.

SOP Deploy is cataloged under DevOps on DirSkills. SOP Deploy comes from a repository tagged ai-agents, ai-workflow, claude-code, developer-tools and electron.

Documentation

README

部署 SOP

部署前,必須依序完成以下所有步驟,不得跳過任何 ⛔ CHECKPOINT。

使用方式

/sop-deploy

執行步驟

⛔ STEP 1 — 載入品質 Checklist

讀取(依序嘗試):

  1. .knowledge/quality-checklist.md
  2. .knowledge/company/standards/quality-checklist.md

逐項列出所有檢查項目,確認每項的當前狀態。

✋ 確認 checklist 已讀、項目已列出後再繼續。


⛔ STEP 2 — 確認所有任務狀態

!find .tasks -name "*.md" | xargs grep -l "| 狀態 |" 2>/dev/null | xargs grep "| 狀態 |" 2>/dev/null

確認:

  • 本 Sprint 所有任務均為 done
  • in_progressin_reviewblocked 的未結任務

✋ 若有未結任務,禁止繼續部署,回報 L1 處理。


⛔ STEP 3 — 執行 Pre-deploy 檢查

執行 /pre-deploy(讀取 .claude/commands/pre-deploy.md 並依步驟執行)

對照 STEP 1 載入的 checklist,逐項勾選:

  • 已完成 → - [x]
  • 未完成 → 停止,回報原因

所有 checklist 項目通過後才可繼續。若有未通過項目,記錄原因並停止。


STEP 4 — 執行部署

依專案部署方式執行(參考 CLAUDE.md 或 dev-plan 的部署指令)。


This is the opening of the README. Read the full README on GitHub.

Commands SOP Deploy provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /sop-deploy
  • /pre-deploy
  • /gate-record
  • /sprint-retro

Frequently asked about SOP Deploy

  • What else does Stanshy publish alongside SOP Deploy?

    SOP Deploy is one of 25 skills that DirSkills catalogs from Stanshy/AgentHub, the repository it ships in. Its siblings there include Development Plan Generator, Gate Record and Harness Audit. Each one is a separate skill with its own page in this directory, installs the same way SOP Deploy does, and is maintained by Stanshy in that same repository. The rest of the collection is listed on the Stanshy/AgentHub page.

  • How does SOP Deploy compare to other DevOps skills?

    SOP Deploy ranks #876 by stars among the 973 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of SOP Deploy against them. Open each page to compare what they document and how they install.

More from Stanshy/AgentHub

SOP Deploy is one of 25 skills cataloged on DirSkills from Stanshy/AgentHub.

See all 25 skills