A skill that generates a deployment procedure document (Markdown) for Docker-based applications. It is triggered by requests such as "deployment procedure", "deployment guide", "deploy to production", or "deploy to server". The generated guide follows the flow: Docker Compose build → image transfer → server placement → configuration → verification → cron setup.
ユーザーが指定した対象(サービス/モジュール/機能)について、Dockerベースの本番デプロイメント手順書をMarkdown形式で作成する。
以下を自律的に調査し、手順書に必要な情報を収集する。
必須調査項目:
ARG)、ベースイメージ、依存インストール手順、ENTRYPOINT/CMDimage:のタグ設定__main__.pyやCLI定義(引数、実行コマンド)config.example.yamlや.env.exampleの構造と必須項目docs/specs/配下のrequirements.md, design.md(存在する場合)判断が必要な場合のみユーザーに確認:
~/{{project-dir-name}}/)references/deployment-template.md のテンプレート構造に従い、Step 1で収集した情報を埋め込む。
生成ルール:
{{...}} をすべて実際の値に置換する--help出力例は、実際のCLI定義から正確に記載するconfig.example.yamlから対象セクションを抜粋するuv run、python -m 等)OS別コマンド記載ルール:
$env:VAR = "value" 形式`VAR=value command はPowerShellで動作しないことに注意バージョンタグルール:
image:に${IMAGE_TAG:-latest}を使用20260228)IMAGE_TAGを指定(.envファイルへの書き込みは避ける)サーバーパス運用ルール:
cd ~/{{project-dir-name}}で移動後、相対パス./config, ./output, ./logsを使用するcd ~/{{project-dir-name}} && docker run ...パターンを使用する配置ルール:
docs/specs/{feature-name}/ が存在する場合 → そこに deployment.md を作成docs/ 直下に deployment-{feature-name}.md を作成生成した手順書を以下の観点で検証する:
cd && docker runパターンが使用されているreferences/deployment-template.md — 手順書のテンプレート(プレースホルダー付き)npx skills add studiogadget/docker 部署指南下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer