Agent Skills
› Chachamaru127/claude-code-harness
› deploy
deploy
GitHub负责部署至Vercel/Netlify、配置分析工具及执行环境健康检查的技能。当用户提及部署、监控或相关平台时触发,不适用于代码实现、本地开发或审查场景。
Trigger Scenarios
用户提到部署需求
提及Vercel或Netlify平台
需要配置数据分析功能
请求进行服务健康检查
Install
npx skills add Chachamaru127/claude-code-harness --skill deploy -g -y
SKILL.md
Frontmatter
{
"name": "deploy",
"context": "fork",
"description": "Deploy to Vercel\/Netlify. One-way ticket to production arranged. Use when user mentions deployment, Vercel, Netlify, analytics, or health checks. Do NOT load for: implementation work, local development, reviews, or setup.",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"Monitor"
],
"argument-hint": "[vercel|netlify|health]",
"description-en": "Deploy to Vercel\/Netlify. One-way ticket to production arranged. Use when user mentions deployment, Vercel, Netlify, analytics, or health checks. Do NOT load for: implementation work, local development, reviews, or setup.",
"description-ja": "VercelやNetlifyへいざ出陣。本番環境への片道切符を手配します。Use when user mentions deployment, Vercel, Netlify, analytics, or health checks. Do NOT load for: implementation work, local development, reviews, or setup.",
"user-invocable": false,
"disable-model-invocation": true
}
Deploy Skills
デプロイとモニタリングの設定を担当するスキル群です。
機能詳細
| 機能 | 詳細 |
|---|---|
| デプロイ設定 | See references/deployment-setup.md |
| アナリティクス | See references/analytics.md |
| 環境診断 | See references/health-checking.md |
実行手順
- ユーザーのリクエストを分類
- 上記の「機能詳細」から適切な参照ファイルを読む
- その内容に従って設定
Version History
- c220671 Current 2026-07-05 14:48


