shipping-and-launch とは?
運用環境へのデプロイの準備をするときに使用します。起動前のチェックリストが必要な場合、監視を設定する場合、段階的なロールアウトを計画する場合、またはロールバック戦略が必要な場合に使用します。 ソース: addyosmani/agent-skills。
運用環境へのデプロイの準備をするときに使用します。起動前のチェックリストが必要な場合、監視を設定する場合、段階的なロールアウトを計画する場合、またはロールバック戦略が必要な場合に使用します。
コマンドラインで shipping-and-launch AI スキルを開発環境にすばやくインストール
ソース: addyosmani/agent-skills。
Ship with confidence. The goal is not just to deploy — it's to deploy safely, with monitoring in place, a rollback plan ready, and a clear understanding of what success looks like. Every launch should be reversible, observable, and incremental.
| "It works in staging, it'll work in production" | Production has different data, traffic patterns, and edge cases. Monitor after deploy. | | "We don't need feature flags for this" | Every feature benefits from a kill switch. Even "simple" changes can break things. |
| "Monitoring is overhead" | Not having monitoring means you discover problems from user complaints instead of dashboards. | | "We'll add monitoring later" | Add it before launch. You can't debug what you can't see. | | "Rolling back is admitting failure" | Rolling back is responsible engineering. Shipping a broken feature is the failure. |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/addyosmani/agent-skills --skill shipping-and-launch運用環境へのデプロイの準備をするときに使用します。起動前のチェックリストが必要な場合、監視を設定する場合、段階的なロールアウトを計画する場合、またはロールバック戦略が必要な場合に使用します。 ソース: addyosmani/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/addyosmani/agent-skills --skill shipping-and-launch インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/addyosmani/agent-skills