deploy
This Claude Code skill handles deployment configuration and monitoring for production environments. It provides guidance on deploying to Vercel or Netlify, setting up analytics tracking, and performing health checks. Use this skill when a user explicitly requests deployment assistance, mentions specific platforms like Vercel or Netlify, or asks about production monitoring and analytics. Do not activate for local development, code implementation, project reviews, or initial setup tasks.
git clone --depth 1 https://github.com/Chachamaru127/claude-code-harness /tmp/deploy && cp -r /tmp/deploy/opencode/skills/deploy ~/.claude/skills/deploySKILL.md
# Deploy Skills
デプロイとモニタリングの設定を担当するスキル群です。
## 機能詳細
| 機能 | 詳細 |
|------|------|
| **デプロイ設定** | See [references/deployment-setup.md](${CLAUDE_SKILL_DIR}/references/deployment-setup.md) |
| **アナリティクス** | See [references/analytics.md](${CLAUDE_SKILL_DIR}/references/analytics.md) |
| **環境診断** | See [references/health-checking.md](${CLAUDE_SKILL_DIR}/references/health-checking.md) |
## 実行手順
1. ユーザーのリクエストを分類
2. 上記の「機能詳細」から適切な参照ファイルを読む
3. その内容に従って設定executor が返した advisor-request.v1 に対して方針だけ返す非実行 advisor
sprint-contract と review artifact を基準に verdict を返す read-only reviewer
実装、preflight 自己点検、検証、commit 準備を 1 タスク単位で進める統合ワーカー
Browser automation through the repo agent-browser CLI. Explicit helper for navigation, forms, screenshots, scraping, and web-app checks. Prefer Browser Use or Playwright when available. Do NOT load for: sharing URLs, embedding links, or editing screenshot files.
Explicit helper for authentication and payment implementation with Clerk, Supabase Auth, or Stripe. Do NOT load for: general UI work, database design, or non-auth features.
Team execution mode — backward-compatible alias for harness-work with team orchestration. Composer/composer 2.5 maps to the cursor backend.
Validates brainstormed ideas with Cursor PM, updates Plans.md, then handoff back. Cursor ↔ Claude Code 2-Agent workflow support. Use when user mentions Cursor PM handoff, 2-agent plan validation, CC-Cursor round trip, or brainstorm review. Do NOT load for: implementation work, single-agent tasks, or direct coding.
Quality guardrail for Claude/Codex update integration. Detects doc-only Feature Table additions and requires implementation or explicit planning. Internal use only.