スキル一覧に戻る
calumjs

list-projects

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日
GitHubで見るManusで実行

SKILL.md


name: list-projects description: List all projects and their meeting history. Use when the user asks about projects, wants to see what meetings exist, or needs an overview of the workspace.

List Projects

Show all projects and their meeting history.

Instructions

  1. Scan the projects/ directory for all project folders

  2. For each project, gather:

    • Project name
    • Number of transcripts in transcripts/
    • Date range of meetings (earliest to latest)
    • Most recent meeting date
    • Number of dashboards in dashboards/
    • Number of analyses in analysis/
  3. Display in a formatted overview

Output Format

📁 project-alpha
   Meetings: 12 (2025-10-01 to 2026-01-12)
   Latest: 2026-01-12
   Dashboards: 10 generated
   
📁 project-beta
   Meetings: 5 (2025-12-01 to 2026-01-10)
   Latest: 2026-01-10
   Dashboards: 5 generated

📁 client-xyz
   Meetings: 3 (2026-01-05 to 2026-01-12)
   Latest: 2026-01-12
   Dashboards: 2 generated

If No Projects Exist

If the projects/ directory is empty, inform the user: "No projects yet. Provide a .vtt transcript to create your first project."

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です