calumjs

list-projects

by @calumjs in Tools
3
2
# Install this skill:
npx skills add calumjs/ClaudeCode.MeetingSummariser --skill "list-projects"

Install specific skill from multi-skill repository

# 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.

# 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:
  3. Project name
  4. Number of transcripts in transcripts/
  5. Date range of meetings (earliest to latest)
  6. Most recent meeting date
  7. Number of dashboards in dashboards/
  8. Number of analyses in analysis/

  9. 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."

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.