← スキル一覧に戻る

generate-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: generate-dashboard description: Generate an HTML dashboard from meeting analysis. Use when the user wants to create a visual summary, build a dashboard, generate a report, or visualize meeting insights.
Generate Meeting Dashboard
Create a beautiful HTML dashboard from meeting analysis.
Instructions
-
Read the analysis from
projects/{project}/analysis/{date}.json- If analysis doesn't exist, run the analyze-meeting skill first
-
Use the template from
templates/dashboard.htmlas a base -
Generate a complete, standalone HTML file with:
- Modern, clean design using Tailwind CSS (via CDN)
- All extracted insights organized in visual cards
- Responsive layout for desktop and mobile
- Print-friendly styling
- The project name and date prominently displayed
-
Replace template placeholders with actual content:
{{PROJECT_NAME}}→ Project display name (convert kebab-case to Title Case){{DATE}}→ Meeting date formatted nicely{{MEETING_TYPE}}→ Type of meeting (standup, sprint review, etc.){{SUMMARY}}→ Meeting summary paragraph{{ATTENDEES}}→ HTML list items for each attendee{{KEY_TOPICS}}→ HTML list items for topics{{ACTION_ITEMS}}→ HTML cards for each action item with owner/deadline{{DECISIONS}}→ HTML list items for decisions{{QUESTIONS}}→ HTML list items for open questions{{NEXT_STEPS}}→ HTML list items for next steps
-
Save the dashboard to
projects/{project}/dashboards/{date}/index.html
Output
Confirm the dashboard location and provide a brief preview of what was generated.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です