← スキル一覧に戻る

organize-transcript
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: organize-transcript description: File a VTT transcript into the correct project folder. Use when the user provides a .vtt file, mentions a meeting transcript, or says they have a recording to process.
Organize Meeting Transcript
File the provided .vtt transcript into the correct project folder structure.
Instructions
- Read the transcript content provided by the user (either pasted or from a file path)
- Ask which project this belongs to if not specified (or detect from context)
- Determine the meeting date from:
- The filename if provided
- The transcript timestamps
- Or ask the user
- Create the project folder structure if it doesn't exist:
projects/{project-name}/transcripts/ projects/{project-name}/dashboards/ projects/{project-name}/analysis/ - Save the transcript to
projects/{project-name}/transcripts/{YYYY-MM-DD}.vtt - Confirm the saved location
Conventions
- Project names use kebab-case:
my-project-name - Dates use ISO format:
YYYY-MM-DD
Example
User provides: "standup.vtt for project alpha"
→ Save to: projects/project-alpha/transcripts/2026-01-12.vtt
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です