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