← スキル一覧に戻る

deploy-dashboard
by calumjs
Uses Claude Code with Agents and Skills to analyse a meeting transcript and produce a publicly available static HTML summary
⭐ 3🍴 2📅 2026年1月23日
SKILL.md
name: deploy-dashboard description: Deploy a meeting dashboard to surge.sh for public sharing. Use when the user wants to deploy, publish, share, or host a dashboard online. allowed-tools: Bash
Deploy Dashboard to Surge.sh
Deploy a meeting dashboard to surge.sh for public access.
Instructions
- Verify the dashboard exists at
projects/{project}/dashboards/{date}/index.html- If it doesn't exist, generate it first using the generate-dashboard skill
- Navigate to the dashboard directory
- Run surge deployment:
cd projects/{project}/dashboards/{date} surge . {project}-{date}.surge.sh - If surge requires authentication, guide the user through login
- Report the deployed URL back to the user
Deployment URL Convention
URLs follow the pattern: https://{project}-{date}.surge.sh
Example: https://project-alpha-2026-01-12.surge.sh
Prerequisites
- surge.sh must be installed:
npm install -g surge - First deployment will prompt for surge.sh account creation/login
Output
Report:
- ✓ Deployed to: {url}
- Provide the clickable link for easy access
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です