Skip to main content
ClaudeWave
Skill2.7k repo starsupdated today

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.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Chachamaru127/claude-code-harness /tmp/deploy && cp -r /tmp/deploy/opencode/skills/deploy ~/.claude/skills/deploy
Then start a new Claude Code session; the skill loads automatically.

SKILL.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. その内容に従って設定